Skip to content

Commit

Permalink
Bump version to: v0.0.17 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 27, 2023
1 parent 364e85d commit 195d4c5
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 67 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.16",
"version": "0.0.17",
"description": "E2E testing for Nexus",
"private": true,
"directories": {
Expand Down
10 changes: 5 additions & 5 deletions examples/transfer-with-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "transfer-with-provider",
"private": true,
"version": "0.0.0",
"version": "0.0.17",
"type": "module",
"scripts": {
"start": "parcel index.html"
Expand All @@ -13,11 +13,11 @@
"@ckb-lumos/common-scripts": "0.20.0-alpha.2",
"@ckb-lumos/config-manager": "0.20.0-alpha.2",
"@ckb-lumos/helpers": "0.20.0-alpha.2",
"@nexus-wallet/detect-ckb": "*",
"@nexus-wallet/ownership-providers": "*",
"@nexus-wallet/detect-ckb": "0.0.17",
"@nexus-wallet/ownership-providers": "0.0.17",
"buffer": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"buffer": "^5.7.1"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
14 changes: 7 additions & 7 deletions examples/transfer/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet-examples/transfer",
"version": "1.0.0",
"version": "0.0.17",
"description": "",
"main": "index.ts",
"private": true,
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.16"
"version": "0.0.17"
}
57 changes: 22 additions & 35 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/detect-ckb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/detect-ckb",
"version": "0.0.14",
"version": "0.0.17",
"description": "Detect the global CKB object is injected or not",
"homepage": "https://github.com/ckb-js/nexus/tree/main/detect-ckb#readme",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/ckb-js/nexus/issues"
},
"dependencies": {
"@nexus-wallet/protocol": "*",
"@nexus-wallet/utils": "*"
"@nexus-wallet/protocol": "0.0.17",
"@nexus-wallet/utils": "0.0.17"
}
}
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.16",
"version": "0.0.17",
"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.16",
"@nexus-wallet/types": "0.0.16",
"@nexus-wallet/utils": "0.0.16",
"@nexus-wallet/protocol": "0.0.17",
"@nexus-wallet/types": "0.0.17",
"@nexus-wallet/utils": "0.0.17",
"@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.16",
"version": "0.0.17",
"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.16",
"@nexus-wallet/utils": "0.0.16",
"@nexus-wallet/protocol": "0.0.17",
"@nexus-wallet/utils": "0.0.17",
"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.16",
"version": "0.0.17",
"description": "Nexus Wallet Protocol",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexus-wallet/testkit",
"version": "0.0.16",
"version": "0.0.17",
"description": "",
"homepage": "https://github.com/ckb-js/nexus/tree/main/extension-chrome#readme",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"@ckb-lumos/bi": "0.20.0-alpha.2",
"@ckb-lumos/codec": "0.20.0-alpha.2",
"@ckb-lumos/helpers": "0.20.0-alpha.2",
"@nexus-wallet/protocol": "0.0.16",
"@nexus-wallet/utils": "0.0.16",
"@nexus-wallet/protocol": "0.0.17",
"@nexus-wallet/utils": "0.0.17",
"eventemitter3": "5.0.0"
},
"scripts": {
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.16",
"version": "0.0.17",
"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.16"
"@nexus-wallet/protocol": "0.0.17"
},
"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.16",
"version": "0.0.17",
"description": "",
"homepage": "https://github.com/ckb-js/nexus/tree/main/utils#readme",
"license": "MIT",
Expand Down

0 comments on commit 195d4c5

Please sign in to comment.