Skip to content

Commit

Permalink
feat: update package's version
Browse files Browse the repository at this point in the history
  release @logicflow/[email protected]
  release @logicflow/[email protected]
  release @logicflow/[email protected]
  release @logicflow/[email protected]
  release [email protected]
  • Loading branch information
liuziqi authored and boyongjiong committed Sep 24, 2024
1 parent 7015886 commit 4aa1caa
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.5

### Patch Changes

- fix(core&extension): fix bugs from issues
- fix(core): update import path to relative path style to remove compile error in angular(修复angular中引用后编译报错问题)
- fix(core): 修复BaseNodeModel的getData()拿不到width和height的问题(#1826)
- fix(core): node => rotate+正常模式resize(#1428)
- fix(core): 外部调用handleResize()没有传入anchor坐标不触发recalcRotatedResizeInfo方法
- chore(core): rotate+正常模式resize的相关变量名称从anchor改为control

## 2.0.4

### 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": "@logicflow/core",
"version": "2.0.4",
"version": "2.0.5",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.9

### Patch Changes

- fix(core&extension): fix bugs from issues
- fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826)
- Updated dependencies
- @logicflow/core@2.0.5

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/extension",
"version": "2.0.8",
"version": "2.0.9",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/react-node-registry

## 1.0.5

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/react-node-registry",
"version": "1.0.4",
"version": "1.0.5",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/vue-node-registry

## 1.0.6

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.5

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/vue-node-registry",
"version": "1.0.5",
"version": "1.0.6",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# logicflow-docs

## 2.0.10

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.5
- @logicflow/extension@2.0.9
- @logicflow/react-node-registry@1.0.5

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logicflow-docs",
"version": "2.0.9",
"version": "2.0.10",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit 4aa1caa

Please sign in to comment.