Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jscasca committed Dec 15, 2023
1 parent 3b61770 commit b6287ff
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.0.0",
"version": "14.1.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.0.0",
"version": "14.1.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.0.0",
"@ephox/bedrock-common": "^14.1.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.0.0",
"version": "14.1.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.0.0",
"version": "14.1.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.0.0",
"@ephox/bedrock-common": "^14.1.0",
"@ephox/wrap-promise-polyfill": "^2.2.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.0.0",
"version": "14.1.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"test": "yarn test-samples-pass && yarn test-samples-only && yarn test-samples-pass-js"
},
"dependencies": {
"@ephox/bedrock-client": "^14.0.0",
"@ephox/bedrock-client": "^14.1.0",
"@ephox/wrap-promise-polyfill": "^2.2.1"
},
"devDependencies": {
"@ephox/bedrock-server": "^14.0.0"
"@ephox/bedrock-server": "^14.1.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.0.0",
"version": "14.1.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.0.0",
"@ephox/bedrock-common": "^14.0.0",
"@ephox/bedrock-runner": "^14.0.0",
"@ephox/bedrock-client": "^14.1.0",
"@ephox/bedrock-common": "^14.1.0",
"@ephox/bedrock-runner": "^14.1.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 b6287ff

Please sign in to comment.