diff --git a/CHANGELOG.md b/CHANGELOG.md index 85225d9ac..0e16735a7 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.5.1](https://github.com/antvis/f2/compare/v5.5.0...v5.5.1) (2024-06-14) + + +### Bug Fixes + +* stack scale ([#1978](https://github.com/antvis/f2/issues/1978)) ([441795b](https://github.com/antvis/f2/commit/441795bd06ed3a54550d4263d59b884e30596297)) + + + + + # [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) diff --git a/lerna.json b/lerna.json index a2f57643c..34611fd8a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.5.0", + "version": "5.5.1", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index 85f9578d8..c4a84c56f 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.1](https://github.com/antvis/f2/compare/v5.5.0...v5.5.1) (2024-06-14) + +**Note:** Version bump only for package @antv/f2-react + + + + + # [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 diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 7794905fa..b4ec99523 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.5.0", + "version": "5.5.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.5.0", + "@antv/f2": "5.5.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 0a94b0bd1..a8bc261f2 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.1](https://github.com/antvis/f2/compare/v5.5.0...v5.5.1) (2024-06-14) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + # [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 diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index 5bfcc11d8..0f6965ba4 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.5.0", + "version": "5.5.1", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.5.0", + "@antv/f2": "5.5.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 cb4126641..8f541f193 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.5.1](https://github.com/antvis/f2/compare/v5.5.0...v5.5.1) (2024-06-14) + + +### Bug Fixes + +* stack scale ([#1978](https://github.com/antvis/f2/issues/1978)) ([441795b](https://github.com/antvis/f2/commit/441795bd06ed3a54550d4263d59b884e30596297)) + + + + + # [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30) diff --git a/packages/f2/package.json b/packages/f2/package.json index 172ea3ffb..c7685c931 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.5.0", + "version": "5.5.1", "description": "Charts for mobile visualization.", "keywords": [ "antv",