diff --git a/CHANGELOG.md b/CHANGELOG.md index c34de7c56..efe1fcdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06) + + +### Bug Fixes + +* 优化 withGuide ts 定义 ([#1934](https://github.com/antvis/f2/issues/1934)) ([524b506](https://github.com/antvis/f2/commit/524b506a882140ce4221099db625ed5c458e01f9)), closes [#1890](https://github.com/antvis/f2/issues/1890) [#1890](https://github.com/antvis/f2/issues/1890) + + + + + # [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26) diff --git a/lerna.json b/lerna.json index 287f2e7da..d624274d5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.4.0", + "version": "5.4.1", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 4307fd876..69d49385d 100644 --- a/packages/f2-algorithm/CHANGELOG.md +++ b/packages/f2-algorithm/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06) + +**Note:** Version bump only for package @antv/f2-algorithm + + + + + # [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26) **Note:** Version bump only for package @antv/f2-algorithm diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 5384e8426..3ea549ffa 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.4.0", + "version": "5.4.1", "description": "F2 algorithm extension", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ }, "devDependencies": { "@antv/f-test-utils": "^1.0.1", - "@antv/f2": "5.4.0", + "@antv/f2": "5.4.1", "jest-mock-random": "~1.1.1" }, "homepage": "https://f2.antv.vision/zh/", diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index f75b78892..05f28e1cf 100644 --- a/packages/f2-react/CHANGELOG.md +++ b/packages/f2-react/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06) + +**Note:** Version bump only for package @antv/f2-react + + + + + # [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 58ae6eb4e..5eddc68a1 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.4.0", + "version": "5.4.1", "description": "F2 for React", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ ], "dependencies": { "@antv/f-react": "^1.0.1", - "@antv/f2": "5.4.0", + "@antv/f2": "5.4.1", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f2-wordcloud/CHANGELOG.md b/packages/f2-wordcloud/CHANGELOG.md index 77d2df3e5..6c3c84998 100644 --- a/packages/f2-wordcloud/CHANGELOG.md +++ b/packages/f2-wordcloud/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + # [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index c6611f35e..b2aaf3c35 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.4.0", + "version": "5.4.1", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.4.0", + "@antv/f2": "5.4.1", "@antv/util": "~3.3.0", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" diff --git a/packages/f2/CHANGELOG.md b/packages/f2/CHANGELOG.md index bc757c01e..d3a1e07cb 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/CHANGELOG.md @@ -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. +## [5.4.1](https://github.com/antvis/f2/compare/v5.4.0...v5.4.1) (2024-03-06) + + +### Bug Fixes + +* 优化 withGuide ts 定义 ([#1934](https://github.com/antvis/f2/issues/1934)) ([524b506](https://github.com/antvis/f2/commit/524b506a882140ce4221099db625ed5c458e01f9)), closes [#1890](https://github.com/antvis/f2/issues/1890) [#1890](https://github.com/antvis/f2/issues/1890) + + + + + # [5.4.0](https://github.com/antvis/f2/compare/v5.3.0...v5.4.0) (2024-02-26) diff --git a/packages/f2/package.json b/packages/f2/package.json index 443bd2864..fb85ee52e 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.4.0", + "version": "5.4.1", "description": "Charts for mobile visualization.", "keywords": [ "antv",