diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c63dca5..1f0654c2a 100644 --- a/CHANGELOG.md +++ b/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.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) + + +### Bug Fixes + +* 修改注入版本插件 ([#1999](https://github.com/antvis/f2/issues/1999)) ([0d9fe7d](https://github.com/antvis/f2/commit/0d9fe7d813c286d6d37fad5407546677cf8fadb6)) +* 升级action-artifact ([#1997](https://github.com/antvis/f2/issues/1997)) ([73c4ff6](https://github.com/antvis/f2/commit/73c4ff6e8812937e9271e34cb3c2f031d955c934)) + + +### Features + +* export version ([#1996](https://github.com/antvis/f2/issues/1996)) ([787abb2](https://github.com/antvis/f2/commit/787abb2898cd6f19bcbfef089e7fc7497195990f)) +* 增加阶梯图 ([#1998](https://github.com/antvis/f2/issues/1998)) ([e0ccc98](https://github.com/antvis/f2/commit/e0ccc98950985196d406141cc51bfbb5e8168a37)) + + + + + ## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10) **Note:** Version bump only for package f2 diff --git a/lerna.json b/lerna.json index 3b2fe57f2..8d0b60d94 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.5.2", + "version": "5.6.0", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index ed35f72b7..b191d683e 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.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 + + + + + ## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 4d9caee28..1d18f3e62 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.5.2", + "version": "5.6.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.5.2", + "@antv/f2": "5.6.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 244f83a6d..8db767fb4 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.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 + + + + + ## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index e1eab06ba..b87c9c313 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.5.2", + "version": "5.6.0", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.5.2", + "@antv/f2": "5.6.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 45565a41f..1cdf70885 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/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.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19) + + +### Bug Fixes + +* 修改注入版本插件 ([#1999](https://github.com/antvis/f2/issues/1999)) ([0d9fe7d](https://github.com/antvis/f2/commit/0d9fe7d813c286d6d37fad5407546677cf8fadb6)) + + +### Features + +* export version ([#1996](https://github.com/antvis/f2/issues/1996)) ([787abb2](https://github.com/antvis/f2/commit/787abb2898cd6f19bcbfef089e7fc7497195990f)) +* 增加阶梯图 ([#1998](https://github.com/antvis/f2/issues/1998)) ([e0ccc98](https://github.com/antvis/f2/commit/e0ccc98950985196d406141cc51bfbb5e8168a37)) + + + + + ## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10) **Note:** Version bump only for package @antv/f2 diff --git a/packages/f2/package.json b/packages/f2/package.json index 733bbaf8d..520c5e1c4 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.5.2", + "version": "5.6.0", "description": "Charts for mobile visualization.", "keywords": [ "antv",