Skip to content

Commit

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

0 comments on commit d018041

Please sign in to comment.