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 7, 2024
1 parent 1554ef6 commit 77be0bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.43-rc.0",
"version": "0.0.43",
"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.35-rc.0",
"version": "0.0.35",
"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.4-rc.0",
"version": "0.0.4",
"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.118-rc.1",
"version": "0.0.118",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {
"@omnisat/lasereyes-core": "workspace:*",
"@omnisat/lasereyes-react": "workspace:*",
"@omnisat/lasereyes-core": "0.0.43",
"@omnisat/lasereyes-react": "0.0.35",
"bip39": "^3.1.0"
},
"license": "MIT",
Expand Down

0 comments on commit 77be0bb

Please sign in to comment.