Skip to content

Commit

Permalink
build: release 0.62.0-next.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jul 8, 2024
1 parent fbd1bdb commit bf5d934
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"cuddly-insects-grab",
"dry-masks-kneel",
"eight-schools-protect",
"friendly-pets-clean",
"giant-pears-matter",
"hip-ducks-do",
"itchy-bulldogs-join",
Expand All @@ -35,6 +36,7 @@
"neat-coats-cough",
"olive-pants-rescue",
"pink-walls-visit",
"poor-ducks-work",
"popular-spoons-enjoy",
"quick-lemons-happen",
"rotten-insects-destroy",
Expand Down
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.62.0-next.10

## 0.62.0-next.9

### Patch Changes
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.9",
"version": "0.62.0-next.10",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/angular-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# angular-text

## 0.62.0-next.10

### Patch Changes

- [`fbd1bdb3c`](https://github.com/worktile/plait/commit/fbd1bdb3cbd2437eb3531f9ef16d2bf6678418c8) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - add board property for text-editor

## 0.62.0-next.9

### Patch Changes
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.9",
"version": "0.62.0-next.10",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
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.62.0-next.10

## 0.62.0-next.9

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

## 0.62.0-next.10

### Patch Changes

- [`ec00cb4f4`](https://github.com/worktile/plait/commit/ec00cb4f4c3cff6fbab7ed7ab67ef48e3efb47ee) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - support `isPreventClearSelection` in WithSelectionPluginOptions(with-selection)

extract `getSelectionOptions` and `setSelectionOptions` to set/get options of selection

rename `isMultipleSelection` to `isMultiple` in WithSelectionPluginOptions(with-selection)

rename `WithPluginOptions` to `WithSelectionPluginOptions` and rename `PlaitPluginOptions` to `WithPluginOptions`

## 0.62.0-next.9

### Patch 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.62.0-next.9",
"version": "0.62.0-next.10",
"peerDependencies": {
"immer": "^10.0.3",
"is-hotkey": "^0.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plait/draw

## 0.62.0-next.10

### Patch Changes

- [`ec00cb4f4`](https://github.com/worktile/plait/commit/ec00cb4f4c3cff6fbab7ed7ab67ef48e3efb47ee) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - support `isPreventClearSelection` in WithSelectionPluginOptions(with-selection)

extract `getSelectionOptions` and `setSelectionOptions` to set/get options of selection

rename `isMultipleSelection` to `isMultiple` in WithSelectionPluginOptions(with-selection)

rename `WithPluginOptions` to `WithSelectionPluginOptions` and rename `PlaitPluginOptions` to `WithPluginOptions`

## 0.62.0-next.9

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

## 0.62.0-next.10

### Patch Changes

- [`ec00cb4f4`](https://github.com/worktile/plait/commit/ec00cb4f4c3cff6fbab7ed7ab67ef48e3efb47ee) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - support `isPreventClearSelection` in WithSelectionPluginOptions(with-selection)

extract `getSelectionOptions` and `setSelectionOptions` to set/get options of selection

rename `isMultipleSelection` to `isMultiple` in WithSelectionPluginOptions(with-selection)

rename `WithPluginOptions` to `WithSelectionPluginOptions` and rename `PlaitPluginOptions` to `WithPluginOptions`

## 0.62.0-next.9

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

## 0.62.0-next.10

### Patch Changes

- [`ec00cb4f4`](https://github.com/worktile/plait/commit/ec00cb4f4c3cff6fbab7ed7ab67ef48e3efb47ee) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - support `isPreventClearSelection` in WithSelectionPluginOptions(with-selection)

extract `getSelectionOptions` and `setSelectionOptions` to set/get options of selection

rename `isMultipleSelection` to `isMultiple` in WithSelectionPluginOptions(with-selection)

rename `WithPluginOptions` to `WithSelectionPluginOptions` and rename `PlaitPluginOptions` to `WithPluginOptions`

## 0.62.0-next.9

## 0.62.0-next.8
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.62.0-next.9",
"version": "0.62.0-next.10",
"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.62.0-next.10

## 0.62.0-next.9

## 0.62.0-next.8
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.9",
"version": "0.62.0-next.10",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/mind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# mind

## 0.62.0-next.10

### Patch Changes

- [`ec00cb4f4`](https://github.com/worktile/plait/commit/ec00cb4f4c3cff6fbab7ed7ab67ef48e3efb47ee) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - support `isPreventClearSelection` in WithSelectionPluginOptions(with-selection)

extract `getSelectionOptions` and `setSelectionOptions` to set/get options of selection

rename `isMultipleSelection` to `isMultiple` in WithSelectionPluginOptions(with-selection)

rename `WithPluginOptions` to `WithSelectionPluginOptions` and rename `PlaitPluginOptions` to `WithPluginOptions`

## 0.62.0-next.9

## 0.62.0-next.8
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.9",
"version": "0.62.0-next.10",
"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.62.0-next.10

## 0.62.0-next.9

## 0.62.0-next.8
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.9",
"version": "0.62.0-next.10",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit bf5d934

Please sign in to comment.