Skip to content

Commit

Permalink
chore: release @nillion/*@0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Oct 8, 2024
1 parent d3ee19f commit ff58b23
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"@nillion/client-core": "0.1.0-rc.16",
"@nillion/client-react-hooks": "0.1.0-rc.16",
"@nillion/client-vms": "0.1.0-rc.16"
"@nillion/client-core": "0.1.0",
"@nillion/client-react-hooks": "0.1.0",
"@nillion/client-vms": "0.1.0"
},
"devDependencies": {
"@types/node": "^22",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

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.16",
"version": "0.1.0",
"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.16",
"@nillion/client-wasm": "0.1.0",
"debug": "^4.3.7",
"effect": "3.9.0",
"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.16",
"version": "0.1.0",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"@bufbuild/protobuf": "^2.1.0",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@nillion/client-core": "0.1.0-rc.16",
"@nillion/client-core": "0.1.0",
"debug": "^4.3.7",
"effect": "3.9.0",
"zod": "^3.23.8"
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.16",
"version": "0.1.0",
"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.16",
"@nillion/client-vms": "0.1.0",
"@tanstack/react-query": "^5.59.0",
"debug": "^4.3.7",
"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.16",
"version": "0.1.0",
"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.16",
"@nillion/client-payments": "0.1.0-rc.16",
"@nillion/client-core": "0.1.0",
"@nillion/client-payments": "0.1.0",
"debug": "^4.3.7",
"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.16",
"version": "0.1.0",
"homepage": "https://nillion.pub/client-ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff58b23

Please sign in to comment.