Skip to content

Commit 1ac1890

Browse files
liuziqiboyongjiong
liuziqi
authored andcommitted
Publish
- [email protected] - @logicflow/[email protected] - @logicflow/[email protected]
1 parent b1363dd commit 1ac1890

File tree

7 files changed

+42
-7
lines changed

7 files changed

+42
-7
lines changed

examples/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11](https://github.com/DymoneLewis/LogicFlow/compare/[email protected]@1.2.11) (2024-04-03)
7+
8+
9+
### Features
10+
11+
* **core:** enable node rotation ([267ebc8](https://github.com/DymoneLewis/LogicFlow/commit/267ebc8ff65f461c831fc631b89028ca98305858))
12+
13+
14+
15+
16+
617
## [1.2.10](https://github.com/didi/LogicFlow/compare/[email protected]@1.2.10) (2023-07-17)
718

819
**Note:** Version bump only for package examples

examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "examples",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^1.2.10",
9-
"@logicflow/extension": "^1.2.10",
8+
"@logicflow/core": "^1.2.24",
9+
"@logicflow/extension": "^1.2.24",
1010
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
1111
"@svgr/webpack": "5.4.0",
1212
"@testing-library/jest-dom": "^5.11.4",

packages/core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.24](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复nuxt使用报错 ([f8f7da9](https://github.com/didi/LogicFlow/commit/f8f7da9f87a0239eea7913a7c979a54940d6bd91))
12+
* 修复选区插件无法触发鼠标事件的问题,同时兼容 Ctrl + 滚轮事件 ([129f101](https://github.com/didi/LogicFlow/commit/129f101faf2c3aae3d25917eb68ccabadbb93ec3))
13+
* 锚点连线失败增加默认错误提示 ([05ed811](https://github.com/didi/LogicFlow/commit/05ed811591bee08951a404c70b44acd0f0a39643))
14+
15+
16+
17+
18+
619
## [1.2.23](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-03-20)
720

821

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.23",
3+
"version": "1.2.24",
44
"description": "LogicFlow core, to quickly build flowchart editor",
55
"main": "dist/entry.js",
66
"module": "dist/logic-flow.js",

packages/extension/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.24](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复选区插件无法触发鼠标事件的问题,同时兼容 Ctrl + 滚轮事件 ([129f101](https://github.com/didi/LogicFlow/commit/129f101faf2c3aae3d25917eb68ccabadbb93ec3))
12+
13+
14+
15+
16+
617
## [1.2.23](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-03-20)
718

819

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.23",
3+
"version": "1.2.24",
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.23",
35+
"@logicflow/core": "^1.2.24",
3636
"jest": "27.5.1",
3737
"lodash-es": "^4.17.21",
3838
"preact": "^10.4.8"

0 commit comments

Comments
 (0)