diff --git a/CHANGELOG.md b/CHANGELOG.md index 49279e68d..047b7688a 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.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) + + +### Bug Fixes + +* tooltip tips 透出 record 参数 ([#1947](https://github.com/antvis/f2/issues/1947)) ([177fdc6](https://github.com/antvis/f2/commit/177fdc684a1c8f7b731fb1f449b1ee8902861806)) + + + + + ## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22) diff --git a/lerna.json b/lerna.json index c2db35a17..f95f039f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.4.4", + "version": "5.4.5", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 35e9a3fc8..8b18d8d0c 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.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) + +**Note:** Version bump only for package @antv/f2-algorithm + + + + + ## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22) **Note:** Version bump only for package @antv/f2-algorithm diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index f69b11345..c8e555bb9 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.4.4", + "version": "5.4.5", "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.4", + "@antv/f2": "5.4.5", "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 f1779a176..a0f122737 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.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) + +**Note:** Version bump only for package @antv/f2-react + + + + + ## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index ce33a4cba..d101a1a0d 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.4.4", + "version": "5.4.5", "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.4", + "@antv/f2": "5.4.5", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f2-wordcloud/CHANGELOG.md b/packages/f2-wordcloud/CHANGELOG.md index cfb07198f..013ee998b 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.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + ## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index a37c90e7c..99800d4cb 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.4.4", + "version": "5.4.5", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.4.4", + "@antv/f2": "5.4.5", "@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 9c74a089e..25e726700 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.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) + + +### Bug Fixes + +* tooltip tips 透出 record 参数 ([#1947](https://github.com/antvis/f2/issues/1947)) ([177fdc6](https://github.com/antvis/f2/commit/177fdc684a1c8f7b731fb1f449b1ee8902861806)) + + + + + ## [5.4.4](https://github.com/antvis/f2/compare/v5.4.3...v5.4.4) (2024-03-22) diff --git a/packages/f2/package.json b/packages/f2/package.json index 54fa47ddc..c7b29b627 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.4.4", + "version": "5.4.5", "description": "Charts for mobile visualization.", "keywords": [ "antv",