Skip to content

Commit

Permalink
v14.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Mar 27, 2024
1 parent 23114e8 commit 2ecc0d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3",
"version": "14.1.4",
"publish": {
"push": false
}
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": "14.1.3",
"version": "14.1.4",
"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": "^14.1.3"
"@ephox/bedrock-server": "^14.1.4"
},
"files": [],
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "14.1.4",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit 2ecc0d0

Please sign in to comment.