Skip to content

Commit

Permalink
feat: release new version
Browse files Browse the repository at this point in the history
 - @logicflow/[email protected]
 - @logicflow/[email protected]
 - @logicflow/[email protected]
 - @logicflow/[email protected]
  • Loading branch information
boyongjiong committed Oct 9, 2024
1 parent 0c1059e commit 080eff1
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.6

### Patch Changes

- feat(core&extension): 解决 transform 相关问题 #1446
- fix(core&extension): 优化分组缩放时子元素是否缩放的逻辑,并解决元素缩放时出现的问题
- fix(extension): 解决动态分组 resize 时,建议增加参数控制子元素是否需要同时缩放的问题 close #1826

## 2.0.5

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

## 2.0.10

### Patch Changes

- feat(extension): 分组组件实现自动扩展 close #1750
- fix(extension): 「dynamic-group」存入history时,将text坐标恢复到未折叠前的数据 close #1810

- Updated dependencies
- @logicflow/core@2.0.6

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @logicflow/react-node-registry

## 1.0.6

### Patch Changes

- Release New Version
- Updated dependencies
- @logicflow/core@2.0.6

## 1.0.5

### 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.5",
"version": "1.0.6",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/vue-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @logicflow/vue-node-registry

## 1.0.7

### Patch Changes

- fix(vue-node-registry): 修复Teleport+KeepAlive场景下DOM重复渲染的问题 close #1768 #1862

- Updated dependencies
- @logicflow/core@2.0.6

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.11

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.6
- @logicflow/extension@2.0.10
- @logicflow/react-node-registry@1.0.6

## 2.0.10

### 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.10",
"version": "2.0.11",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit 080eff1

Please sign in to comment.