Skip to content

Commit 12aecbf

Browse files
committed
chore: alpha release v1.1.0-alpha.1
1 parent 0f3029d commit 12aecbf

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/core",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/mcp",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.mjs",

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/next",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {
@@ -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-alpha.1"
4545
},
4646
"scripts": {
4747
"build": "unbuild",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/nuxt",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {
@@ -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-alpha.1"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/react",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {
@@ -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-alpha.1"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/vite",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"ansis": "^3.2.0",
29-
"@browser-echo/core": "workspace:*"
29+
"@browser-echo/core": "^1.1.0-alpha.1"
3030
},
3131
"scripts": {
3232
"build": "unbuild",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browser-echo/vue",
3-
"version": "1.1.0-alpha.0",
3+
"version": "1.1.0-alpha.1",
44
"type": "module",
55
"sideEffects": false,
66
"repository": {
@@ -25,7 +25,7 @@
2525
"vue": ">=3.3.0"
2626
},
2727
"dependencies": {
28-
"@browser-echo/core": "workspace:*"
28+
"@browser-echo/core": "^1.1.0-alpha.1"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

0 commit comments

Comments
 (0)