Skip to content

Commit

Permalink
Merge branch 'v5.0.x' of github.com:antvis/F2 into v5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Sep 19, 2023
2 parents 32c23eb + 437c758 commit f76b421
Show file tree
Hide file tree
Showing 22 changed files with 158 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.32 (2023-09-07)

**Note:** Version bump only for package f2





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)


### Bug Fixes

* package name ([#1840](https://github.com/antvis/f2/issues/1840)) ([7d4f5d0](https://github.com/antvis/f2/commit/7d4f5d0d34bf251952bc86aa93fc183e6ba6f543))
* 修复 smooth 时,line 和 area 线条不一致。Closed: [#1835](https://github.com/antvis/f2/issues/1835) ([#1836](https://github.com/antvis/f2/issues/1836)) ([2b39b0c](https://github.com/antvis/f2/commit/2b39b0c3c31d9e34c8baefbe69e322a443a608bf))





## 5.0.30 (2023-08-28)

**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.0.30",
"version": "5.0.32",
"command": {
"bootstrap": {
"ci": false,
Expand Down
19 changes: 19 additions & 0 deletions packages/f2-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)


### Bug Fixes

* package name ([#1840](https://github.com/antvis/f2/issues/1840)) ([7d4f5d0](https://github.com/antvis/f2/commit/7d4f5d0d34bf251952bc86aa93fc183e6ba6f543))





## 5.0.30 (2023-08-28)

**Note:** Version bump only for package f2-algorithm
Expand Down
6 changes: 3 additions & 3 deletions packages/f2-algorithm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f2-algorithm",
"version": "5.0.30",
"name": "@antv/f2-algorithm",
"version": "5.0.32",
"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.0.30",
"@antv/f2": "5.0.32",
"jest-mock-random": "~1.1.1"
},
"homepage": "https://f2.antv.vision/zh/",
Expand Down
16 changes: 16 additions & 0 deletions packages/f2-my/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.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)

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





## 5.0.30 (2023-08-28)

**Note:** Version bump only for package @antv/f2-my
2 changes: 1 addition & 1 deletion packages/f2-my/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/f2-my",
"private": true,
"version": "5.0.30",
"version": "5.0.32",
"homepage": "https://github.com/antvis/f2",
"bugs": {
"url": "https://github.com/antvis/f2/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/f2-node/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.0.32 (2023-09-07)

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





## 5.0.30 (2023-08-28)

**Note:** Version bump only for package @antv/f2-node
Expand Down
2 changes: 1 addition & 1 deletion packages/f2-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/f2-node",
"private": true,
"version": "5.0.30",
"version": "5.0.32",
"homepage": "https://github.com/antvis/f2",
"bugs": {
"url": "https://github.com/antvis/f2/issues"
Expand Down
16 changes: 16 additions & 0 deletions packages/f2-react/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.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)

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





## 5.0.30 (2023-08-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.0.30",
"version": "5.0.32",
"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.0.30",
"@antv/f2": "5.0.32",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/f2-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)

**Note:** Version bump only for package @antv/f2-vue
2 changes: 1 addition & 1 deletion packages/f2-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/f2-vue",
"private": true,
"version": "5.0.30",
"version": "5.0.32",
"homepage": "https://github.com/antvis/f2",
"bugs": {
"url": "https://github.com/antvis/f2/issues"
Expand Down
16 changes: 16 additions & 0 deletions packages/f2-wordcloud/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.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)

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





## 5.0.30 (2023-08-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.0.30",
"version": "5.0.32",
"description": "F2 wordcloud extension",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
"wordcloud"
],
"dependencies": {
"@antv/f2": "5.0.30",
"@antv/f2": "5.0.32",
"@antv/util": "~3.3.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/f2-wx/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.0.32 (2023-09-07)

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





## 5.0.30 (2023-08-28)

**Note:** Version bump only for package @antv/f2-wx
2 changes: 1 addition & 1 deletion packages/f2-wx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/f2-wx",
"private": true,
"version": "5.0.30",
"version": "5.0.32",
"homepage": "https://github.com/antvis/f2",
"bugs": {
"url": "https://github.com/antvis/f2/issues"
Expand Down
19 changes: 19 additions & 0 deletions packages/f2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.32 (2023-09-07)

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





## [5.0.31](https://github.com/antvis/f2/compare/v5.0.30...v5.0.31) (2023-09-05)


### Bug Fixes

* 修复 smooth 时,line 和 area 线条不一致。Closed: [#1835](https://github.com/antvis/f2/issues/1835) ([#1836](https://github.com/antvis/f2/issues/1836)) ([2b39b0c](https://github.com/antvis/f2/commit/2b39b0c3c31d9e34c8baefbe69e322a443a608bf))





## 5.0.30 (2023-08-28)

**Note:** Version bump only for package @antv/f2
Expand Down
3 changes: 1 addition & 2 deletions packages/f2/jsx-dev-runtime.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
'use strict';
module.exports = require('@antv/f-engine/jsx-dev-runtime');
export * from '@antv/f-engine/jsx-dev-runtime';
3 changes: 1 addition & 2 deletions packages/f2/jsx-runtime.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
'use strict';
module.exports = require('@antv/f-engine/jsx-runtime');
export * from '@antv/f-engine/jsx-runtime';
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.0.30",
"version": "5.0.32",
"description": "Charts for mobile visualization.",
"keywords": [
"antv",
Expand Down
3 changes: 3 additions & 0 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ export default defineConfig({
],
playground: {
playgroundDidMount: 'window.initPlayground()',
dependencies: {
'@antv/f2': '5.x',
},
devDependencies: {
typescript: 'latest',
},
Expand Down

0 comments on commit f76b421

Please sign in to comment.