From c58dd318c3bafc53f2163a68e22ba75d65c76074 Mon Sep 17 00:00:00 2001 From: Anka Date: Thu, 30 May 2024 03:43:54 +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 | 19 +++++++++++++++++++ lerna.json | 2 +- packages/f2-algorithm/CHANGELOG.md | 11 +++++++++++ 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 | 18 ++++++++++++++++++ packages/f2/package.json | 2 +- 10 files changed, 72 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047b7688a..85225d9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) + + +### Bug Fixes + +* algorithm package.json ([#1963](https://github.com/antvis/f2/issues/1963)) ([d715549](https://github.com/antvis/f2/commit/d7155498e986aaa966629ed9caf566b7f68c16e4)) +* size支持px ([#1975](https://github.com/antvis/f2/issues/1975)) ([6973421](https://github.com/antvis/f2/commit/697342122bb9dfd301cb45afa21c32a98c9c5817)) + + +### Features + +* 增加Pictorial组件 ([#1974](https://github.com/antvis/f2/issues/1974)) ([24f5944](https://github.com/antvis/f2/commit/24f59447282d4895a3553a12daca8df879b94e11)) +* **guide:** 增加 PolylineGuide ([#1960](https://github.com/antvis/f2/issues/1960)) ([6680534](https://github.com/antvis/f2/commit/66805340d9bbf36b11f03c31733f5bc5191f3eb4)) +* image、tag、rect guide 补充字段 ([#1962](https://github.com/antvis/f2/issues/1962)) ([ad38d32](https://github.com/antvis/f2/commit/ad38d32042ea8eb06742e32e1a596733e2178239)) + + + + + ## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) diff --git a/lerna.json b/lerna.json index f95f039f4..a2f57643c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.4.5", + "version": "5.5.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index 8b18d8d0c..6ea82a5e3 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.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) + + +### Bug Fixes + +* algorithm package.json ([#1963](https://github.com/antvis/f2/issues/1963)) ([d715549](https://github.com/antvis/f2/commit/d7155498e986aaa966629ed9caf566b7f68c16e4)) + + + + + ## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-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 7c52c210a..8dab820bb 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.4.5", + "version": "5.5.0", "description": "F2 algorithm extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,8 +17,8 @@ "sample" ], "dependencies": { - "@babel/runtime": "^7.12.5", "@antv/util": "^3.0.6", + "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index a0f122737..85f9578d8 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.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) + +**Note:** Version bump only for package @antv/f2-react + + + + + ## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-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 d101a1a0d..7794905fa 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.4.5", + "version": "5.5.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.4.5", + "@antv/f2": "5.5.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 013ee998b..0a94b0bd1 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.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + ## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-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 99800d4cb..5bfcc11d8 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.4.5", + "version": "5.5.0", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.4.5", + "@antv/f2": "5.5.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 25e726700..cb4126641 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) + + +### Bug Fixes + +* size支持px ([#1975](https://github.com/antvis/f2/issues/1975)) ([6973421](https://github.com/antvis/f2/commit/697342122bb9dfd301cb45afa21c32a98c9c5817)) + + +### Features + +* 增加Pictorial组件 ([#1974](https://github.com/antvis/f2/issues/1974)) ([24f5944](https://github.com/antvis/f2/commit/24f59447282d4895a3553a12daca8df879b94e11)) +* **guide:** 增加 PolylineGuide ([#1960](https://github.com/antvis/f2/issues/1960)) ([6680534](https://github.com/antvis/f2/commit/66805340d9bbf36b11f03c31733f5bc5191f3eb4)) +* image、tag、rect guide 补充字段 ([#1962](https://github.com/antvis/f2/issues/1962)) ([ad38d32](https://github.com/antvis/f2/commit/ad38d32042ea8eb06742e32e1a596733e2178239)) + + + + + ## [5.4.5](https://github.com/antvis/f2/compare/v5.4.4...v5.4.5) (2024-03-28) diff --git a/packages/f2/package.json b/packages/f2/package.json index c7b29b627..172ea3ffb 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.4.5", + "version": "5.5.0", "description": "Charts for mobile visualization.", "keywords": [ "antv",