Skip to content

Commit

Permalink
v13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Oct 16, 2023
1 parent b91889b commit 9e50d5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "13.5.0",
"version": "13.6.0",
"publish": {
"push": false
}
Expand Down
2 changes: 1 addition & 1 deletion modules/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-runner",
"version": "13.5.0",
"version": "13.6.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-sample",
"version": "13.5.0",
"version": "13.6.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@ephox/wrap-promise-polyfill": "^2.2.1"
},
"devDependencies": {
"@ephox/bedrock-server": "^13.5.0"
"@ephox/bedrock-server": "^13.6.0"
},
"files": [],
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions modules/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ephox/bedrock-server",
"version": "13.5.0",
"version": "13.6.0",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"bin": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@ephox/bedrock-client": "^13.0.0",
"@ephox/bedrock-common": "^13.0.0",
"@ephox/bedrock-runner": "^13.5.0",
"@ephox/bedrock-runner": "^13.6.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"async": "^3.0.0",
"chalk": "^4.1.1",
Expand Down

0 comments on commit 9e50d5e

Please sign in to comment.