Skip to content

Commit

Permalink
chore: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed Nov 9, 2023
1 parent d2bbaf5 commit 926c10b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/blocky-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blocky-core",
"version": "3.0.0",
"version": "3.1.0",
"description": "The core of the blocky editor",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
"rxjs": "^7.8.1"
},
"peerDependencies": {
"blocky-data": "workspace:^3.0.0"
"blocky-data": "workspace:^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/blocky-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blocky-data",
"version": "3.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"module": "dist/index.js",
"homepage": "https://github.com/vincentdchan/blocky-editor",
Expand Down
6 changes: 3 additions & 3 deletions packages/blocky-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blocky-react",
"version": "3.0.0",
"version": "3.1.0",
"description": "The Preact wrapper of the blocky editor.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
"typescript": "^4.7.3"
},
"peerDependencies": {
"blocky-core": "workspace:^3.0.0",
"blocky-data": "workspace:^3.0.0"
"blocky-core": "workspace:^3.1.0",
"blocky-data": "workspace:^3.1.0"
},
"dependencies": {
"blocky-common": "workspace:3.0.0",
Expand Down

1 comment on commit 926c10b

@vercel
Copy link

@vercel vercel bot commented on 926c10b Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.