Skip to content

Commit

Permalink
build: release 0.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jul 18, 2024
1 parent a48c04a commit 6155196
Show file tree
Hide file tree
Showing 24 changed files with 47 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-terms-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-windows-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-kangaroos-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-tigers-share.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/angular-board/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plait/angular-board

## 0.64.1

### Patch Changes

- [`a48c04a95`](https://github.com/worktile/plait/commit/a48c04a959fa51d7dff41a0c6694837c13a4cc5a) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix emoji-icon(graph-viz plugin) can not show in safari browser (`transform: matrix(1, 0, 0, 1, 0, 0);` effect)

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# plait

## 0.64.1

### Patch Changes

- [`4cf4d521c`](https://github.com/worktile/plait/commit/4cf4d521cf33ff7ae6d74b83cc88d40399802744) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - correct debounce method #WIK-16088

## 0.64.0

## 0.63.0
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.64.0",
"version": "0.64.1",
"peerDependencies": {
"immer": "^10.0.3",
"is-hotkey": "^0.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plait/draw

## 0.64.1

### Patch Changes

- [#956](https://github.com/worktile/plait/pull/956) [`507762a38`](https://github.com/worktile/plait/commit/507762a3815fe4a561e1a09b905ffe9b9fbc6bf6) Thanks [@MissLixf](https://github.com/MissLixf)! - fix vector line hit and rectangle hit

## 0.64.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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

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

## 0.64.1

### Patch Changes

- [#957](https://github.com/worktile/plait/pull/957) [`ecae5564c`](https://github.com/worktile/plait/commit/ecae5564cf7ab9b7fd85cdda7ff0d44111cd3304) Thanks [@Xwatson](https://github.com/Xwatson)! - fix(graph-viz): adjust large number of node data overlaps
fix(graph-viz): adjust gray line opacity

## 0.64.0

### Patch Changes
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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"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.64.1

## 0.64.0

## 0.63.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.64.0",
"version": "0.64.1",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 6155196

Please sign in to comment.