Skip to content

Commit

Permalink
v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Sep 15, 2024
1 parent e80663d commit 4feac22
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "14.1.4",
"version": "15.0.0",
"publish": {
"push": false
}
Expand Down
4 changes: 2 additions & 2 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-client",
"version": "14.1.1",
"version": "15.0.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"buildAndTest": "yarn prepublishOnly && yarn test"
},
"dependencies": {
"@ephox/bedrock-common": "^14.1.1",
"@ephox/bedrock-common": "^15.0.0",
"@ephox/dispute": "^1.0.3"
},
"main": "./lib/main/ts/api/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion modules/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-common",
"version": "14.1.1",
"version": "15.0.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-runner",
"version": "14.1.1",
"version": "15.0.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"buildAndTest": "yarn prepublishOnly && yarn test"
},
"dependencies": {
"@ephox/bedrock-common": "^14.1.1",
"@ephox/bedrock-common": "^15.0.0",
"jquery": "^3.4.1",
"querystringify": "^2.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-sample",
"version": "14.1.4",
"version": "15.0.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"test": "yarn test-samples-pass && yarn test-samples-only && yarn test-samples-pass-js"
},
"dependencies": {
"@ephox/bedrock-client": "^14.1.1"
"@ephox/bedrock-client": "^15.0.0"
},
"devDependencies": {
"@ephox/bedrock-server": "^14.1.4"
"@ephox/bedrock-server": "^15.0.0"
},
"files": [],
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions modules/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-server",
"version": "14.1.4",
"version": "15.0.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"bin": {
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@aws-sdk/client-device-farm": "^3.354.0",
"@ephox/bedrock-client": "^14.1.1",
"@ephox/bedrock-common": "^14.1.1",
"@ephox/bedrock-runner": "^14.1.1",
"@ephox/bedrock-client": "^15.0.0",
"@ephox/bedrock-common": "^15.0.0",
"@ephox/bedrock-runner": "^15.0.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@lambdatest/node-tunnel": "^4.0.4",
"@wdio/globals": "^8.14.1",
Expand Down

0 comments on commit 4feac22

Please sign in to comment.