Skip to content

Commit

Permalink
chore: bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed Dec 3, 2023
1 parent 6d868a9 commit 5dba662
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.6.0

- Fix spanner disappearing issue
- Add default spanner methods

## 3.5.0

- Fix drop issue
Expand Down
2 changes: 1 addition & 1 deletion packages/blocky-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blocky-common",
"version": "3.5.0",
"version": "3.6.0",
"description": "The common utilities for the blocky editor.",
"module": "./es",
"scripts": {
Expand Down
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.5.0",
"version": "3.6.0",
"description": "The core of the blocky editor",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"vitest": "^0.14.2"
},
"dependencies": {
"blocky-common": "workspace:3.5.0",
"blocky-common": "workspace:3.6.0",
"is-hotkey": "^0.2.0",
"lodash-es": "^4.17.21",
"quill-delta-es": "^5.2.10",
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.5.0",
"version": "3.6.0",
"description": "The Preact wrapper of the blocky editor.",
"main": "dist/index.js",
"type": "module",
Expand All @@ -24,11 +24,11 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"blocky-core": "workspace:^3.5.0"
"blocky-core": "workspace:^3.6.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"blocky-common": "workspace:3.5.0",
"blocky-common": "workspace:3.6.0",
"lodash-es": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5dba662

@vercel
Copy link

@vercel vercel bot commented on 5dba662 Dec 3, 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.