Skip to content

Commit 3b5335d

Browse files
runnerrunner
authored andcommitted
🤖 publish
1 parent cf2a22f commit 3b5335d

File tree

10 files changed

+58
-8
lines changed

10 files changed

+58
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **Axis:** 坐标轴文本超界自动对齐 ([#1918](https://github.com/antvis/f2/issues/1918)) ([7bb11e3](https://github.com/antvis/f2/commit/7bb11e335660072730cf6a2d62b97f74afd98028))
12+
* **candlestick:** 蜡烛图开盘价收盘价一致时,颜色用上个交易日的比较 ([#1917](https://github.com/antvis/f2/issues/1917)) ([2446f22](https://github.com/antvis/f2/commit/2446f2280181353ed56bd9fc8e79b6a1d1460a8a))
13+
* 快扫动画进行中时,修改数据,图表显示异常 ([#1916](https://github.com/antvis/f2/issues/1916)) ([095ce5f](https://github.com/antvis/f2/commit/095ce5fff5e16a3bcc9045dee3d4b94b4920e443))
14+
15+
16+
17+
18+
619
# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
720

821

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.2.0",
4+
"version": "5.2.1",
55
"command": {
66
"bootstrap": {
77
"ci": false,

packages/f2-algorithm/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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
7+
8+
**Note:** Version bump only for package @antv/f2-algorithm
9+
10+
11+
12+
13+
614
# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
715

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

packages/f2-algorithm/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-algorithm",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "F2 algorithm extension",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@antv/f-test-utils": "^1.0.1",
25-
"@antv/f2": "5.2.0",
25+
"@antv/f2": "5.2.1",
2626
"jest-mock-random": "~1.1.1"
2727
},
2828
"homepage": "https://f2.antv.vision/zh/",

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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
7+
8+
**Note:** Version bump only for package @antv/f2-react
9+
10+
11+
12+
13+
614
# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
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.2.0",
3+
"version": "5.2.1",
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.2.0",
20+
"@antv/f2": "5.2.1",
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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
7+
8+
**Note:** Version bump only for package @antv/f2-wordcloud
9+
10+
11+
12+
13+
614
# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
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.2.0",
3+
"version": "5.2.1",
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.2.0",
20+
"@antv/f2": "5.2.1",
2121
"@antv/util": "~3.3.0",
2222
"@babel/runtime": "^7.12.5",
2323
"tslib": "^2.3.1"

packages/f2/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.1](https://github.com/antvis/f2/compare/v5.2.0...v5.2.1) (2024-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **Axis:** 坐标轴文本超界自动对齐 ([#1918](https://github.com/antvis/f2/issues/1918)) ([7bb11e3](https://github.com/antvis/f2/commit/7bb11e335660072730cf6a2d62b97f74afd98028))
12+
* **candlestick:** 蜡烛图开盘价收盘价一致时,颜色用上个交易日的比较 ([#1917](https://github.com/antvis/f2/issues/1917)) ([2446f22](https://github.com/antvis/f2/commit/2446f2280181353ed56bd9fc8e79b6a1d1460a8a))
13+
* 快扫动画进行中时,修改数据,图表显示异常 ([#1916](https://github.com/antvis/f2/issues/1916)) ([095ce5f](https://github.com/antvis/f2/commit/095ce5fff5e16a3bcc9045dee3d4b94b4920e443))
14+
15+
16+
17+
18+
619
# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)
720

821

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.2.0",
3+
"version": "5.2.1",
44
"description": "Charts for mobile visualization.",
55
"keywords": [
66
"antv",

0 commit comments

Comments
 (0)