Skip to content

Commit

Permalink
build: release 0.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed May 10, 2024
1 parent 79be710 commit 701771c
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-wolves-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-llamas-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-kiwis-repeat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-cats-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-jobs-admire.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plait/common

## 0.56.2

### Patch Changes

- [#868](https://github.com/worktile/plait/pull/868) [`bf12a3c55`](https://github.com/worktile/plait/commit/bf12a3c55a62a70afc49b1a724541e44e3bd6f58) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add findFirstTextEditor to get first text editor correctly

fix error when first element has no text

## 0.56.1

## 0.56.0
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/common",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# plait

## 0.56.2

## 0.56.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/core",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plait/draw

## 0.56.2

### Patch Changes

- [#868](https://github.com/worktile/plait/pull/868) [`fcd154300`](https://github.com/worktile/plait/commit/fcd154300695773f21123fab718b839267815658) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - adjusting the execution order of plugins.

* [#868](https://github.com/worktile/plait/pull/868) [`6f6345b2e`](https://github.com/worktile/plait/commit/6f6345b2e67fe95e0028574f60d98b6722789037) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - rerender geometry active state when start to edit text and exit to edit text

clear clearHoverHitTestRef state when canResize is false

- [#868](https://github.com/worktile/plait/pull/868) [`a28925a24`](https://github.com/worktile/plait/commit/a28925a249e015d4079cac272af15fce32e5777d) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - adjust start text position

## 0.56.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/draw",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @plait/flow

## 0.56.2

## 0.56.1

## 0.56.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/flow",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# layouts

## 0.56.2

## 0.56.1

## 0.56.0
Expand Down
2 changes: 1 addition & 1 deletion packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/layouts",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/mind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mind

## 0.56.2

## 0.56.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/mind",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# text

## 0.56.2

### Patch Changes

- [#868](https://github.com/worktile/plait/pull/868) [`49b51b7e8`](https://github.com/worktile/plait/commit/49b51b7e8f34df6bddbd2ebd531a772210f67cff) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - improve wrapLink function: should insert link node when paragraph is empty

## 0.56.1

## 0.56.0
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/text",
"version": "0.56.1",
"version": "0.56.2",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down

0 comments on commit 701771c

Please sign in to comment.