Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @logicflow/[email protected]
 - @logicflow/[email protected]
  • Loading branch information
boyongjiong committed Mar 20, 2024
1 parent 10d311d commit bc553cb
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.23](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-03-20)


### Bug Fixes

* 优化代码 ([10d311d](https://github.com/didi/LogicFlow/commit/10d311db4a816784bafe4266737d5af656716b6b))
* 增加获取锚点关联边的能力&修复边的起终点移动时报错问题 ([543fff7](https://github.com/didi/LogicFlow/commit/543fff7c0a14ebe5b3b5ebf1c5df773c7e6a0dc5))


### Features

* 自定义连线支持指定锚点 ([d344d38](https://github.com/didi/LogicFlow/commit/d344d3801cbb0bcbcf699c0bf91e661c55d67890))





## [1.2.22](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-02-05)


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": "1.2.22",
"version": "1.2.23",
"description": "LogicFlow core, to quickly build flowchart editor",
"main": "dist/entry.js",
"module": "dist/logic-flow.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.23](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-03-20)


### Bug Fixes

* 修复多实例时非首个实例导出不正确问题 ([27148c0](https://github.com/didi/LogicFlow/commit/27148c0e9c9db64daa09b279cb2e3b1578fccc93))





## [1.2.22](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/extension",
"version": "1.2.22",
"version": "1.2.23",
"description": "LogicFlow extension",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"readme.md"
],
"dependencies": {
"@logicflow/core": "^1.2.22",
"@logicflow/core": "^1.2.23",
"jest": "27.5.1",
"lodash-es": "^4.17.21",
"preact": "^10.4.8"
Expand Down

0 comments on commit bc553cb

Please sign in to comment.