Skip to content

Commit

Permalink
build: release 0.51.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Mar 13, 2024
1 parent 2a0af6e commit cf71b35
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-islands-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-kings-compare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fair-items-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plait/common

## 0.51.4

### Patch Changes

- [`c7565c08`](https://github.com/worktile/plait/commit/c7565c08e6d52a91e2df87ac5405bdcd21406cbb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - rename getPointByVector to getPointByVectorComponent
rename getPointByUnitVectorAndDirectionComponent to getPointByVectorDirectionComponent

## 0.51.3

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

## 0.51.4

## 0.51.3

### 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.51.3",
"version": "0.51.4",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @plait/draw

## 0.51.4

### Patch Changes

- [#777](https://github.com/worktile/plait/pull/777) [`2a0af6ef`](https://github.com/worktile/plait/commit/2a0af6ef8463b9871f86e311430d6b3efa901811) Thanks [@MissLixf](https://github.com/MissLixf)! - fix(draw): select correct elements with angle

* [#776](https://github.com/worktile/plait/pull/776) [`3b4be4f0`](https://github.com/worktile/plait/commit/3b4be4f0f4d8e983596a61edb5016bfc6e3919bd) Thanks [@MissLixf](https://github.com/MissLixf)! - fix(draw): fix can not hit image

- [`c7565c08`](https://github.com/worktile/plait/commit/c7565c08e6d52a91e2df87ac5405bdcd21406cbb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - rename getPointByVector to getPointByVectorComponent
rename getPointByUnitVectorAndDirectionComponent to getPointByVectorDirectionComponent

## 0.51.3

### 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.51.3",
"version": "0.51.4",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plait/flow

## 0.51.4

### Patch Changes

- [`c7565c08`](https://github.com/worktile/plait/commit/c7565c08e6d52a91e2df87ac5405bdcd21406cbb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - rename getPointByVector to getPointByVectorComponent
rename getPointByUnitVectorAndDirectionComponent to getPointByVectorDirectionComponent

## 0.51.3

## 0.51.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.51.3",
"version": "0.51.4",
"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.51.4

## 0.51.3

## 0.51.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.51.3",
"version": "0.51.4",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.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.51.4

## 0.51.3

## 0.51.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.51.3",
"version": "0.51.4",
"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.51.4

## 0.51.3

### Patch 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.51.3",
"version": "0.51.4",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down

0 comments on commit cf71b35

Please sign in to comment.