From a52e73de8ec2332a8cbb77ac62c1b103c141d9ca Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 2 Jan 2024 11:14:37 +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 | 16 ++++++++++++++++ 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 | 16 ++++++++++++++++ packages/f2/package.json | 2 +- 10 files changed, 64 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36369e17f..aa59080a6 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.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) + + +### Bug Fixes + +* legend resize ([#1912](https://github.com/antvis/f2/issues/1912)) ([8d57a2c](https://github.com/antvis/f2/commit/8d57a2ce8fb3ad67a9f6b5934021585d8ec6a85c)) + + +### Features + +* tooltip自动换行 ([#1911](https://github.com/antvis/f2/issues/1911)) ([2aaa51f](https://github.com/antvis/f2/commit/2aaa51f69594a79738806b0d2534abad327e935f)) + + + + + # [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28) diff --git a/lerna.json b/lerna.json index df87a46b4..245bbee15 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.1.0", + "version": "5.2.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 9361920b5..f00f8678e 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.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 + + + + + # [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28) **Note:** Version bump only for package @antv/f2-algorithm diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 7b2ad25e9..94628ca41 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.1.0", + "version": "5.2.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.1.0", + "@antv/f2": "5.2.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 968482e78..41964c388 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.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 + + + + + # [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index fa695cf3f..34ad608cd 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.1.0", + "version": "5.2.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.1.0", + "@antv/f2": "5.2.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 d4d26f90d..5753feb9e 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.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 + + + + + # [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index cbf895d9b..222637f35 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.1.0", + "version": "5.2.0", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.1.0", + "@antv/f2": "5.2.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 e16b3c17e..d4acdbfe6 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.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02) + + +### Bug Fixes + +* legend resize ([#1912](https://github.com/antvis/f2/issues/1912)) ([8d57a2c](https://github.com/antvis/f2/commit/8d57a2ce8fb3ad67a9f6b5934021585d8ec6a85c)) + + +### Features + +* tooltip自动换行 ([#1911](https://github.com/antvis/f2/issues/1911)) ([2aaa51f](https://github.com/antvis/f2/commit/2aaa51f69594a79738806b0d2534abad327e935f)) + + + + + # [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28) diff --git a/packages/f2/package.json b/packages/f2/package.json index 24df598f9..008b525f8 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.1.0", + "version": "5.2.0", "description": "Charts for mobile visualization.", "keywords": [ "antv",