From 534bc11733c8525d92a0bcb8163619b2d17061d2 Mon Sep 17 00:00:00 2001 From: Anka Date: Wed, 9 Oct 2024 02:59:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/f2-algorithm/CHANGELOG.md | 11 +++++++++++ packages/f2-algorithm/package.json | 2 +- packages/f2-react/CHANGELOG.md | 8 ++++++++ packages/f2-react/package.json | 4 ++-- packages/f2-wordcloud/CHANGELOG.md | 8 ++++++++ packages/f2-wordcloud/package.json | 4 ++-- packages/f2/CHANGELOG.md | 16 ++++++++++++++++ packages/f2/package.json | 2 +- 10 files changed, 67 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0654c2a..227f4214a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09) + + +### Bug Fixes + +* sample func ([#2004](https://github.com/antvis/f2/issues/2004)) ([41045d2](https://github.com/antvis/f2/commit/41045d2412b4639c8ec5186c9ce5361b080ed944)) +* 修复 Tooltip itemMarkerStyle 样式优先级 ([#2002](https://github.com/antvis/f2/issues/2002)) ([ee4f100](https://github.com/antvis/f2/commit/ee4f1003a9d36ae41eaa147e33db08cde032d888)) + + +### Features + +* 增加onRangeChange回调函数 ([#2005](https://github.com/antvis/f2/issues/2005)) ([97ba27b](https://github.com/antvis/f2/commit/97ba27b697bd0128ca8bf8e0312ee646352ce178)) + + + + + # [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) diff --git a/lerna.json b/lerna.json index 8d0b60d94..7e133f4a9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.6.0", + "version": "5.7.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 6ea82a5e3..58a274dca 100644 --- a/packages/f2-algorithm/CHANGELOG.md +++ b/packages/f2-algorithm/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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09) + + +### Bug Fixes + +* sample func ([#2004](https://github.com/antvis/f2/issues/2004)) ([41045d2](https://github.com/antvis/f2/commit/41045d2412b4639c8ec5186c9ce5361b080ed944)) + + + + + # [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 8dab820bb..256f7a6fd 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.5.0", + "version": "5.7.0", "description": "F2 algorithm extension", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index b191d683e..68fb14ad3 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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09) + +**Note:** Version bump only for package @antv/f2-react + + + + + # [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 1d18f3e62..0c56ac80e 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.6.0", + "version": "5.7.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.6.0", + "@antv/f2": "5.7.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 8db767fb4..3c75b2612 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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + # [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index b87c9c313..1bb2fb154 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.6.0", + "version": "5.7.0", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.6.0", + "@antv/f2": "5.7.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 1cdf70885..46d4a951b 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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09) + + +### Bug Fixes + +* 修复 Tooltip itemMarkerStyle 样式优先级 ([#2002](https://github.com/antvis/f2/issues/2002)) ([ee4f100](https://github.com/antvis/f2/commit/ee4f1003a9d36ae41eaa147e33db08cde032d888)) + + +### Features + +* 增加onRangeChange回调函数 ([#2005](https://github.com/antvis/f2/issues/2005)) ([97ba27b](https://github.com/antvis/f2/commit/97ba27b697bd0128ca8bf8e0312ee646352ce178)) + + + + + # [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) diff --git a/packages/f2/package.json b/packages/f2/package.json index 520c5e1c4..e2765b39f 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.6.0", + "version": "5.7.0", "description": "Charts for mobile visualization.", "keywords": [ "antv",