Skip to content

Commit

Permalink
feat: release New Version @logicflow/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
boyongjiong committed Aug 27, 2024
1 parent 966f590 commit 06d9b37
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.5

### Patch Changes - Release New Extension Version

- fix(extension): 修复 BpmnAdapter 导入含有边的 xml 报错问题
- 修复 BpmnAdapter、BPMNAdapter 插件导入含有边的 xml 报错问题 close #1823
- 修复 example 中 bpmn demo 用法错误

- refactor(build): 修正 build:watch 脚本中的命令格式
- 在 build:watch:esm 和 build:watch:cjs 脚本中添加反斜杠,以确保命令在各种环境中正确执行。这个修改提高了构建过程的可靠性和跨平台兼容性。 close #1818

- docs(site): 获取画布数据 api 补充到快速上手页
- fix(examples): 修复rect节点中radius属性在properties中使用方式错误

## 2.0.4

### Patch Changes: Release 2.0.4 Version
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.4",
"version": "2.0.5",
"description": "LogicFlow Extensions",
"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.6

### Patch Changes

- Updated dependencies
- @logicflow/extension@2.0.5

## 2.0.5

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

0 comments on commit 06d9b37

Please sign in to comment.