Skip to content

Commit

Permalink
chore(release): publish v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Apr 14, 2022
1 parent 382bcf3 commit 8b167cc
Show file tree
Hide file tree
Showing 31 changed files with 92 additions and 84 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# [6.1.2](https://github.com/salesforce/best/compare/v6.1.1...v6.1.2) (2022-04-07)
# [6.1.3](https://github.com/salesforce/best/compare/v6.1.2...v6.1.3) (2022-04-14)


### Bug Fixes

Update various dependencies.
* make front-end show by default the results for the last 2 months ([fb6f9ff](https://github.com/salesforce/best/commit/fb6f9ffabdb66f36f7cce76e7584914225414c92))
* set the correct state for the agent when a client disconnects ([382bcf3](https://github.com/salesforce/best/commit/382bcf36c97354bc84c10f71a262f58e13a5b84d))



## [6.1.2](https://github.com/salesforce/best/compare/v6.1.1...v6.1.2) (2022-04-07)



## [6.1.1](https://github.com/salesforce/best/compare/v6.1.0...v6.1.1) (2022-04-07)

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@best/docs",
"license": "MIT",
"version": "6.1.2",
"version": "6.1.3",
"private": true,
"scripts": {
"test:links": "node scripts/verify-doc-links",
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": "6.1.2",
"version": "6.1.3",
"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
Expand Up @@ -4,10 +4,10 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"main": "build/server/index.js",
"dependencies": {
"@best/shared": "6.1.2",
"@best/shared": "6.1.3",
"express": "4.17.3",
"lwc-services": "~1.3.12",
"socket.io": "~2.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@best/agent-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Hub",
"keywords": [
"Best",
Expand All @@ -13,10 +13,10 @@
],
"main": "build/cli/index.js",
"dependencies": {
"@best/agent": "6.1.2",
"@best/agent-frontend": "6.1.2",
"@best/runner-remote": "6.1.2",
"@best/utils": "6.1.2",
"@best/agent": "6.1.3",
"@best/agent-frontend": "6.1.3",
"@best/runner-remote": "6.1.3",
"@best/utils": "6.1.3",
"express": "4.17.3",
"socket.io": "~2.2.0",
"socket.io-file": "~2.0.31",
Expand Down
10 changes: 5 additions & 5 deletions packages/@best/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Agent",
"keywords": [
"Best",
"performance"
],
"main": "build/cli/index.js",
"dependencies": {
"@best/agent-frontend": "6.1.2",
"@best/runner": "6.1.2",
"@best/shared": "6.1.2",
"@best/utils": "6.1.2",
"@best/agent-frontend": "6.1.3",
"@best/runner": "6.1.3",
"@best/shared": "6.1.3",
"@best/utils": "6.1.3",
"express": "4.17.3",
"mime": "3.0.0",
"socket.io": "~2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Analyzer",
"keywords": [
"Best",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/api-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"dependencies": {
"https-proxy-agent": "^5.0.0",
"pg": "^8.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best build package",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/runtime": "6.1.2",
"@best/utils": "6.1.2",
"@best/runtime": "6.1.3",
"@best/utils": "6.1.3",
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"rimraf": "^2.6.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/@best/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best CLI",
"keywords": [
"Best",
Expand All @@ -15,17 +15,17 @@
},
"main": "build/index.js",
"dependencies": {
"@best/analyzer": "6.1.2",
"@best/api-db": "6.1.2",
"@best/builder": "6.1.2",
"@best/compare": "6.1.2",
"@best/config": "6.1.2",
"@best/console-stream": "6.1.2",
"@best/github-integration": "6.1.2",
"@best/runner": "6.1.2",
"@best/store": "6.1.2",
"@best/store-fs": "6.1.2",
"@best/utils": "6.1.2",
"@best/analyzer": "6.1.3",
"@best/api-db": "6.1.3",
"@best/builder": "6.1.3",
"@best/compare": "6.1.3",
"@best/config": "6.1.3",
"@best/console-stream": "6.1.3",
"@best/github-integration": "6.1.3",
"@best/runner": "6.1.3",
"@best/store": "6.1.3",
"@best/store-fs": "6.1.3",
"@best/utils": "6.1.3",
"asciichart": "1.5.7",
"chalk": "~2.4.2",
"cli-table3": "0.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Comparer",
"keywords": [
"Best",
"performance"
],
"main": "build/index.js",
"dependencies": {
"@best/analyzer": "6.1.2",
"@best/analyzer": "6.1.3",
"chalk": "~2.4.2"
},
"files": [
Expand Down
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": "6.1.2",
"version": "6.1.3",
"description": "Best config",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/regex-util": "6.1.2",
"@best/utils": "6.1.2",
"@best/regex-util": "6.1.3",
"@best/utils": "6.1.3",
"chalk": "~2.4.2",
"simple-git": "~1.113.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": "6.1.2",
"version": "6.1.3",
"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": "6.1.2",
"@best/utils": "6.1.3",
"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
Expand Up @@ -4,15 +4,15 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/api-db": "6.1.2",
"@best/config": "6.1.2",
"@best/console-stream": "6.1.2",
"@best/github-integration": "6.1.2",
"@best/types": "6.1.2",
"@best/api-db": "6.1.3",
"@best/config": "6.1.3",
"@best/console-stream": "6.1.3",
"@best/github-integration": "6.1.3",
"@best/types": "6.1.3",
"@lwc/compiler": "^1.0.0",
"@lwc/engine": "^1.0.0",
"@lwc/rollup-plugin": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@best/github-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Github Integration",
"keywords": [
"Best",
"performance"
],
"main": "build/index.js",
"dependencies": {
"@best/api-db": "6.1.2",
"@best/types": "6.1.2",
"@best/utils": "6.1.2",
"@best/api-db": "6.1.3",
"@best/types": "6.1.3",
"@best/utils": "6.1.3",
"@octokit/rest": "^16.28.2",
"base-64": "^0.1.0",
"expand-tilde": "~2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/regex-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Regex util",
"keywords": [
"Best",
Expand Down
4 changes: 2 additions & 2 deletions packages/@best/runner-abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runner (Abstract)",
"keywords": [
"Best",
Expand All @@ -14,7 +14,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/utils": "6.1.2",
"@best/utils": "6.1.3",
"express": "4.17.3"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/runner-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runner (Headless)",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
],
"main": "build/index.js",
"dependencies": {
"@best/runner-abstract": "6.1.2",
"@best/types": "6.1.2",
"@best/runner-abstract": "6.1.3",
"@best/types": "6.1.3",
"puppeteer": "13.5.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@best/runner-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runner (Headless)",
"keywords": [
"Best",
Expand All @@ -13,9 +13,9 @@
],
"main": "build/index.js",
"dependencies": {
"@best/console-stream": "6.1.2",
"@best/runner-abstract": "6.1.2",
"@best/shared": "6.1.2",
"@best/console-stream": "6.1.3",
"@best/runner-abstract": "6.1.3",
"@best/shared": "6.1.3",
"debug": "^4.1.1",
"socket.io-client": "~2.2.0",
"tar": "6.1.11"
Expand Down
6 changes: 3 additions & 3 deletions packages/@best/runner-webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runner (WebdriverIO)",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
],
"main": "build/index.js",
"dependencies": {
"@best/runner-abstract": "6.1.2",
"@best/types": "6.1.2",
"@best/runner-abstract": "6.1.3",
"@best/types": "6.1.3",
"deepmerge": "^4.0.0",
"webdriverio": "^5.13.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@best/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runner",
"keywords": [
"Best",
Expand All @@ -13,9 +13,9 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/console-stream": "6.1.2",
"@best/runner-abstract": "6.1.2",
"@best/utils": "6.1.2",
"@best/console-stream": "6.1.3",
"@best/runner-abstract": "6.1.3",
"@best/utils": "6.1.3",
"chalk": "~2.4.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@best/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.2",
"version": "6.1.3",
"description": "Best Runtime",
"keywords": [
"Best",
Expand Down
Loading

0 comments on commit 8b167cc

Please sign in to comment.