Skip to content

Commit 2d5cfb9

Browse files
committed
chore: release v1.1.0
1 parent f4e5930 commit 2d5cfb9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dom": ">=18.0.0"
4242
},
4343
"dependencies": {
44-
"@browser-echo/core": "workspace:*"
44+
"@browser-echo/core": "^1.1.0"
4545
},
4646
"scripts": {
4747
"build": "unbuild",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nuxt/kit": ">=3.11.0"
2626
},
2727
"dependencies": {
28-
"@browser-echo/core": "workspace:*"
28+
"@browser-echo/core": "^1.1.0"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": ">=18.0.0"
2727
},
2828
"dependencies": {
29-
"@browser-echo/core": "workspace:*"
29+
"@browser-echo/core": "^1.1.0"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"ansis": "^3.2.0",
29-
"@browser-echo/core": "workspace:*"
29+
"@browser-echo/core": "^1.1.0"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue": ">=3.3.0"
2626
},
2727
"dependencies": {
28-
"@browser-echo/core": "workspace:*"
28+
"@browser-echo/core": "^1.1.0"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

0 commit comments

Comments
 (0)