Skip to content

Commit

Permalink
🤖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 2, 2024
1 parent 6012d0f commit a52e73d
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)


### Bug Fixes

* legend resize ([#1912](https://github.com/antvis/f2/issues/1912)) ([8d57a2c](https://github.com/antvis/f2/commit/8d57a2ce8fb3ad67a9f6b5934021585d8ec6a85c))


### Features

* tooltip自动换行 ([#1911](https://github.com/antvis/f2/issues/1911)) ([2aaa51f](https://github.com/antvis/f2/commit/2aaa51f69594a79738806b0d2534abad327e935f))





# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.1.0",
"version": "5.2.0",
"command": {
"bootstrap": {
"ci": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/f2-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)

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





# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)

**Note:** Version bump only for package @antv/f2-algorithm
Expand Down
4 changes: 2 additions & 2 deletions packages/f2-algorithm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-algorithm",
"version": "5.1.0",
"version": "5.2.0",
"description": "F2 algorithm extension",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@antv/f-test-utils": "^1.0.1",
"@antv/f2": "5.1.0",
"@antv/f2": "5.2.0",
"jest-mock-random": "~1.1.1"
},
"homepage": "https://f2.antv.vision/zh/",
Expand Down
8 changes: 8 additions & 0 deletions packages/f2-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)

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





# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)

**Note:** Version bump only for package @antv/f2-react
Expand Down
4 changes: 2 additions & 2 deletions packages/f2-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-react",
"version": "5.1.0",
"version": "5.2.0",
"description": "F2 for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"@antv/f-react": "^1.0.1",
"@antv/f2": "5.1.0",
"@antv/f2": "5.2.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/f2-wordcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)

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





# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)

**Note:** Version bump only for package @antv/f2-wordcloud
Expand Down
4 changes: 2 additions & 2 deletions packages/f2-wordcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2-wordcloud",
"version": "5.1.0",
"version": "5.2.0",
"description": "F2 wordcloud extension",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
"wordcloud"
],
"dependencies": {
"@antv/f2": "5.1.0",
"@antv/f2": "5.2.0",
"@antv/util": "~3.3.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/f2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/antvis/f2/compare/v5.1.0...v5.2.0) (2024-01-02)


### Bug Fixes

* legend resize ([#1912](https://github.com/antvis/f2/issues/1912)) ([8d57a2c](https://github.com/antvis/f2/commit/8d57a2ce8fb3ad67a9f6b5934021585d8ec6a85c))


### Features

* tooltip自动换行 ([#1911](https://github.com/antvis/f2/issues/1911)) ([2aaa51f](https://github.com/antvis/f2/commit/2aaa51f69594a79738806b0d2534abad327e935f))





# [5.1.0](https://github.com/antvis/f2/compare/v5.0.39...v5.1.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/f2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "5.1.0",
"version": "5.2.0",
"description": "Charts for mobile visualization.",
"keywords": [
"antv",
Expand Down

0 comments on commit a52e73d

Please sign in to comment.