Skip to content

Commit

Permalink
build: bump pkg versions to 0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Jul 31, 2024
1 parent 07eef8f commit a0048d3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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.0",
"@nillion/client-react-hooks": "0.1.0-rc.0",
"@nillion/client-vms": "0.1.0-rc.0",
"@nillion/client-core": "0.1.0-rc.1",
"@nillion/client-react-hooks": "0.1.0-rc.1",
"@nillion/client-vms": "0.1.0-rc.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1"
Expand Down
16 changes: 8 additions & 8 deletions 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 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.0",
"version": "0.1.0-rc.1",
"type": "module",
"browser": "dist/index.js",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.0-rc.1",
"type": "module",
"browser": "dist/index.js",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.0-rc.1",
"type": "module",
"module": "dist/index.js",
"browser": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.0-rc.1",
"type": "module",
"browser": "dist/index.js",
"types": "src/index.ts",
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.0",
"version": "0.1.0-rc.1",
"homepage": "https://docs.nillion.com/",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit a0048d3

Please sign in to comment.