Skip to content

Commit

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

# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)


### Bug Fixes

* 修改注入版本插件 ([#1999](https://github.com/antvis/f2/issues/1999)) ([0d9fe7d](https://github.com/antvis/f2/commit/0d9fe7d813c286d6d37fad5407546677cf8fadb6))
* 升级action-artifact ([#1997](https://github.com/antvis/f2/issues/1997)) ([73c4ff6](https://github.com/antvis/f2/commit/73c4ff6e8812937e9271e34cb3c2f031d955c934))


### Features

* export version ([#1996](https://github.com/antvis/f2/issues/1996)) ([787abb2](https://github.com/antvis/f2/commit/787abb2898cd6f19bcbfef089e7fc7497195990f))
* 增加阶梯图 ([#1998](https://github.com/antvis/f2/issues/1998)) ([e0ccc98](https://github.com/antvis/f2/commit/e0ccc98950985196d406141cc51bfbb5e8168a37))





## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10)

**Note:** Version bump only for package f2
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.5.2",
"version": "5.6.0",
"command": {
"bootstrap": {
"ci": false,
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.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)

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





## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10)

**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.5.2",
"version": "5.6.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.5.2",
"@antv/f2": "5.6.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.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)

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





## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10)

**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.5.2",
"version": "5.6.0",
"description": "F2 wordcloud extension",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
"wordcloud"
],
"dependencies": {
"@antv/f2": "5.5.2",
"@antv/f2": "5.6.0",
"@antv/util": "~3.3.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/f2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.6.0](https://github.com/antvis/f2/compare/v5.5.2...v5.6.0) (2024-09-19)


### Bug Fixes

* 修改注入版本插件 ([#1999](https://github.com/antvis/f2/issues/1999)) ([0d9fe7d](https://github.com/antvis/f2/commit/0d9fe7d813c286d6d37fad5407546677cf8fadb6))


### Features

* export version ([#1996](https://github.com/antvis/f2/issues/1996)) ([787abb2](https://github.com/antvis/f2/commit/787abb2898cd6f19bcbfef089e7fc7497195990f))
* 增加阶梯图 ([#1998](https://github.com/antvis/f2/issues/1998)) ([e0ccc98](https://github.com/antvis/f2/commit/e0ccc98950985196d406141cc51bfbb5e8168a37))





## [5.5.2](https://github.com/antvis/f2/compare/v5.5.1...v5.5.2) (2024-07-10)

**Note:** Version bump only for package @antv/f2
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.5.2",
"version": "5.6.0",
"description": "Charts for mobile visualization.",
"keywords": [
"antv",
Expand Down

0 comments on commit cd44a23

Please sign in to comment.