Skip to content

Commit

Permalink
chore(release): publish v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Nov 14, 2023
1 parent 0ef98b7 commit 8491187
Show file tree
Hide file tree
Showing 29 changed files with 98 additions and 82 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# [](https://github.com/salesforce/best/compare/v9.0.0...v) (2023-10-25)
# [](https://github.com/salesforce/best/compare/v9.0.1...v) (2023-11-14)


* fix!: update `rollup` to `v4` ([0ef98b7](https://github.com/salesforce/best/commit/0ef98b726c1150b28bcdcc4b932801e6b23100cc))
* fix!: deprecate and remove `store-aws` related code ([0d63443](https://github.com/salesforce/best/commit/0d63443bf8404b100f5a8bf616c4bec030aa7465))
* fix!: deprecate and remove `runner-webdriverio` related code ([8debc71](https://github.com/salesforce/best/commit/8debc71d028a1e800cafcc3a1cc4824861f4f80e))


### BREAKING CHANGES

* Update `rollup` to `v4`.
* Deprecate and remove `store-aws` related code.
* Deprecate and remove `runner-webdriverio` related code.



## [9.0.1](https://github.com/salesforce/best/compare/v9.0.0...v9.0.1) (2023-10-25)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "./_scripts/build.sh",
"watch": "docsify serve ."
},
"version": "9.0.1",
"version": "10.0.0",
"workspaces": {
"nohoist": [
"**"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.1",
"version": "10.0.0",
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/agent-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@babel/helper-create-class-features-plugin": "7.18.9",
"@best/shared": "9.0.1",
"@best/shared": "10.0.0",
"express": "4.18.2",
"lwc-services": "3.2.2",
"socket.io": "4.6.1",
Expand All @@ -25,5 +25,5 @@
"build:development": "lwc-services build",
"watch": "lwc-services watch"
},
"version": "9.0.1"
"version": "10.0.0"
}
10 changes: 5 additions & 5 deletions packages/@best/agent-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@best/agent": "9.0.1",
"@best/agent-frontend": "9.0.1",
"@best/runner-remote": "9.0.1",
"@best/utils": "9.0.1",
"@best/agent": "10.0.0",
"@best/agent-frontend": "10.0.0",
"@best/runner-remote": "10.0.0",
"@best/utils": "10.0.0",
"express": "4.18.2",
"socket.io": "4.6.1",
"socket.io-file": "2.0.31",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
10 changes: 5 additions & 5 deletions packages/@best/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@best/agent-frontend": "9.0.1",
"@best/runner": "9.0.1",
"@best/shared": "9.0.1",
"@best/utils": "9.0.1",
"@best/agent-frontend": "10.0.0",
"@best/runner": "10.0.0",
"@best/shared": "10.0.0",
"@best/utils": "10.0.0",
"express": "4.18.2",
"mime": "3.0.0",
"socket.io": "4.6.1",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/api-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
6 changes: 3 additions & 3 deletions packages/@best/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@best/runtime": "9.0.1",
"@best/utils": "9.0.1",
"@best/runtime": "10.0.0",
"@best/utils": "10.0.0",
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"rimraf": "3.0.2",
Expand All @@ -23,5 +23,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
24 changes: 12 additions & 12 deletions packages/@best/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"best": "./bin/best.js"
},
"dependencies": {
"@best/analyzer": "9.0.1",
"@best/api-db": "9.0.1",
"@best/builder": "9.0.1",
"@best/compare": "9.0.1",
"@best/config": "9.0.1",
"@best/console-stream": "9.0.1",
"@best/github-integration": "9.0.1",
"@best/runner": "9.0.1",
"@best/store": "9.0.1",
"@best/store-fs": "9.0.1",
"@best/utils": "9.0.1",
"@best/analyzer": "10.0.0",
"@best/api-db": "10.0.0",
"@best/builder": "10.0.0",
"@best/compare": "10.0.0",
"@best/config": "10.0.0",
"@best/console-stream": "10.0.0",
"@best/github-integration": "10.0.0",
"@best/runner": "10.0.0",
"@best/store": "10.0.0",
"@best/store-fs": "10.0.0",
"@best/utils": "10.0.0",
"asciichart": "1.5.25",
"chalk": "~2.4.2",
"cli-table3": "0.6.3",
Expand Down Expand Up @@ -42,5 +42,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
4 changes: 2 additions & 2 deletions packages/@best/compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@best/analyzer": "9.0.1",
"@best/analyzer": "10.0.0",
"chalk": "~2.4.2"
},
"description": "Best Comparer",
Expand All @@ -17,5 +17,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
6 changes: 3 additions & 3 deletions packages/@best/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1",
"version": "10.0.0",
"description": "Best config",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/regex-util": "9.0.1",
"@best/utils": "9.0.1",
"@best/regex-util": "10.0.0",
"@best/utils": "10.0.0",
"chalk": "~2.4.2",
"simple-git": "3.18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/console-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1",
"version": "10.0.0",
"description": "Best stdout stream wrapper",
"keywords": [
"Best",
Expand All @@ -13,7 +13,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/utils": "9.0.1",
"@best/utils": "10.0.0",
"chalk": "~2.4.2"
},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"dependencies": {
"@best/api-db": "9.0.1",
"@best/config": "9.0.1",
"@best/console-stream": "9.0.1",
"@best/github-integration": "9.0.1",
"@best/types": "9.0.1",
"@best/api-db": "10.0.0",
"@best/config": "10.0.0",
"@best/console-stream": "10.0.0",
"@best/github-integration": "10.0.0",
"@best/types": "10.0.0",
"@lwc/compiler": "2.5.13",
"@lwc/engine": "^1.17.6",
"@lwc/rollup-plugin": "2.22.0",
"@lwc/wire-service": "2.22.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-terser": "0.4.4",
"compression": "1.7.4",
"express": "4.18.2",
"jsonwebtoken": "9.0.0",
Expand All @@ -18,10 +21,7 @@
"query-string": "^7.1.1",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"rollup": "4.3.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4"
"rollup": "4.3.0"
},
"devDependencies": {
"@lwc/eslint-plugin-lwc": "1.5.0",
Expand Down Expand Up @@ -58,5 +58,5 @@
"watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
8 changes: 4 additions & 4 deletions packages/@best/github-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@best/api-db": "9.0.1",
"@best/types": "9.0.1",
"@best/utils": "9.0.1",
"@best/api-db": "10.0.0",
"@best/types": "10.0.0",
"@best/utils": "10.0.0",
"@octokit/rest": "^16.28.2",
"base-64": "^0.1.0",
"expand-tilde": "~2.0.2",
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/regex-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
4 changes: 2 additions & 2 deletions packages/@best/runner-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@best/utils": "9.0.1",
"@best/utils": "10.0.0",
"express": "4.18.2"
},
"description": "Best Runner (Abstract)",
Expand All @@ -19,5 +19,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
6 changes: 3 additions & 3 deletions packages/@best/runner-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@best/runner-abstract": "9.0.1",
"@best/types": "9.0.1",
"@best/runner-abstract": "10.0.0",
"@best/types": "10.0.0",
"puppeteer": "20.9.0"
},
"description": "Best Runner (Headless)",
Expand All @@ -19,5 +19,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
8 changes: 4 additions & 4 deletions packages/@best/runner-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@best/console-stream": "9.0.1",
"@best/runner-abstract": "9.0.1",
"@best/shared": "9.0.1",
"@best/console-stream": "10.0.0",
"@best/runner-abstract": "10.0.0",
"@best/shared": "10.0.0",
"debug": "4.3.4",
"socket.io-client": "4.6.1",
"tar": "6.1.14"
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
8 changes: 4 additions & 4 deletions packages/@best/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@best/console-stream": "9.0.1",
"@best/runner-abstract": "9.0.1",
"@best/utils": "9.0.1",
"@best/console-stream": "10.0.0",
"@best/runner-abstract": "10.0.0",
"@best/utils": "10.0.0",
"chalk": "~2.4.2"
},
"description": "Best Runner",
Expand All @@ -20,5 +20,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
4 changes: 2 additions & 2 deletions packages/@best/store-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@best/types": "9.0.1",
"@best/types": "10.0.0",
"chalk": "~2.4.2",
"globby": "13.2.2"
},
Expand All @@ -18,5 +18,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "9.0.1"
"version": "10.0.0"
}
Loading

0 comments on commit 8491187

Please sign in to comment.