Skip to content

Commit 534bc11

Browse files
AnkaAnka
authored andcommitted
🤖 publish
1 parent 0c52a72 commit 534bc11

File tree

10 files changed

+67
-7
lines changed

10 files changed

+67
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* sample func ([#2004](https://github.com/antvis/f2/issues/2004)) ([41045d2](https://github.com/antvis/f2/commit/41045d2412b4639c8ec5186c9ce5361b080ed944))
12+
* 修复 Tooltip itemMarkerStyle 样式优先级 ([#2002](https://github.com/antvis/f2/issues/2002)) ([ee4f100](https://github.com/antvis/f2/commit/ee4f1003a9d36ae41eaa147e33db08cde032d888))
13+
14+
15+
### Features
16+
17+
* 增加onRangeChange回调函数 ([#2005](https://github.com/antvis/f2/issues/2005)) ([97ba27b](https://github.com/antvis/f2/commit/97ba27b697bd0128ca8bf8e0312ee646352ce178))
18+
19+
20+
21+
22+
623
# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"command": {
66
"bootstrap": {
77
"ci": false,

packages/f2-algorithm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* sample func ([#2004](https://github.com/antvis/f2/issues/2004)) ([41045d2](https://github.com/antvis/f2/commit/41045d2412b4639c8ec5186c9ce5361b080ed944))
12+
13+
14+
15+
16+
617
# [5.5.0](https://github.com/antvis/f2/compare/v5.4.5...v5.5.0) (2024-05-30)
718

819

packages/f2-algorithm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-algorithm",
3-
"version": "5.5.0",
3+
"version": "5.7.0",
44
"description": "F2 algorithm extension",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/f2-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09)
7+
8+
**Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614
# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)
715

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

packages/f2-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-react",
3-
"version": "5.6.0",
3+
"version": "5.7.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.6.0",
20+
"@antv/f2": "5.7.0",
2121
"@babel/runtime": "^7.12.5",
2222
"tslib": "^2.3.1"
2323
},

packages/f2-wordcloud/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09)
7+
8+
**Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614
# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)
715

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

packages/f2-wordcloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2-wordcloud",
3-
"version": "5.6.0",
3+
"version": "5.7.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.6.0",
20+
"@antv/f2": "5.7.0",
2121
"@antv/util": "~3.3.0",
2222
"@babel/runtime": "^7.12.5",
2323
"tslib": "^2.3.1"

packages/f2/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.7.0](https://github.com/antvis/f2/compare/v5.6.0...v5.7.0) (2024-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复 Tooltip itemMarkerStyle 样式优先级 ([#2002](https://github.com/antvis/f2/issues/2002)) ([ee4f100](https://github.com/antvis/f2/commit/ee4f1003a9d36ae41eaa147e33db08cde032d888))
12+
13+
14+
### Features
15+
16+
* 增加onRangeChange回调函数 ([#2005](https://github.com/antvis/f2/issues/2005)) ([97ba27b](https://github.com/antvis/f2/commit/97ba27b697bd0128ca8bf8e0312ee646352ce178))
17+
18+
19+
20+
21+
622
# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)
723

824

packages/f2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f2",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"description": "Charts for mobile visualization.",
55
"keywords": [
66
"antv",

0 commit comments

Comments
 (0)