Skip to content

Commit

Permalink
chore(release): publish v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Apr 19, 2022
1 parent dd4cb1e commit 6be5329
Show file tree
Hide file tree
Showing 31 changed files with 87 additions and 84 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# [6.1.3](https://github.com/salesforce/best/compare/v6.1.2...v6.1.3) (2022-04-14)
# [6.1.4](https://github.com/salesforce/best/compare/v6.1.3...v6.1.4) (2022-04-19)



## [6.1.3](https://github.com/salesforce/best/compare/v6.1.2...v6.1.3) (2022-04-14)


### Bug Fixes
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.3",
"version": "6.1.4",
"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.3",
"version": "6.1.4",
"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,6 +1,6 @@
{
"dependencies": {
"@best/shared": "6.1.3",
"@best/shared": "6.1.4",
"express": "4.17.3",
"lwc-services": "~1.3.12",
"socket.io": "~2.2.0",
Expand All @@ -25,5 +25,5 @@
"build:development": "lwc-services build",
"watch": "lwc-services watch"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/agent-frontend": "6.1.3",
"@best/runner-remote": "6.1.3",
"@best/utils": "6.1.3",
"@best/agent": "6.1.4",
"@best/agent-frontend": "6.1.4",
"@best/runner-remote": "6.1.4",
"@best/utils": "6.1.4",
"express": "4.17.3",
"socket.io": "~2.2.0",
"socket.io-file": "~2.0.31",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/runner": "6.1.3",
"@best/shared": "6.1.3",
"@best/utils": "6.1.3",
"@best/agent-frontend": "6.1.4",
"@best/runner": "6.1.4",
"@best/shared": "6.1.4",
"@best/utils": "6.1.4",
"express": "4.17.3",
"mime": "3.0.0",
"socket.io": "~2.2.0",
Expand All @@ -24,5 +24,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/utils": "6.1.3",
"@best/runtime": "6.1.4",
"@best/utils": "6.1.4",
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"rimraf": "3.0.2",
Expand All @@ -24,5 +24,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "6.1.3"
"version": "6.1.4"
}
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": "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",
"@best/analyzer": "6.1.4",
"@best/api-db": "6.1.4",
"@best/builder": "6.1.4",
"@best/compare": "6.1.4",
"@best/config": "6.1.4",
"@best/console-stream": "6.1.4",
"@best/github-integration": "6.1.4",
"@best/runner": "6.1.4",
"@best/store": "6.1.4",
"@best/store-fs": "6.1.4",
"@best/utils": "6.1.4",
"asciichart": "1.5.25",
"chalk": "~2.4.2",
"cli-table3": "0.6.2",
Expand Down Expand Up @@ -42,5 +42,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/analyzer": "6.1.4",
"chalk": "~2.4.2"
},
"description": "Best Comparer",
Expand All @@ -17,5 +17,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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.3",
"version": "6.1.4",
"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.3",
"@best/utils": "6.1.3",
"@best/regex-util": "6.1.4",
"@best/utils": "6.1.4",
"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.3",
"version": "6.1.4",
"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.3",
"@best/utils": "6.1.4",
"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": "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",
"@best/api-db": "6.1.4",
"@best/config": "6.1.4",
"@best/console-stream": "6.1.4",
"@best/github-integration": "6.1.4",
"@best/types": "6.1.4",
"@lwc/compiler": "^1.0.0",
"@lwc/engine": "^1.0.0",
"@lwc/rollup-plugin": "^1.0.0",
Expand Down Expand Up @@ -51,5 +51,5 @@
"watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'"
},
"types": "build/index.d.ts",
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/types": "6.1.3",
"@best/utils": "6.1.3",
"@best/api-db": "6.1.4",
"@best/types": "6.1.4",
"@best/utils": "6.1.4",
"@octokit/rest": "^16.28.2",
"base-64": "^0.1.0",
"expand-tilde": "~2.0.2",
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/utils": "6.1.4",
"express": "4.17.3"
},
"description": "Best Runner (Abstract)",
Expand All @@ -19,5 +19,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/types": "6.1.3",
"@best/runner-abstract": "6.1.4",
"@best/types": "6.1.4",
"puppeteer": "13.5.2"
},
"description": "Best Runner (Headless)",
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/runner-abstract": "6.1.3",
"@best/shared": "6.1.3",
"@best/console-stream": "6.1.4",
"@best/runner-abstract": "6.1.4",
"@best/shared": "6.1.4",
"debug": "^4.1.1",
"socket.io-client": "~2.2.0",
"tar": "6.1.11"
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
6 changes: 3 additions & 3 deletions packages/@best/runner-webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@best/runner-abstract": "6.1.3",
"@best/types": "6.1.3",
"@best/runner-abstract": "6.1.4",
"@best/types": "6.1.4",
"deepmerge": "^4.0.0",
"webdriverio": "^5.13.2"
},
Expand All @@ -20,5 +20,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/runner-abstract": "6.1.3",
"@best/utils": "6.1.3",
"@best/console-stream": "6.1.4",
"@best/runner-abstract": "6.1.4",
"@best/utils": "6.1.4",
"chalk": "~2.4.2"
},
"description": "Best Runner",
Expand All @@ -20,5 +20,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
4 changes: 2 additions & 2 deletions packages/@best/store-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@best/types": "6.1.3",
"@best/types": "6.1.4",
"aws-sdk": "2.1066.0",
"chalk": "~2.4.2",
"mime-types": "2.1.35",
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3",
"@best/types": "6.1.4",
"chalk": "~2.4.2",
"globby": "~9.2.0"
},
Expand All @@ -18,5 +18,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
2 changes: 1 addition & 1 deletion packages/@best/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.1.3"
"version": "6.1.4"
}
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": "6.1.3"
"version": "6.1.4"
}
Loading

0 comments on commit 6be5329

Please sign in to comment.