Skip to content

Commit

Permalink
chore(release): publish v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Aug 13, 2024
1 parent 43659d8 commit 6759f89
Show file tree
Hide file tree
Showing 29 changed files with 90 additions and 78 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# [](https://github.com/salesforce/best/compare/v12.0.1...v) (2024-04-05)
# [](https://github.com/salesforce/best/compare/v12.0.2...v) (2024-08-13)


* feat!: upgrade `puppeteer` to `v23.0.2` ([43659d8](https://github.com/salesforce/best/commit/43659d8ae07e9c3e036168e78908ec15d156a7ab))


### BREAKING CHANGES

* Upgrade the Chrome version to `v127.0.6533.99`.



## [12.0.2](https://github.com/salesforce/best/compare/v12.0.1...v12.0.2) (2024-04-05)


### 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": "12.0.2",
"version": "13.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": "12.0.2",
"version": "13.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": "12.0.2",
"@best/shared": "13.0.0",
"express": "4.19.2",
"lwc-services": "3.2.2",
"socket.io": "4.7.5",
Expand All @@ -25,5 +25,5 @@
"build:development": "lwc-services build",
"watch": "lwc-services watch"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/agent-frontend": "12.0.2",
"@best/runner-remote": "12.0.2",
"@best/utils": "12.0.2",
"@best/agent": "13.0.0",
"@best/agent-frontend": "13.0.0",
"@best/runner-remote": "13.0.0",
"@best/utils": "13.0.0",
"express": "4.19.2",
"socket.io": "4.7.5",
"socket.io-file": "2.0.31",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/runner": "12.0.2",
"@best/shared": "12.0.2",
"@best/utils": "12.0.2",
"@best/agent-frontend": "13.0.0",
"@best/runner": "13.0.0",
"@best/shared": "13.0.0",
"@best/utils": "13.0.0",
"express": "4.19.2",
"mime": "3.0.0",
"socket.io": "4.7.5",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2",
"@best/utils": "12.0.2",
"@best/runtime": "13.0.0",
"@best/utils": "13.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": "12.0.2"
"version": "13.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": "12.0.2",
"@best/api-db": "12.0.2",
"@best/builder": "12.0.2",
"@best/compare": "12.0.2",
"@best/config": "12.0.2",
"@best/console-stream": "12.0.2",
"@best/github-integration": "12.0.2",
"@best/runner": "12.0.2",
"@best/store": "12.0.2",
"@best/store-fs": "12.0.2",
"@best/utils": "12.0.2",
"@best/analyzer": "13.0.0",
"@best/api-db": "13.0.0",
"@best/builder": "13.0.0",
"@best/compare": "13.0.0",
"@best/config": "13.0.0",
"@best/console-stream": "13.0.0",
"@best/github-integration": "13.0.0",
"@best/runner": "13.0.0",
"@best/store": "13.0.0",
"@best/store-fs": "13.0.0",
"@best/utils": "13.0.0",
"asciichart": "1.5.25",
"chalk": "~2.4.2",
"cli-table3": "0.6.4",
Expand Down Expand Up @@ -42,5 +42,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/analyzer": "13.0.0",
"chalk": "~2.4.2"
},
"description": "Best Comparer",
Expand All @@ -17,5 +17,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"version": "13.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": "12.0.2",
"@best/utils": "12.0.2",
"@best/regex-util": "13.0.0",
"@best/utils": "13.0.0",
"chalk": "~2.4.2",
"simple-git": "3.24.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": "12.0.2",
"version": "13.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": "12.0.2",
"@best/utils": "13.0.0",
"chalk": "~2.4.2"
},
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@best/api-db": "12.0.2",
"@best/config": "12.0.2",
"@best/console-stream": "12.0.2",
"@best/github-integration": "12.0.2",
"@best/types": "12.0.2",
"@best/api-db": "13.0.0",
"@best/config": "13.0.0",
"@best/console-stream": "13.0.0",
"@best/github-integration": "13.0.0",
"@best/types": "13.0.0",
"@lwc/compiler": "2.5.13",
"@lwc/engine": "^1.17.6",
"@lwc/rollup-plugin": "2.22.0",
Expand Down Expand Up @@ -58,5 +58,5 @@
"watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'"
},
"types": "build/index.d.ts",
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/types": "12.0.2",
"@best/utils": "12.0.2",
"@best/api-db": "13.0.0",
"@best/types": "13.0.0",
"@best/utils": "13.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": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2",
"@best/utils": "13.0.0",
"express": "4.19.2"
},
"description": "Best Runner (Abstract)",
Expand All @@ -19,5 +19,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/types": "12.0.2",
"@best/runner-abstract": "13.0.0",
"@best/types": "13.0.0",
"puppeteer": "23.0.2"
},
"description": "Best Runner (Headless)",
Expand All @@ -19,5 +19,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/runner-abstract": "12.0.2",
"@best/shared": "12.0.2",
"@best/console-stream": "13.0.0",
"@best/runner-abstract": "13.0.0",
"@best/shared": "13.0.0",
"debug": "4.3.4",
"socket.io-client": "4.7.5",
"tar": "6.2.1"
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2",
"@best/runner-abstract": "12.0.2",
"@best/utils": "12.0.2",
"@best/console-stream": "13.0.0",
"@best/runner-abstract": "13.0.0",
"@best/utils": "13.0.0",
"chalk": "~2.4.2"
},
"description": "Best Runner",
Expand All @@ -20,5 +20,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2",
"@best/types": "13.0.0",
"chalk": "~2.4.2",
"globby": "13.2.2"
},
Expand All @@ -18,5 +18,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.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": "12.0.2"
"version": "13.0.0"
}
2 changes: 1 addition & 1 deletion packages/@best/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.2"
"version": "13.0.0"
}
4 changes: 2 additions & 2 deletions packages/best-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"best": "12.0.2"
"best": "13.0.0"
},
"name": "perf-benchmarks",
"private": true,
"scripts": {
"remote": "best",
"start": "best"
},
"version": "12.0.2"
"version": "13.0.0"
}
Loading

0 comments on commit 6759f89

Please sign in to comment.