Skip to content

Commit

Permalink
Stable version bump for all changed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 4, 2024
1 parent 12701c8 commit f216692
Show file tree
Hide file tree
Showing 5 changed files with 8,293 additions and 10,504 deletions.
2 changes: 1 addition & 1 deletion packages/lasereyes-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-core",
"private": false,
"version": "0.0.41-rc.0",
"version": "0.0.41",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-react",
"private": false,
"version": "0.0.33-rc.0",
"version": "0.0.33",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-vue",
"private": false,
"version": "0.0.2-rc.4",
"version": "0.0.2",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/lasereyes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/omnisat/lasereyes-mono.git"
},
"private": false,
"version": "0.0.116-rc.0",
"version": "0.0.116",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {
"@omnisat/lasereyes-core": "0.0.40",
"@omnisat/lasereyes-react": "0.0.32",
"@omnisat/lasereyes-core": "0.0.41",
"@omnisat/lasereyes-react": "0.0.33",
"bip39": "^3.1.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit f216692

Please sign in to comment.