diff --git a/CHANGELOG.md b/CHANGELOG.md index 877a707c0..fa6604e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21) + + +### Bug Fixes + +* transposed为false时饼图交互 ([#1923](https://github.com/antvis/f2/issues/1923)) ([dbfb0ed](https://github.com/antvis/f2/commit/dbfb0ed72563d5575046ba878f785b8c14d782b4)) + + +### Features + +* scroll bar 样式支持可配置 ([#1900](https://github.com/antvis/f2/issues/1900)) ([2e84a26](https://github.com/antvis/f2/commit/2e84a266bbb333fccc44ee1704066a723547c5bd)) + + + + + ## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05) diff --git a/lerna.json b/lerna.json index 2421e5df1..23b50ca40 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.2", + "version": "5.3.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 8a8a44681..c4cb52138 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.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21) + +**Note:** Version bump only for package @antv/f2-algorithm + + + + + ## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05) **Note:** Version bump only for package @antv/f2-algorithm diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 9b6bf8c55..c13eb91a1 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.2.2", + "version": "5.3.0", "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.2.2", + "@antv/f2": "5.3.0", "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 f9e1c7d7b..edda53a7d 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.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21) + +**Note:** Version bump only for package @antv/f2-react + + + + + ## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 05089c05e..6769f946f 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.2.2", + "version": "5.3.0", "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.2.2", + "@antv/f2": "5.3.0", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f2-wordcloud/CHANGELOG.md b/packages/f2-wordcloud/CHANGELOG.md index 580245b13..a1cbe0b85 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.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + ## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index 1161ba073..adc7691ea 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.2.2", + "version": "5.3.0", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.2.2", + "@antv/f2": "5.3.0", "@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 183454e6c..fe800d4bb 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0](https://github.com/antvis/f2/compare/v5.2.2...v5.3.0) (2024-02-21) + + +### Bug Fixes + +* transposed为false时饼图交互 ([#1923](https://github.com/antvis/f2/issues/1923)) ([dbfb0ed](https://github.com/antvis/f2/commit/dbfb0ed72563d5575046ba878f785b8c14d782b4)) + + +### Features + +* scroll bar 样式支持可配置 ([#1900](https://github.com/antvis/f2/issues/1900)) ([2e84a26](https://github.com/antvis/f2/commit/2e84a266bbb333fccc44ee1704066a723547c5bd)) + + + + + ## [5.2.2](https://github.com/antvis/f2/compare/v5.2.1...v5.2.2) (2024-01-05) diff --git a/packages/f2/package.json b/packages/f2/package.json index 6cda428e3..195795b3b 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.2.2", + "version": "5.3.0", "description": "Charts for mobile visualization.", "keywords": [ "antv",