Skip to content

Commit

Permalink
Update tag to beta (#1433)
Browse files Browse the repository at this point in the history
* 🔖 release-v1.27.5-beta.0

* Update all tags to beta
  • Loading branch information
chinmay-browserstack authored Nov 16, 2023
1 parent 5fed59a commit b78c8d6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"main": "dist/bundle.js",
"browser": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriver-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit b78c8d6

Please sign in to comment.