Skip to content

Commit

Permalink
Bump version to: v0.0.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 14, 2023
1 parent 956cdc0 commit e665a10
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/e2e",
"version": "0.0.12",
"version": "0.0.13",
"description": "E2E testing for Nexus",
"private": true,
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.0.12"
"version": "0.0.13"
}
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/extension-chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/extension-chrome",
"version": "0.0.12",
"version": "0.0.13",
"description": "Nexus Chrome extension",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@ckb-lumos/helpers": "0.20.0-alpha.2",
"@ckb-lumos/lumos": "0.20.0-alpha.2",
"@ckb-lumos/rpc": "0.20.0-alpha.2",
"@nexus-wallet/protocol": "0.0.12",
"@nexus-wallet/types": "0.0.12",
"@nexus-wallet/utils": "0.0.12",
"@nexus-wallet/protocol": "0.0.13",
"@nexus-wallet/types": "0.0.13",
"@nexus-wallet/utils": "0.0.13",
"@tanstack/react-query": "4.29.1",
"awilix": "8.0.1",
"eventemitter3": "5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ownership-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/ownership-providers",
"version": "0.0.12",
"version": "0.0.13",
"description": "Simple wrapper to work with Nexus",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/ckb-js/nexus/issues"
},
"dependencies": {
"@nexus-wallet/protocol": "0.0.12",
"@nexus-wallet/utils": "0.0.12",
"@nexus-wallet/protocol": "0.0.13",
"@nexus-wallet/utils": "0.0.13",
"lodash.range": "3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/protocol",
"version": "0.0.12",
"version": "0.0.13",
"description": "Nexus Wallet Protocol",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/types",
"version": "0.0.12",
"version": "0.0.13",
"description": "",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"url": "git+https://github.com/ckb-js/nexus.git"
},
"dependencies": {
"@nexus-wallet/protocol": "0.0.12"
"@nexus-wallet/protocol": "0.0.13"
},
"devDependencies": {
"@ckb-lumos/codec": "0.20.0-alpha.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/utils",
"version": "0.0.12",
"version": "0.0.13",
"description": "",
"homepage": "https://github.com/ckb-js/nexus/tree/main/utils#readme",
"license": "MIT",
Expand Down

0 comments on commit e665a10

Please sign in to comment.