diff --git a/.changeset/afraid-doors-train.md b/.changeset/afraid-doors-train.md deleted file mode 100644 index a7abf1463..000000000 --- a/.changeset/afraid-doors-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -fix get options undefined error diff --git a/.changeset/angry-forks-boil.md b/.changeset/angry-forks-boil.md deleted file mode 100644 index 8e5b72c1c..000000000 --- a/.changeset/angry-forks-boil.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@plait/core': minor -'@plait/draw': minor ---- - -support set cell fill - -extend getRectangleByPoints to support multi-points diff --git a/.changeset/clean-numbers-applaud.md b/.changeset/clean-numbers-applaud.md deleted file mode 100644 index 7909f4317..000000000 --- a/.changeset/clean-numbers-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -clear previous selected cells diff --git a/.changeset/curvy-mice-behave.md b/.changeset/curvy-mice-behave.md deleted file mode 100644 index bdbb74476..000000000 --- a/.changeset/curvy-mice-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -adjust swimlane and uml interface、class type \ No newline at end of file diff --git a/.changeset/forty-cameras-train.md b/.changeset/forty-cameras-train.md deleted file mode 100644 index 9bee07208..000000000 --- a/.changeset/forty-cameras-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -add updateSwimlaneCount function diff --git a/.changeset/fresh-impalas-repeat.md b/.changeset/fresh-impalas-repeat.md deleted file mode 100644 index 12a3dd5a7..000000000 --- a/.changeset/fresh-impalas-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -support swimlane without header diff --git a/.changeset/giant-zebras-complain.md b/.changeset/giant-zebras-complain.md deleted file mode 100644 index 69c9e3d17..000000000 --- a/.changeset/giant-zebras-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -support table theme diff --git a/.changeset/olive-starfishes-hunt.md b/.changeset/olive-starfishes-hunt.md deleted file mode 100644 index 77e3c9a46..000000000 --- a/.changeset/olive-starfishes-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -add component componentBox and template shape for uml diff --git a/.changeset/shiny-donuts-jog.md b/.changeset/shiny-donuts-jog.md deleted file mode 100644 index 1d4126326..000000000 --- a/.changeset/shiny-donuts-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -fixed the problem of table-bound lines paste failure diff --git a/.changeset/swift-mirrors-scream.md b/.changeset/swift-mirrors-scream.md deleted file mode 100644 index b3b3a9b7e..000000000 --- a/.changeset/swift-mirrors-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -add assembly requiredInterface and providedInterface shape for uml diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 5fe3f0dd7..6409110af 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,7 @@ # @plait/common +## 0.61.0 + ## 0.60.0 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 609dd1388..cffd7b373 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@plait/common", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0ffe96b38..5897a3d5e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # plait +## 0.61.0 + +### Minor Changes + +- [#903](https://github.com/worktile/plait/pull/903) [`f569d88bd`](https://github.com/worktile/plait/commit/f569d88bd48580aec9b250cfd5c5d8941ae2bebf) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support set cell fill + + extend getRectangleByPoints to support multi-points + ## 0.60.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index faba53f22..fab7e2872 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@plait/core", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/draw/CHANGELOG.md b/packages/draw/CHANGELOG.md index 9a7b371e4..76116f75b 100644 --- a/packages/draw/CHANGELOG.md +++ b/packages/draw/CHANGELOG.md @@ -1,5 +1,33 @@ # @plait/draw +## 0.61.0 + +### Minor Changes + +- [#903](https://github.com/worktile/plait/pull/903) [`f569d88bd`](https://github.com/worktile/plait/commit/f569d88bd48580aec9b250cfd5c5d8941ae2bebf) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support set cell fill + + extend getRectangleByPoints to support multi-points + +* [#900](https://github.com/worktile/plait/pull/900) [`fa637e94f`](https://github.com/worktile/plait/commit/fa637e94f1d350a603189ab5f37f87a69a075562) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - adjust swimlane and uml interface、class type + +- [#908](https://github.com/worktile/plait/pull/908) [`1ee86dc75`](https://github.com/worktile/plait/commit/1ee86dc75597b44025ab38b529d9b9b2331f557a) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support swimlane without header + +* [#910](https://github.com/worktile/plait/pull/910) [`be8a3d28c`](https://github.com/worktile/plait/commit/be8a3d28cef186151cc7630f15ff10d102922f18) Thanks [@MissLixf](https://github.com/MissLixf)! - add component componentBox and template shape for uml + +- [#906](https://github.com/worktile/plait/pull/906) [`70b15547c`](https://github.com/worktile/plait/commit/70b15547c9abd0905329142666ebd81e25a4cf35) Thanks [@MissLixf](https://github.com/MissLixf)! - add assembly requiredInterface and providedInterface shape for uml + +### Patch Changes + +- [#911](https://github.com/worktile/plait/pull/911) [`88ed28e9b`](https://github.com/worktile/plait/commit/88ed28e9bfff6884a44ce31dc931891b53b3cc5f) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix get options undefined error + +* [#904](https://github.com/worktile/plait/pull/904) [`ed5fac97d`](https://github.com/worktile/plait/commit/ed5fac97d048d2e4d0e09fc761d8ab9ed42f0765) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - clear previous selected cells + +- [#901](https://github.com/worktile/plait/pull/901) [`c5f5cc6ca`](https://github.com/worktile/plait/commit/c5f5cc6ca7742cb03e04afc9699f04b12599ed9a) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add updateSwimlaneCount function + +* [#907](https://github.com/worktile/plait/pull/907) [`bc57da65b`](https://github.com/worktile/plait/commit/bc57da65beff31c3d145c572d0dc0802f508e3a7) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support table theme + +- [#909](https://github.com/worktile/plait/pull/909) [`ba2c21b83`](https://github.com/worktile/plait/commit/ba2c21b837c13a5c5ed9e541cf9f9c535faf0ea4) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fixed the problem of table-bound lines paste failure + ## 0.60.0 ### Minor Changes diff --git a/packages/draw/package.json b/packages/draw/package.json index 59722247e..00010ca7d 100644 --- a/packages/draw/package.json +++ b/packages/draw/package.json @@ -1,6 +1,6 @@ { "name": "@plait/draw", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/flow/CHANGELOG.md b/packages/flow/CHANGELOG.md index b28399409..ac265f017 100644 --- a/packages/flow/CHANGELOG.md +++ b/packages/flow/CHANGELOG.md @@ -1,5 +1,7 @@ # @plait/flow +## 0.61.0 + ## 0.60.0 ## 0.59.0 diff --git a/packages/flow/package.json b/packages/flow/package.json index c5ae0e256..839dfc886 100644 --- a/packages/flow/package.json +++ b/packages/flow/package.json @@ -1,6 +1,6 @@ { "name": "@plait/flow", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/layouts/CHANGELOG.md b/packages/layouts/CHANGELOG.md index 4f26aa5a7..bccc703b6 100644 --- a/packages/layouts/CHANGELOG.md +++ b/packages/layouts/CHANGELOG.md @@ -1,5 +1,7 @@ # layouts +## 0.61.0 + ## 0.60.0 ## 0.59.0 diff --git a/packages/layouts/package.json b/packages/layouts/package.json index 5f1507af3..943857740 100644 --- a/packages/layouts/package.json +++ b/packages/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@plait/layouts", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/mind/CHANGELOG.md b/packages/mind/CHANGELOG.md index a1b9d0334..09713f4a8 100644 --- a/packages/mind/CHANGELOG.md +++ b/packages/mind/CHANGELOG.md @@ -1,5 +1,7 @@ # mind +## 0.61.0 + ## 0.60.0 ### Patch Changes diff --git a/packages/mind/package.json b/packages/mind/package.json index 66f30fc8b..acaa3a32f 100644 --- a/packages/mind/package.json +++ b/packages/mind/package.json @@ -1,6 +1,6 @@ { "name": "@plait/mind", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/text/CHANGELOG.md b/packages/text/CHANGELOG.md index 7ee5081be..855fd4241 100644 --- a/packages/text/CHANGELOG.md +++ b/packages/text/CHANGELOG.md @@ -1,5 +1,7 @@ # text +## 0.61.0 + ## 0.60.0 ### Patch Changes diff --git a/packages/text/package.json b/packages/text/package.json index 70e4f4bdf..8181d30ec 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -1,6 +1,6 @@ { "name": "@plait/text", - "version": "0.60.0", + "version": "0.61.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4",