Skip to content

Commit 4da3db7

Browse files
liuziqiboyongjiong
liuziqi
authored andcommitted
fix: 更新readme logo & publish 1.2.25
1 parent aedc555 commit 4da3db7

File tree

9 files changed

+36
-9
lines changed

9 files changed

+36
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<a href="https://site.logic-flow.cn" target="_blank">
33
<img
4-
src="https://site.logic-flow.cn/docs/_images/logo.png"
4+
src="https://site.logic-flow.cn/logo.png"
55
alt="LogicFlow logo"
66
width="250"
77
/>

README.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<a href="https://site.logic-flow.cn" target="_blank">
33
<img
4-
src="https://site.logic-flow.cn/docs/_images/logo.png"
4+
src="https://site.logic-flow.cn/logo.png"
55
alt="LogicFlow logo"
66
width="250"
77
/>

examples/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.12](https://github.com/DymoneLewis/LogicFlow/compare/[email protected]@1.2.12) (2024-04-03)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [1.2.11](https://github.com/DymoneLewis/LogicFlow/compare/[email protected]@1.2.11) (2024-04-03)
715

816

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.11",
3+
"version": "1.2.12",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^1.2.24",
9-
"@logicflow/extension": "^1.2.24",
8+
"@logicflow/core": "^1.2.25",
9+
"@logicflow/extension": "^1.2.25",
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

+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.25](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 框选拖动折线时更新起终点位置 ([ad3afe1](https://github.com/didi/LogicFlow/commit/ad3afe1b3de4c30e9acd5d19ea49d0cb7f04cfd1))
12+
13+
14+
15+
16+
617
## [1.2.24](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
718

819

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

packages/extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.25](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
7+
8+
**Note:** Version bump only for package @logicflow/extension
9+
10+
11+
12+
13+
614
## [1.2.24](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2024-04-03)
715

816

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

0 commit comments

Comments
 (0)