Skip to content

Commit 6bccdc4

Browse files
committed
chore(release): publish v12.0.1
1 parent 21c0d90 commit 6bccdc4

File tree

29 files changed

+87
-78
lines changed

29 files changed

+87
-78
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# [](https://github.com/salesforce/best/compare/v11.0.0...v) (2024-04-04)
1+
# [](https://github.com/salesforce/best/compare/v12.0.0...v) (2024-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies ([e962f82](https://github.com/salesforce/best/commit/e962f821290d5b9b08d5ad3d5ea02925cca9f3eb))
7+
8+
9+
10+
# [12.0.0](https://github.com/salesforce/best/compare/v11.0.0...v12.0.0) (2024-04-04)
211

312

413
* feat!: upgrade `puppeteer` to `v22.6.2` ([64d3099](https://github.com/salesforce/best/commit/64d3099ab504882eb9325becfe40c15cd4d99966))

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "./_scripts/build.sh",
2121
"watch": "docsify serve ."
2222
},
23-
"version": "12.0.0",
23+
"version": "12.0.1",
2424
"workspaces": {
2525
"nohoist": [
2626
"**"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.0.0",
2+
"version": "12.0.1",
33
"exact": true,
44
"npmClient": "yarn",
55
"useWorkspaces": true,

packages/@best/agent-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@babel/helper-create-class-features-plugin": "7.18.9",
4-
"@best/shared": "12.0.0",
4+
"@best/shared": "12.0.1",
55
"express": "4.19.2",
66
"lwc-services": "3.2.2",
77
"socket.io": "4.7.5",
@@ -25,5 +25,5 @@
2525
"build:development": "lwc-services build",
2626
"watch": "lwc-services watch"
2727
},
28-
"version": "12.0.0"
28+
"version": "12.0.1"
2929
}

packages/@best/agent-hub/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@best/agent": "12.0.0",
4-
"@best/agent-frontend": "12.0.0",
5-
"@best/runner-remote": "12.0.0",
6-
"@best/utils": "12.0.0",
3+
"@best/agent": "12.0.1",
4+
"@best/agent-frontend": "12.0.1",
5+
"@best/runner-remote": "12.0.1",
6+
"@best/utils": "12.0.1",
77
"express": "4.19.2",
88
"socket.io": "4.7.5",
99
"socket.io-file": "2.0.31",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"version": "12.0.0"
28+
"version": "12.0.1"
2929
}

packages/@best/agent/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@best/agent-frontend": "12.0.0",
4-
"@best/runner": "12.0.0",
5-
"@best/shared": "12.0.0",
6-
"@best/utils": "12.0.0",
3+
"@best/agent-frontend": "12.0.1",
4+
"@best/runner": "12.0.1",
5+
"@best/shared": "12.0.1",
6+
"@best/utils": "12.0.1",
77
"express": "4.19.2",
88
"mime": "3.0.0",
99
"socket.io": "4.7.5",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"version": "12.0.0"
28+
"version": "12.0.1"
2929
}

packages/@best/analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"access": "public"
1515
},
1616
"types": "build/index.d.ts",
17-
"version": "12.0.0"
17+
"version": "12.0.1"
1818
}

packages/@best/api-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"publishConfig": {
1919
"access": "public"
2020
},
21-
"version": "12.0.0"
21+
"version": "12.0.1"
2222
}

packages/@best/builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@best/runtime": "12.0.0",
4-
"@best/utils": "12.0.0",
3+
"@best/runtime": "12.0.1",
4+
"@best/utils": "12.0.1",
55
"mkdirp": "~0.5.1",
66
"ncp": "^2.0.0",
77
"rimraf": "3.0.2",
@@ -23,5 +23,5 @@
2323
"access": "public"
2424
},
2525
"types": "build/index.d.ts",
26-
"version": "12.0.0"
26+
"version": "12.0.1"
2727
}

packages/@best/cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"best": "./bin/best.js"
44
},
55
"dependencies": {
6-
"@best/analyzer": "12.0.0",
7-
"@best/api-db": "12.0.0",
8-
"@best/builder": "12.0.0",
9-
"@best/compare": "12.0.0",
10-
"@best/config": "12.0.0",
11-
"@best/console-stream": "12.0.0",
12-
"@best/github-integration": "12.0.0",
13-
"@best/runner": "12.0.0",
14-
"@best/store": "12.0.0",
15-
"@best/store-fs": "12.0.0",
16-
"@best/utils": "12.0.0",
6+
"@best/analyzer": "12.0.1",
7+
"@best/api-db": "12.0.1",
8+
"@best/builder": "12.0.1",
9+
"@best/compare": "12.0.1",
10+
"@best/config": "12.0.1",
11+
"@best/console-stream": "12.0.1",
12+
"@best/github-integration": "12.0.1",
13+
"@best/runner": "12.0.1",
14+
"@best/store": "12.0.1",
15+
"@best/store-fs": "12.0.1",
16+
"@best/utils": "12.0.1",
1717
"asciichart": "1.5.25",
1818
"chalk": "~2.4.2",
1919
"cli-table3": "0.6.3",
@@ -42,5 +42,5 @@
4242
"publishConfig": {
4343
"access": "public"
4444
},
45-
"version": "12.0.0"
45+
"version": "12.0.1"
4646
}

0 commit comments

Comments
 (0)