From 48b537267f9669ea499cddbf11585d7a50492f52 Mon Sep 17 00:00:00 2001 From: Anka Date: Thu, 2 Jan 2025 10:05:46 +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 | 11 +++++++++++ lerna.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 | 11 +++++++++++ packages/f2/package.json | 2 +- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc96fd45e..2108312e4 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.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02) + + +### Bug Fixes + +* EndView动画使用offsetDistance对不齐 ([#2029](https://github.com/antvis/f2/issues/2029)) ([f62abe3](https://github.com/antvis/f2/commit/f62abe3909676248c1928354b0690f90a4f7f97e)) + + + + + ## [5.7.4](https://github.com/antvis/f2/compare/v5.7.3...v5.7.4) (2024-11-25) diff --git a/lerna.json b/lerna.json index 0358ab965..8e121a25a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "5.7.4", + "version": "5.7.5", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index e16c61f17..c069a1a87 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.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02) + +**Note:** Version bump only for package @antv/f2-react + + + + + ## [5.7.4](https://github.com/antvis/f2/compare/v5.7.3...v5.7.4) (2024-11-25) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 4cb6f0f9e..b9011cd14 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.7.4", + "version": "5.7.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.7.4", + "@antv/f2": "5.7.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 ac9a95c6f..dae3ffc5c 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.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + ## [5.7.4](https://github.com/antvis/f2/compare/v5.7.3...v5.7.4) (2024-11-25) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index 7ef8205d5..5438ac186 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.7.4", + "version": "5.7.5", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.7.4", + "@antv/f2": "5.7.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 866d452c9..ad778584c 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.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02) + + +### Bug Fixes + +* EndView动画使用offsetDistance对不齐 ([#2029](https://github.com/antvis/f2/issues/2029)) ([f62abe3](https://github.com/antvis/f2/commit/f62abe3909676248c1928354b0690f90a4f7f97e)) + + + + + ## [5.7.4](https://github.com/antvis/f2/compare/v5.7.3...v5.7.4) (2024-11-25) diff --git a/packages/f2/package.json b/packages/f2/package.json index f5f968da1..3f2e07ac5 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.7.4", + "version": "5.7.5", "description": "Charts for mobile visualization.", "keywords": [ "antv",