Skip to content

Commit 5cf4b07

Browse files
committed
v15.0.0-alpha.7
1 parent 2914e70 commit 5cf4b07

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "15.0.0-alpha.6",
4+
"version": "15.0.0-alpha.7",
55
"publish": {
66
"push": false
77
}

modules/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ephox/bedrock-client",
3-
"version": "15.0.0-alpha.6",
3+
"version": "15.0.0-alpha.7",
44
"author": "Tiny Technologies Inc",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"buildAndTest": "yarn prepublishOnly && yarn test"
1111
},
1212
"dependencies": {
13-
"@ephox/bedrock-common": "^15.0.0-alpha.6",
13+
"@ephox/bedrock-common": "^15.0.0-alpha.7",
1414
"@ephox/dispute": "^1.0.3"
1515
},
1616
"main": "./lib/main/ts/api/Main.js",

modules/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ephox/bedrock-common",
3-
"version": "15.0.0-alpha.6",
3+
"version": "15.0.0-alpha.7",
44
"author": "Tiny Technologies Inc",
55
"license": "Apache-2.0",
66
"scripts": {

modules/runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ephox/bedrock-runner",
3-
"version": "15.0.0-alpha.6",
3+
"version": "15.0.0-alpha.7",
44
"author": "Tiny Technologies Inc",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"buildAndTest": "yarn prepublishOnly && yarn test"
1111
},
1212
"dependencies": {
13-
"@ephox/bedrock-common": "^15.0.0-alpha.6",
13+
"@ephox/bedrock-common": "^15.0.0-alpha.7",
1414
"jquery": "^3.4.1",
1515
"querystringify": "^2.1.1"
1616
},

modules/sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ephox/bedrock-sample",
3-
"version": "15.0.0-alpha.6",
3+
"version": "15.0.0-alpha.7",
44
"author": "Tiny Technologies Inc",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -15,10 +15,10 @@
1515
"test": "yarn test-samples-pass && yarn test-samples-only && yarn test-samples-pass-js"
1616
},
1717
"dependencies": {
18-
"@ephox/bedrock-client": "^15.0.0-alpha.6"
18+
"@ephox/bedrock-client": "^15.0.0-alpha.7"
1919
},
2020
"devDependencies": {
21-
"@ephox/bedrock-server": "^15.0.0-alpha.6"
21+
"@ephox/bedrock-server": "^15.0.0-alpha.7"
2222
},
2323
"files": [],
2424
"private": true,

modules/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ephox/bedrock-server",
3-
"version": "15.0.0-alpha.6",
3+
"version": "15.0.0-alpha.7",
44
"author": "Tiny Technologies Inc",
55
"license": "Apache-2.0",
66
"bin": {
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@aws-sdk/client-device-farm": "^3.354.0",
21-
"@ephox/bedrock-client": "^15.0.0-alpha.6",
22-
"@ephox/bedrock-common": "^15.0.0-alpha.6",
23-
"@ephox/bedrock-runner": "^15.0.0-alpha.6",
21+
"@ephox/bedrock-client": "^15.0.0-alpha.7",
22+
"@ephox/bedrock-common": "^15.0.0-alpha.7",
23+
"@ephox/bedrock-runner": "^15.0.0-alpha.7",
2424
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
2525
"@lambdatest/node-tunnel": "^4.0.4",
2626
"@wdio/globals": "^8.14.1",

0 commit comments

Comments
 (0)