Skip to content

Commit

Permalink
build: release 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 5, 2024
1 parent 18790e1 commit 540ce33
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 39 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-bears-provide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-pans-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-tips-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-wasps-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-ladybugs-begin.md

This file was deleted.

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.50.0

### Patch Changes

- [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add getElementsText

* [`8178ea40`](https://github.com/worktile/plait/commit/8178ea409a23b27021b28aa9284c942ffe3c65c5) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - correct alignHorizontalCenter and alignVerticalCenter logic

## 0.49.0

### Minor 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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.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.50.0

### Minor Changes

- [#699](https://github.com/worktile/plait/pull/699) [`5c2f3d28`](https://github.com/worktile/plait/commit/5c2f3d28fc7a147606d101a6a2e9c44df55a7780) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove x-plait-fragment key and use text/html as standard key

### Patch Changes

- [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add getElementsText

* [#700](https://github.com/worktile/plait/pull/700) [`cc08a1dc`](https://github.com/worktile/plait/commit/cc08a1dc734417f32a39d252f81103cb57c5b402) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - feat: add NavigatorClipboard handle

- [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - refactor: uniformly handle clipboard data and add parameter for setFragment and insertFragment

## 0.49.0

### Minor 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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.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.50.0

### Minor Changes

- [#699](https://github.com/worktile/plait/pull/699) [`5c2f3d28`](https://github.com/worktile/plait/commit/5c2f3d28fc7a147606d101a6a2e9c44df55a7780) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove x-plait-fragment key and use text/html as standard key

### Patch Changes

- [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add getElementsText

* [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - refactor: uniformly handle clipboard data and add parameter for setFragment and insertFragment

## 0.49.0

### Minor 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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.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.50.0

## 0.49.0

### Minor Changes
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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.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.50.0

## 0.49.0

## 0.48.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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.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.50.0

### Minor Changes

- [#699](https://github.com/worktile/plait/pull/699) [`5c2f3d28`](https://github.com/worktile/plait/commit/5c2f3d28fc7a147606d101a6a2e9c44df55a7780) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - remove x-plait-fragment key and use text/html as standard key

### Patch Changes

- [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add getElementsText

* [#701](https://github.com/worktile/plait/pull/701) [`18790e12`](https://github.com/worktile/plait/commit/18790e1272dffe80366927c19d334837ebc34b51) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - refactor: uniformly handle clipboard data and add parameter for setFragment and insertFragment

## 0.49.0

### Minor Changes
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.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# text

## 0.50.0

## 0.49.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/text",
"version": "0.49.0",
"version": "0.50.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down

0 comments on commit 540ce33

Please sign in to comment.