Skip to content

Commit

Permalink
chore: set lumos crypto to version 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twhy committed Jun 6, 2024
1 parent abadb61 commit 57977b8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"devDependencies": {
"@ckb-lumos/crypto": "0.23.0-next.1",
"@ckb-lumos/crypto": "0.23.0",
"escape-string-regexp": "^4.0.0",
"js-yaml": "^4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"deep-freeze-strict": "^1.1.1"
},
"devDependencies": {
"@ckb-lumos/crypto": "0.23.0-next.1"
"@ckb-lumos/crypto": "0.23.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/crypto",
"version": "0.23.0-next.1",
"version": "0.23.0",
"description": "Crypto utilities used in Lumos",
"author": "Tom Wang <[email protected]@gmail.com>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"immutable": "^4.3.0"
},
"devDependencies": {
"@ckb-lumos/crypto": "0.23.0-next.1"
"@ckb-lumos/crypto": "0.23.0"
},
"ava": {
"extensions": [
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57977b8

Please sign in to comment.