Skip to content

Commit

Permalink
v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Jan 27, 2025
1 parent 1c41660 commit 2f9fc44
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": "15.0.0",
"version": "15.0.1",
"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": "15.0.0",
"version": "15.0.1",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@ephox/bedrock-client": "^15.0.0"
},
"devDependencies": {
"@ephox/bedrock-server": "^15.0.0"
"@ephox/bedrock-server": "^15.0.1"
},
"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": "15.0.0",
"version": "15.0.1",
"author": "Tiny Technologies Inc",
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit 2f9fc44

Please sign in to comment.