Skip to content

Commit 382eaef

Browse files
AnkaAnka
Anka
authored and
Anka
committed
🤖 publish
1 parent 7607a21 commit 382eaef

File tree

8 files changed

+45
-6
lines changed

8 files changed

+45
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.8.0](https://github.com/antvis/f2/compare/v5.7.5...v5.8.0) (2025-04-23)
7+
8+
9+
### Features
10+
11+
* Guide定位支持分组/堆叠等情况 ([#2041](https://github.com/antvis/f2/issues/2041)) ([e974041](https://github.com/antvis/f2/commit/e974041ffc134e0ea0f5f1f1f9834ec4091d4307))
12+
* 官网增加link入口 ([#2039](https://github.com/antvis/f2/issues/2039)) ([f0ada6c](https://github.com/antvis/f2/commit/f0ada6cc273e939760d5361f1c15d73ea25c5203))
13+
14+
15+
16+
17+
618
## [5.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.7.5",
6+
"version": "5.8.0",
77
"command": {
88
"bootstrap": {
99
"ci": false,

packages/f2-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.8.0](https://github.com/antvis/f2/compare/v5.7.5...v5.8.0) (2025-04-23)
7+
8+
**Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614
## [5.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02)
715

816
**Note:** Version bump only for package @antv/f2-react

packages/f2-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-react",
3-
"version": "5.7.5",
3+
"version": "5.8.0",
44
"description": "F2 for React",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@antv/f-react": "^1.0.1",
20-
"@antv/f2": "5.7.5",
20+
"@antv/f2": "5.8.0",
2121
"@babel/runtime": "^7.12.5",
2222
"tslib": "^2.3.1"
2323
},

packages/f2-wordcloud/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.8.0](https://github.com/antvis/f2/compare/v5.7.5...v5.8.0) (2025-04-23)
7+
8+
**Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614
## [5.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02)
715

816
**Note:** Version bump only for package @antv/f2-wordcloud

packages/f2-wordcloud/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-wordcloud",
3-
"version": "5.7.5",
3+
"version": "5.8.0",
44
"description": "F2 wordcloud extension",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
"wordcloud"
1818
],
1919
"dependencies": {
20-
"@antv/f2": "5.7.5",
20+
"@antv/f2": "5.8.0",
2121
"@antv/util": "~3.3.0",
2222
"@babel/runtime": "^7.12.5",
2323
"tslib": "^2.3.1"

packages/f2/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.8.0](https://github.com/antvis/f2/compare/v5.7.5...v5.8.0) (2025-04-23)
7+
8+
9+
### Features
10+
11+
* Guide定位支持分组/堆叠等情况 ([#2041](https://github.com/antvis/f2/issues/2041)) ([e974041](https://github.com/antvis/f2/commit/e974041ffc134e0ea0f5f1f1f9834ec4091d4307))
12+
13+
14+
15+
16+
617
## [5.7.5](https://github.com/antvis/f2/compare/v5.7.4...v5.7.5) (2025-01-02)
718

819

packages/f2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2",
3-
"version": "5.7.5",
3+
"version": "5.8.0",
44
"description": "Charts for mobile visualization.",
55
"keywords": [
66
"antv",

0 commit comments

Comments
 (0)