Skip to content

Commit

Permalink
build: release 0.62.0-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jun 24, 2024
1 parent aa8ce96 commit 5522ec6
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"hip-ducks-do",
"itchy-bulldogs-join",
"moody-hounds-sleep",
"olive-pants-rescue",
"silver-planets-exercise",
"soft-bananas-look",
"twelve-items-pull",
"twelve-pillows-scream",
"two-pears-exercise",
"wet-yaks-carry",
"wise-geese-bathe",
"witty-oranges-fail"
Expand Down
8 changes: 8 additions & 0 deletions packages/angular-board/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plait/angular-board

## 0.62.0-next.4

### Patch Changes

- [`38ad91d93`](https://github.com/worktile/plait/commit/38ad91d9346f6ef39eddb264ddaa293bf219f93f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add isSetSelectionOperation and isSetThemeOperation in operation interface

remove add/remove className in updatePointerType and add className in angular-board component

## 0.62.0-next.3

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

## 0.62.0-next.4

## 0.62.0-next.3

## 0.62.0-next.2
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/angular-text",
"version": "0.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
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.62.0-next.4

### Patch Changes

- [`aa8ce9692`](https://github.com/worktile/plait/commit/aa8ce9692508bcf34d9d233f83086af5a8088006) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove 'plait-image-container' from image-base.component

remove the dependency of className('plait-image-container') from @plait/core

## 0.62.0-next.3

## 0.62.0-next.2
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.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {
"is-hotkey": "^0.2.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# plait

## 0.62.0-next.4

### Patch Changes

- [`aa8ce9692`](https://github.com/worktile/plait/commit/aa8ce9692508bcf34d9d233f83086af5a8088006) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove 'plait-image-container' from image-base.component

remove the dependency of className('plait-image-container') from @plait/core

* [`e119a46ba`](https://github.com/worktile/plait/commit/e119a46ba70fe22f18718492774db3d9e9b6b780) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - should use hasSetSelectionOperation(not isSetSelectionOperation) in withSelection

- [`38ad91d93`](https://github.com/worktile/plait/commit/38ad91d9346f6ef39eddb264ddaa293bf219f93f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add isSetSelectionOperation and isSetThemeOperation in operation interface

remove add/remove className in updatePointerType and add className in angular-board component

## 0.62.0-next.3

## 0.62.0-next.2
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.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {
"immer": "^10.0.3",
"is-hotkey": "^0.2.0",
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.62.0-next.4

## 0.62.0-next.3

## 0.62.0-next.2
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.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {
"is-hotkey": "^0.2.0"
},
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.62.0-next.4

## 0.62.0-next.3

## 0.62.0-next.2
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.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
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.62.0-next.4

## 0.62.0-next.3

## 0.62.0-next.2
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.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
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.62.0-next.4

## 0.62.0-next.3

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

## 0.62.0-next.4

## 0.62.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/text-plugins",
"version": "0.62.0-next.3",
"version": "0.62.0-next.4",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 5522ec6

Please sign in to comment.