diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ff52198..21e13a621 100644 --- a/CHANGELOG.md +++ b/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.0.32 (2023-09-07) + +**Note:** Version bump only for package f2 + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) diff --git a/lerna.json b/lerna.json index 67aa7134a..db5ea0592 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "5.0.31", + "version": "5.0.32", "command": { "bootstrap": { "ci": false, diff --git a/packages/f2-algorithm/CHANGELOG.md b/packages/f2-algorithm/CHANGELOG.md index a77c06340..fdb0b9ea0 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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-algorithm + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index 76a452669..cabd316a6 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-algorithm", - "version": "5.0.31", + "version": "5.0.32", "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.0.31", + "@antv/f2": "5.0.32", "jest-mock-random": "~1.1.1" }, "homepage": "https://f2.antv.vision/zh/", diff --git a/packages/f2-my/CHANGELOG.md b/packages/f2-my/CHANGELOG.md index 6bd03467b..8c541c208 100644 --- a/packages/f2-my/CHANGELOG.md +++ b/packages/f2-my/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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-my + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) **Note:** Version bump only for package @antv/f2-my diff --git a/packages/f2-my/package.json b/packages/f2-my/package.json index c2fcb757d..2cdf6c6c2 100644 --- a/packages/f2-my/package.json +++ b/packages/f2-my/package.json @@ -1,7 +1,7 @@ { "name": "@antv/f2-my", "private": true, - "version": "5.0.31", + "version": "5.0.32", "homepage": "https://github.com/antvis/f2", "bugs": { "url": "https://github.com/antvis/f2/issues" diff --git a/packages/f2-node/CHANGELOG.md b/packages/f2-node/CHANGELOG.md index 78f2bd275..2ff91b82b 100644 --- a/packages/f2-node/CHANGELOG.md +++ b/packages/f2-node/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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-node + + + + + ## 5.0.30 (2023-08-28) **Note:** Version bump only for package @antv/f2-node diff --git a/packages/f2-node/package.json b/packages/f2-node/package.json index 20d1cced4..ff80e24b0 100644 --- a/packages/f2-node/package.json +++ b/packages/f2-node/package.json @@ -1,7 +1,7 @@ { "name": "@antv/f2-node", "private": true, - "version": "5.0.30", + "version": "5.0.32", "homepage": "https://github.com/antvis/f2", "bugs": { "url": "https://github.com/antvis/f2/issues" diff --git a/packages/f2-react/CHANGELOG.md b/packages/f2-react/CHANGELOG.md index 8b073c69a..337596d11 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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-react + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) **Note:** Version bump only for package @antv/f2-react diff --git a/packages/f2-react/package.json b/packages/f2-react/package.json index 449a46666..1c8cc6be9 100644 --- a/packages/f2-react/package.json +++ b/packages/f2-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-react", - "version": "5.0.31", + "version": "5.0.32", "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.0.31", + "@antv/f2": "5.0.32", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f2-vue/CHANGELOG.md b/packages/f2-vue/CHANGELOG.md index bc72479d1..b291dbc9d 100644 --- a/packages/f2-vue/CHANGELOG.md +++ b/packages/f2-vue/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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-vue + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) **Note:** Version bump only for package @antv/f2-vue diff --git a/packages/f2-vue/package.json b/packages/f2-vue/package.json index a5818c1db..4fdbae1a6 100644 --- a/packages/f2-vue/package.json +++ b/packages/f2-vue/package.json @@ -1,7 +1,7 @@ { "name": "@antv/f2-vue", "private": true, - "version": "5.0.31", + "version": "5.0.32", "homepage": "https://github.com/antvis/f2", "bugs": { "url": "https://github.com/antvis/f2/issues" diff --git a/packages/f2-wordcloud/CHANGELOG.md b/packages/f2-wordcloud/CHANGELOG.md index 4e5eeeeda..d2d11660b 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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-wordcloud + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) **Note:** Version bump only for package @antv/f2-wordcloud diff --git a/packages/f2-wordcloud/package.json b/packages/f2-wordcloud/package.json index 84d24806a..987657b26 100644 --- a/packages/f2-wordcloud/package.json +++ b/packages/f2-wordcloud/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2-wordcloud", - "version": "5.0.31", + "version": "5.0.32", "description": "F2 wordcloud extension", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "wordcloud" ], "dependencies": { - "@antv/f2": "5.0.31", + "@antv/f2": "5.0.32", "@antv/util": "~3.3.0", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" diff --git a/packages/f2-wx/CHANGELOG.md b/packages/f2-wx/CHANGELOG.md index 1a29b7c1f..04e427a5c 100644 --- a/packages/f2-wx/CHANGELOG.md +++ b/packages/f2-wx/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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2-wx + + + + + ## 5.0.30 (2023-08-28) **Note:** Version bump only for package @antv/f2-wx diff --git a/packages/f2-wx/package.json b/packages/f2-wx/package.json index 08fd8aa69..cb1c249a5 100644 --- a/packages/f2-wx/package.json +++ b/packages/f2-wx/package.json @@ -1,7 +1,7 @@ { "name": "@antv/f2-wx", "private": true, - "version": "5.0.30", + "version": "5.0.32", "homepage": "https://github.com/antvis/f2", "bugs": { "url": "https://github.com/antvis/f2/issues" diff --git a/packages/f2/CHANGELOG.md b/packages/f2/CHANGELOG.md index f30a3264d..18e2e7050 100644 --- a/packages/f2/CHANGELOG.md +++ b/packages/f2/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.0.32 (2023-09-07) + +**Note:** Version bump only for package @antv/f2 + + + + + ## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05) diff --git a/packages/f2/package.json b/packages/f2/package.json index 08b429300..5e6941ff2 100644 --- a/packages/f2/package.json +++ b/packages/f2/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "5.0.31", + "version": "5.0.32", "description": "Charts for mobile visualization.", "keywords": [ "antv",