Skip to content

Commit

Permalink
fix: 更新readme logo & publish 1.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
liuziqi authored and boyongjiong committed Apr 10, 2024
1 parent aedc555 commit 4da3db7
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://site.logic-flow.cn" target="_blank">
<img
src="https://site.logic-flow.cn/docs/_images/logo.png"
src="https://site.logic-flow.cn/logo.png"
alt="LogicFlow logo"
width="250"
/>
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://site.logic-flow.cn" target="_blank">
<img
src="https://site.logic-flow.cn/docs/_images/logo.png"
src="https://site.logic-flow.cn/logo.png"
alt="LogicFlow logo"
width="250"
/>
Expand Down
8 changes: 8 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.12](https://github.com/DymoneLewis/LogicFlow/compare/examples@1.2.11...examples@1.2.12) (2024-04-03)

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





## [1.2.11](https://github.com/DymoneLewis/LogicFlow/compare/examples@1.2.10...examples@1.2.11) (2024-04-03)


Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "examples",
"version": "1.2.11",
"version": "1.2.12",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@babel/core": "7.12.3",
"@logicflow/core": "^1.2.24",
"@logicflow/extension": "^1.2.24",
"@logicflow/core": "^1.2.25",
"@logicflow/extension": "^1.2.25",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@svgr/webpack": "5.4.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.25](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.2.24...@logicflow/core@1.2.25) (2024-04-03)


### Bug Fixes

* 框选拖动折线时更新起终点位置 ([ad3afe1](https://github.com/didi/LogicFlow/commit/ad3afe1b3de4c30e9acd5d19ea49d0cb7f04cfd1))





## [1.2.24](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.2.23...@logicflow/core@1.2.24) (2024-04-03)


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

## [1.2.25](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.2.24...@logicflow/extension@1.2.25) (2024-04-03)

**Note:** Version bump only for package @logicflow/extension





## [1.2.24](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.2.23...@logicflow/extension@1.2.24) (2024-04-03)


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.24",
"version": "1.2.25",
"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.24",
"@logicflow/core": "^1.2.25",
"jest": "27.5.1",
"lodash-es": "^4.17.21",
"preact": "^10.4.8"
Expand Down

0 comments on commit 4da3db7

Please sign in to comment.