Skip to content

Commit 478b676

Browse files
committed
build: release 0.83.0
1 parent 34f5a6b commit 478b676

24 files changed

+55
-33
lines changed

.changeset/dirty-clouds-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fruity-dogs-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loose-emus-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-lions-yell.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/angular-board/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @plait/angular-board
22

3+
## 0.83.0
4+
35
## 0.82.0
46

57
### Minor Changes

packages/angular-board/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/angular-board",
3-
"version": "0.82.0",
3+
"version": "0.83.0",
44
"peerDependencies": {
55
"@angular/common": "^19.2.2",
66
"@angular/core": "^19.2.2"

packages/angular-text/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# angular-text
22

3+
## 0.83.0
4+
35
## 0.82.0
46

57
### Minor Changes

packages/angular-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/angular-text",
3-
"version": "0.82.0",
3+
"version": "0.83.0",
44
"peerDependencies": {
55
"@angular/common": "^19.2.2",
66
"@angular/core": "^19.2.2",

packages/common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @plait/common
22

3+
## 0.83.0
4+
5+
### Minor Changes
6+
7+
- [#1073](https://github.com/worktile/plait/pull/1073) [`34f5a6b32955248d97d52fda5516cafb5090efc5`](https://github.com/worktile/plait/commit/34f5a6b32955248d97d52fda5516cafb5090efc5) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - extract point-placement to common package
8+
optimize flowchart's hover to preview and click to commit function
9+
10+
### Patch Changes
11+
12+
- [#1071](https://github.com/worktile/plait/pull/1071) [`875a7c43c86c5d51f2ece088e7f73887b3073960`](https://github.com/worktile/plait/commit/875a7c43c86c5d51f2ece088e7f73887b3073960) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - assign type as paragraph for text content
13+
314
## 0.82.0
415

516
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait/common",
3-
"version": "0.82.0",
3+
"version": "0.83.0",
44
"peerDependencies": {},
55
"dependencies": {
66
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)