Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBunzy authored Nov 4, 2024
2 parents e7e4496 + f216692 commit 9338cea
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.41-rc.1",
"version": "0.0.42-rc.1",
"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.1",
"version": "0.0.34-rc.1",
"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.6",
"version": "0.0.3-rc.6",
"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.1",
"version": "0.0.117-rc.1",
"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

0 comments on commit 9338cea

Please sign in to comment.