Skip to content

Commit

Permalink
build: release 0.75.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 3, 2025
1 parent 2958721 commit 2b8dc4e
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 14 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@
"@plait/mind": "0.74.0",
"@plait/text-plugins": "0.74.0"
},
"changesets": []
"changesets": [
"gentle-chairs-cry",
"gorgeous-seas-type",
"ninety-buckets-drum",
"shiny-ears-mix",
"silver-kings-begin",
"thick-apricots-scream"
]
}
2 changes: 2 additions & 0 deletions packages/angular-board/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @plait/angular-board

## 0.75.0-next.0

## 0.74.0

## 0.73.0
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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
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.75.0-next.0

## 0.74.0

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

## 0.75.0-next.0

## 0.74.0

## 0.73.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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
12 changes: 9 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# plait

## 0.75.0-next.0

### Minor Changes

- [#1000](https://github.com/worktile/plait/pull/1000) [`e4beff4e225bfc8c2b4e4e2ba41d176e18bc859f`](https://github.com/worktile/plait/commit/e4beff4e225bfc8c2b4e4e2ba41d176e18bc859f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - updateZoom support center param

- [#1002](https://github.com/worktile/plait/pull/1002) [`95947209ecea26c7686f037a0e364e8d5403e0a2`](https://github.com/worktile/plait/commit/95947209ecea26c7686f037a0e364e8d5403e0a2) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - override isHit method support isStrict param

## 0.74.0

### Minor Changes
Expand Down Expand Up @@ -1817,9 +1825,7 @@
- [#84](https://github.com/worktile/plait/pull/84) [`65e9d11`](https://github.com/worktile/plait/commit/65e9d11cc098e2898d201f3f571a579c8234c618) Thanks [@Ashy6](https://github.com/Ashy6)! - add toolbar for board
* [#84](https://github.com/worktile/plait/pull/84) [`65e9d11`](https://github.com/worktile/plait/commit/65e9d11cc098e2898d201f3f571a579c8234c618) Thanks [@Ashy6](https://github.com/Ashy6)! - 1. change plait toolbar style
2. support adapt of board
3. fix zoomIn and zoomOut
* [#84](https://github.com/worktile/plait/pull/84) [`65e9d11`](https://github.com/worktile/plait/commit/65e9d11cc098e2898d201f3f571a579c8234c618) Thanks [@Ashy6](https://github.com/Ashy6)! - 1. change plait toolbar style 2. support adapt of board 3. fix zoomIn and zoomOut
## 0.0.33
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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {
"immer": "^10.0.3",
"is-hotkey": "^0.2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @plait/draw

## 0.75.0-next.0

### Minor Changes

- [#1003](https://github.com/worktile/plait/pull/1003) [`37abf30a4f600db68d2e804d851328e9453e953f`](https://github.com/worktile/plait/commit/37abf30a4f600db68d2e804d851328e9453e953f) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - refactor vector line creating plugin

- [#1002](https://github.com/worktile/plait/pull/1002) [`95947209ecea26c7686f037a0e364e8d5403e0a2`](https://github.com/worktile/plait/commit/95947209ecea26c7686f037a0e364e8d5403e0a2) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - isHitDrawElement support isStrict mode to match dblClick editing scene(isStrict is false)

### Patch Changes

- [#1004](https://github.com/worktile/plait/pull/1004) [`69b8602335005173417d0ca544bba9951b398052`](https://github.com/worktile/plait/commit/69b8602335005173417d0ca544bba9951b398052) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - prevent vector line resize handles

- [#999](https://github.com/worktile/plait/pull/999) [`9ce99cab038f47e6aa10a023c508612da7593354`](https://github.com/worktile/plait/commit/9ce99cab038f47e6aa10a023c508612da7593354) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - rename isDrawElementClosed to isClosedDrawElement and add isDrawElement condition
rename isCustomGeometryClosed to isClosedCustomGeometry

## 0.74.0

### 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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.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.75.0-next.0

## 0.74.0

## 0.73.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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/graph-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @plait/graph-viz

## 0.75.0-next.0

## 0.74.0

## 0.73.0
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/graph-viz",
"version": "0.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
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.75.0-next.0

## 0.74.0

## 0.73.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.74.0",
"version": "0.75.0-next.0",
"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.75.0-next.0

## 0.74.0

## 0.73.0
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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
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.75.0-next.0

## 0.74.0

## 0.73.0
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.74.0",
"version": "0.75.0-next.0",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 2b8dc4e

Please sign in to comment.