Skip to content

Commit

Permalink
chore(release): publish v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-v committed Aug 11, 2022
1 parent 8a93201 commit 5a3752f
Show file tree
Hide file tree
Showing 31 changed files with 93 additions and 84 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [7.0.1](https://github.com/salesforce/best/compare/v7.0.0...v7.0.1) (2022-08-11)


### Bug Fixes

* remove dependency on packages that are fetched from GitHub ([8a93201](https://github.com/salesforce/best/commit/8a9320141dc50607f588ef651c68813186570245))



# [7.0.0](https://github.com/salesforce/best/compare/v6.5.0...v7.0.0) (2022-07-25)


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": "7.0.0",
"version": "7.0.1",
"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": "7.0.0",
"version": "7.0.1",
"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": "7.0.0",
"@best/shared": "7.0.1",
"express": "4.18.1",
"lwc-services": "3.2.2",
"socket.io": "~2.2.0",
Expand All @@ -26,5 +26,5 @@
"build:development": "lwc-services build",
"watch": "lwc-services watch"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/agent-frontend": "7.0.0",
"@best/runner-remote": "7.0.0",
"@best/utils": "7.0.0",
"@best/agent": "7.0.1",
"@best/agent-frontend": "7.0.1",
"@best/runner-remote": "7.0.1",
"@best/utils": "7.0.1",
"express": "4.18.1",
"socket.io": "~2.2.0",
"socket.io-file": "~2.0.31",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/runner": "7.0.0",
"@best/shared": "7.0.0",
"@best/utils": "7.0.0",
"@best/agent-frontend": "7.0.1",
"@best/runner": "7.0.1",
"@best/shared": "7.0.1",
"@best/utils": "7.0.1",
"express": "4.18.1",
"mime": "3.0.0",
"socket.io": "~2.2.0",
Expand All @@ -24,5 +24,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/utils": "7.0.0",
"@best/runtime": "7.0.1",
"@best/utils": "7.0.1",
"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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/api-db": "7.0.0",
"@best/builder": "7.0.0",
"@best/compare": "7.0.0",
"@best/config": "7.0.0",
"@best/console-stream": "7.0.0",
"@best/github-integration": "7.0.0",
"@best/runner": "7.0.0",
"@best/store": "7.0.0",
"@best/store-fs": "7.0.0",
"@best/utils": "7.0.0",
"@best/analyzer": "7.0.1",
"@best/api-db": "7.0.1",
"@best/builder": "7.0.1",
"@best/compare": "7.0.1",
"@best/config": "7.0.1",
"@best/console-stream": "7.0.1",
"@best/github-integration": "7.0.1",
"@best/runner": "7.0.1",
"@best/store": "7.0.1",
"@best/store-fs": "7.0.1",
"@best/utils": "7.0.1",
"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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/analyzer": "7.0.1",
"chalk": "~2.4.2"
},
"description": "Best Comparer",
Expand All @@ -17,5 +17,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"version": "7.0.1",
"description": "Best config",
"keywords": [
"Best",
Expand All @@ -13,8 +13,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@best/regex-util": "7.0.0",
"@best/utils": "7.0.0",
"@best/regex-util": "7.0.1",
"@best/utils": "7.0.1",
"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": "7.0.0",
"version": "7.0.1",
"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": "7.0.0",
"@best/utils": "7.0.1",
"chalk": "~2.4.2"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"dependencies": {
"@best/api-db": "7.0.0",
"@best/config": "7.0.0",
"@best/console-stream": "7.0.0",
"@best/github-integration": "7.0.0",
"@best/types": "7.0.0",
"@best/api-db": "7.0.1",
"@best/config": "7.0.1",
"@best/console-stream": "7.0.1",
"@best/github-integration": "7.0.1",
"@best/types": "7.0.1",
"@lwc/compiler": "2.5.13",
"@lwc/engine": "^1.17.6",
"@lwc/rollup-plugin": "2.22.0",
"@rollup/plugin-replace": "4.0.0",
"compression": "^1.7.4",
"express": "4.18.1",
"jsonwebtoken": "^8.5.1",
Expand All @@ -18,7 +19,6 @@
"rollup": "^2.38.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.3",
"@rollup/plugin-replace": "4.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
Expand Down Expand Up @@ -51,5 +51,5 @@
"watch": "concurrently 'yarn lwc:watch' 'yarn api:watch'"
},
"types": "build/index.d.ts",
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/types": "7.0.0",
"@best/utils": "7.0.0",
"@best/api-db": "7.0.1",
"@best/types": "7.0.1",
"@best/utils": "7.0.1",
"@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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/utils": "7.0.1",
"express": "4.18.1"
},
"description": "Best Runner (Abstract)",
Expand All @@ -19,5 +19,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/types": "7.0.0",
"@best/runner-abstract": "7.0.1",
"@best/types": "7.0.1",
"puppeteer": "15.5.0"
},
"description": "Best Runner (Headless)",
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/runner-abstract": "7.0.0",
"@best/shared": "7.0.0",
"@best/console-stream": "7.0.1",
"@best/runner-abstract": "7.0.1",
"@best/shared": "7.0.1",
"debug": "^4.1.1",
"socket.io-client": "~2.2.0",
"tar": "6.1.11"
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/types": "7.0.0",
"@best/runner-abstract": "7.0.1",
"@best/types": "7.0.1",
"deepmerge": "^4.0.0",
"webdriverio": "^5.13.2"
},
Expand All @@ -20,5 +20,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/runner-abstract": "7.0.0",
"@best/utils": "7.0.0",
"@best/console-stream": "7.0.1",
"@best/runner-abstract": "7.0.1",
"@best/utils": "7.0.1",
"chalk": "~2.4.2"
},
"description": "Best Runner",
Expand All @@ -20,5 +20,5 @@
"access": "public"
},
"types": "build/index.d.ts",
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/types": "7.0.1",
"aws-sdk": "2.1127.0",
"chalk": "~2.4.2",
"mime-types": "2.1.35",
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
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": "7.0.0",
"@best/types": "7.0.1",
"chalk": "~2.4.2",
"globby": "~9.2.0"
},
Expand All @@ -18,5 +18,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.0.0"
"version": "7.0.1"
}
Loading

0 comments on commit 5a3752f

Please sign in to comment.