Skip to content

Commit bf4a8b9

Browse files
committed
Publish
- @logicflow/[email protected] - @logicflow/[email protected]
1 parent b0810b4 commit bf4a8b9

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.17](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** refresh the value of model when mouse down([#1370](https://github.com/didi/LogicFlow/issues/1370)) ([1cb45dd](https://github.com/didi/LogicFlow/commit/1cb45ddbbfdc0a0c8fd9e427d9a8dad0ad51eda9))
12+
* **core:** use mobx reaction to track the value of stepDrag.model([#1370](https://github.com/didi/LogicFlow/issues/1370)) ([a1e3bc3](https://github.com/didi/LogicFlow/commit/a1e3bc3294b49edea4f1ac41886db6f3e1f3b45b))
13+
14+
15+
16+
17+
618
## [1.2.16](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-10-19)
719

820

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/core",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
44
"description": "LogicFlow core, to quickly build flowchart editor",
55
"main": "dist/entry.js",
66
"module": "dist/logic-flow.js",

packages/extension/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.18](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **extension:** optimize radius and variable name ([b0810b4](https://github.com/didi/LogicFlow/commit/b0810b47f3aaf1b1b1576861f46f687ca002d13e))
12+
* **extension:** the outermost edges translate 0 when copy a group([#1379](https://github.com/didi/LogicFlow/issues/1379)) ([8368622](https://github.com/didi/LogicFlow/commit/836862282032838f65e8f66d4a70fa4acce5b466))
13+
14+
15+
16+
17+
618
## [1.2.17](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2023-10-19)
719

820

packages/extension/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "1.2.17",
3+
"version": "1.2.18",
44
"description": "LogicFlow extension",
55
"main": "cjs/index.js",
66
"module": "es/index.js",
@@ -32,7 +32,7 @@
3232
"readme.md"
3333
],
3434
"dependencies": {
35-
"@logicflow/core": "^1.2.16",
35+
"@logicflow/core": "^1.2.17",
3636
"jest": "27.5.1",
3737
"lodash-es": "^4.17.21",
3838
"preact": "^10.4.8"

0 commit comments

Comments
 (0)