From 3b5335dfe2ea054211b8d9401095a8a0ec1c7f2c Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 3 Jan 2024 13:36:49 +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 | 13 +++++++++++++ lerna.json | 2 +- packages/f2-algorithm/CHANGELOG.md | 8 ++++++++ packages/f2-algorithm/package.json | 4 ++-- 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 | 13 +++++++++++++ packages/f2/package.json | 2 +- 10 files changed, 58 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa59080a6..9fdea3920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03) + + +### Bug Fixes + +* **Axis:** 坐标轴文本超界自动对齐 ([#1918](https://github.com/antvis/f2/issues/1918)) ([7bb11e3](https://github.com/antvis/f2/commit/7bb11e335660072730cf6a2d62b97f74afd98028)) +* **candlestick:** 蜡烛图开盘价收盘价一致时,颜色用上个交易日的比较 ([#1917](https://github.com/antvis/f2/issues/1917)) ([2446f22](https://github.com/antvis/f2/commit/2446f2280181353ed56bd9fc8e79b6a1d1460a8a)) +* 快扫动画进行中时,修改数据,图表显示异常 ([#1916](https://github.com/antvis/f2/issues/1916)) ([095ce5f](https://github.com/antvis/f2/commit/095ce5fff5e16a3bcc9045dee3d4b94b4920e443)) + + + + + # [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) diff --git a/lerna.json b/lerna.json index 245bbee15..d065972f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.2.0", + "version": "5.2.1", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index f00f8678e..51dd59bf3 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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03) + +**Note:** Version bump only for package @antv/f2-algorithm + + + + + # [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) **Note:** Version bump only for package @antv/f2-algorithm diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 94628ca41..db1cf1d5f 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.2.0", + "version": "5.2.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.2.0", + "@antv/f2": "5.2.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 41964c388..0aac29c7f 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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03) + +**Note:** Version bump only for package @antv/f2-react + + + + + # [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 34ad608cd..918b974cb 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.2.0", + "version": "5.2.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.2.0", + "@antv/f2": "5.2.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 5753feb9e..812015655 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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + # [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index 222637f35..5277fe801 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.2.0", + "version": "5.2.1", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.2.0", + "@antv/f2": "5.2.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 d4acdbfe6..4d3be0c55 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03) + + +### Bug Fixes + +* **Axis:** 坐标轴文本超界自动对齐 ([#1918](https://github.com/antvis/f2/issues/1918)) ([7bb11e3](https://github.com/antvis/f2/commit/7bb11e335660072730cf6a2d62b97f74afd98028)) +* **candlestick:** 蜡烛图开盘价收盘价一致时,颜色用上个交易日的比较 ([#1917](https://github.com/antvis/f2/issues/1917)) ([2446f22](https://github.com/antvis/f2/commit/2446f2280181353ed56bd9fc8e79b6a1d1460a8a)) +* 快扫动画进行中时,修改数据,图表显示异常 ([#1916](https://github.com/antvis/f2/issues/1916)) ([095ce5f](https://github.com/antvis/f2/commit/095ce5fff5e16a3bcc9045dee3d4b94b4920e443)) + + + + + # [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) diff --git a/packages/f2/package.json b/packages/f2/package.json index 008b525f8..b9684526c 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.2.0", + "version": "5.2.1", "description": "Charts for mobile visualization.", "keywords": [ "antv",