Skip to content

Commit

Permalink
build: release 0.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Apr 19, 2024
1 parent 33bdfa1 commit b69f9db
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-apples-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-mice-explode.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-jars-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-mayflies-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-weeks-provide.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.55.1

### Patch Changes

- [#838](https://github.com/worktile/plait/pull/838) [`3ff6179c`](https://github.com/worktile/plait/commit/3ff6179cf55ae50b37bf3ba2d0466cc68ea3ae4f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add onStable observable stream to emit callback after new children have rendered completely

render group state by onStable status to resolve group throw exception when group element is in front of contained elements

## 0.55.0

### Minor Changes
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.55.0",
"version": "0.55.1",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# plait

## 0.55.1

### Patch Changes

- [#838](https://github.com/worktile/plait/pull/838) [`3ff6179c`](https://github.com/worktile/plait/commit/3ff6179cf55ae50b37bf3ba2d0466cc68ea3ae4f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add onStable observable stream to emit callback after new children have rendered completely

render group state by onStable status to resolve group throw exception when group element is in front of contained elements

* [#837](https://github.com/worktile/plait/pull/837) [`8a472c2d`](https://github.com/worktile/plait/commit/8a472c2d1d9ba1f44b3bd7212769bd7d7eca18fd) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - only deals with the hierarchy of direct child elements

- [#841](https://github.com/worktile/plait/pull/841) [`33bdfa11`](https://github.com/worktile/plait/commit/33bdfa11d12ae7fb205994c8bcde82fd05a67f2f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix g hierarchy when add group and element move

set correctly currentIndexForFirstElement value when move operation and update operation happened on same timing

* [#840](https://github.com/worktile/plait/pull/840) [`2010baa0`](https://github.com/worktile/plait/commit/2010baa014d24d41ff76b67762644709a3ebe9c5) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - return null when hover selected element

- [#839](https://github.com/worktile/plait/pull/839) [`2a33c1cb`](https://github.com/worktile/plait/commit/2a33c1cbb163d2d4b8fabb264db8e141574e1443) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - clone the duplicated content before inserting to resolve console error

## 0.55.0

### Minor 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.55.0",
"version": "0.55.1",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @plait/draw

## 0.55.1

## 0.55.0

### Minor 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.55.0",
"version": "0.55.1",
"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.55.1

## 0.55.0

## 0.54.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.55.0",
"version": "0.55.1",
"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.55.1

## 0.55.0

## 0.54.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.55.0",
"version": "0.55.1",
"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.55.1

## 0.55.0

### Minor 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.55.0",
"version": "0.55.1",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# text

## 0.55.1

## 0.55.0

## 0.54.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.55.0",
"version": "0.55.1",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down

0 comments on commit b69f9db

Please sign in to comment.