Skip to content

Commit

Permalink
feat: release @logicflow/[email protected], @logicflow/vue-node-registr…
Browse files Browse the repository at this point in the history
  • Loading branch information
liuziqi committed Sep 11, 2024
1 parent ab1845a commit 0ed8a83
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
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.7

### Patch Changes

- fix: bugs from issues

- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 close #1802
- fix: 修复 bpmn-elements/Task/subProcess 中 onClick 方法报错的问题 close #1857

## 2.0.6

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

## 1.0.4

### Patch Changes

- fix: bugs from issues

- fix: 移除 vue-node-registry view 中无用 console,close #1856

## 1.0.3

### Patch Changes: Release 1.0.3 Version
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.3",
"version": "1.0.4",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# logicflow-docs

## 2.0.8

### Patch Changes

- Updated dependencies
- @logicflow/extension@2.0.7

## 2.0.7

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

0 comments on commit 0ed8a83

Please sign in to comment.