Skip to content

Commit

Permalink
chore(release): update @nillion packages to 0.1.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Aug 21, 2024
1 parent 854787b commit dbc4ea2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"@nillion/client-core": "0.1.0-rc.10",
"@nillion/client-react-hooks": "0.1.0-rc.10",
"@nillion/client-vms": "0.1.0-rc.10"
"@nillion/client-core": "0.1.0-rc.11",
"@nillion/client-react-hooks": "0.1.0-rc.11",
"@nillion/client-vms": "0.1.0-rc.11"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/joy": "^5.0.0-beta.48",
"@nillion/client-core": "0.1.0-rc.10",
"@nillion/client-react-hooks": "0.1.0-rc.10",
"@nillion/client-vms": "0.1.0-rc.10",
"@nillion/client-core": "0.1.0-rc.11",
"@nillion/client-react-hooks": "0.1.0-rc.11",
"@nillion/client-vms": "0.1.0-rc.11",
"@tanstack/react-query-devtools": "^5.51.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-core",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-wasm": "0.1.0-rc.10",
"@nillion/client-wasm": "0.1.0-rc.11",
"debug": "^4.3.6",
"effect": "3.6.4",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/client-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-payments",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@nillion/client-core": "0.1.0-rc.10",
"@nillion/client-core": "0.1.0-rc.11",
"debug": "^4.3.6",
"effect": "3.6.4",
"protobufjs": "^7.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-react-hooks",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"build:watch": "node esbuild.config.mjs --watch"
},
"dependencies": {
"@nillion/client-vms": "0.1.0-rc.10",
"@nillion/client-vms": "0.1.0-rc.11",
"@tanstack/react-query": "^5.51.23",
"debug": "^4.3.6",
"react": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/client-vms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-vms",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -22,8 +22,8 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-core": "0.1.0-rc.10",
"@nillion/client-payments": "0.1.0-rc.10",
"@nillion/client-core": "0.1.0-rc.11",
"@nillion/client-payments": "0.1.0-rc.11",
"debug": "^4.3.6",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-wasm",
"license": "Apache-2.0",
"author": "[email protected]",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit dbc4ea2

Please sign in to comment.