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 Oct 16, 2024
1 parent 240ca86 commit 6d93954
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.3](https://github.com/antvis/f2/compare/v5.7.0...v5.7.3) (2024-10-16)


### Bug Fixes

* version --yes ([77c184f](https://github.com/antvis/f2/commit/77c184f7af9706918faadb465284fcb23b104ac3))
* 调整获取版本时机 ([#2009](https://github.com/antvis/f2/issues/2009)) ([f74c17b](https://github.com/antvis/f2/commit/f74c17b362a79e4871f2ef6bfd2f586ee8427eae))





## [5.7.2](https://github.com/antvis/f2/compare/v5.7.0...v5.7.2) (2024-10-15)


Expand Down
12 changes: 8 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "5.7.0",
"packages": [
"packages/*"
],
"version": "5.7.3",
"command": {
"bootstrap": {
"ci": false,
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
},
"publish": {
"commitHooks": false,
Expand All @@ -14,4 +18,4 @@
"exact": true
}
}
}
}
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.7.3](https://github.com/antvis/f2/compare/v5.7.0...v5.7.3) (2024-10-16)

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





## [5.7.2](https://github.com/antvis/f2/compare/v5.7.0...v5.7.2) (2024-10-15)

**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.7.2",
"version": "5.7.3",
"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.7.2",
"@antv/f2": "5.7.3",
"@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.7.3](https://github.com/antvis/f2/compare/v5.7.0...v5.7.3) (2024-10-16)

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





## [5.7.2](https://github.com/antvis/f2/compare/v5.7.0...v5.7.2) (2024-10-15)

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

## [5.7.3](https://github.com/antvis/f2/compare/v5.7.0...v5.7.3) (2024-10-16)


### Bug Fixes

* 调整获取版本时机 ([#2009](https://github.com/antvis/f2/issues/2009)) ([f74c17b](https://github.com/antvis/f2/commit/f74c17b362a79e4871f2ef6bfd2f586ee8427eae))





## [5.7.2](https://github.com/antvis/f2/compare/v5.7.0...v5.7.2) (2024-10-15)


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.7.2",
"version": "5.7.3",
"description": "Charts for mobile visualization.",
"keywords": [
"antv",
Expand Down

0 comments on commit 6d93954

Please sign in to comment.