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 Oct 26, 2023
1 parent 1ab4e67 commit 72c8ac3
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 12 deletions.
17 changes: 17 additions & 0 deletions 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.

# [1.1.0](https://github.com/antvis/FEngine/compare/v1.0.12...v1.1.0) (2023-10-26)


### Bug Fixes

* **shape:** 修复 sector & arc 角度从非 0 到 0 不更新 ([#245](https://github.com/antvis/FEngine/issues/245)) ([13afa9f](https://github.com/antvis/FEngine/commit/13afa9f1c077af8a78158ceeb7d7e1b7032d0d06))
* update 动画 ([#244](https://github.com/antvis/FEngine/issues/244)) ([5c64d3e](https://github.com/antvis/FEngine/commit/5c64d3ebc65d67624ff43ef9fa087eb09d55c8ed))


### Features

* autoFit自动resize ([#243](https://github.com/antvis/FEngine/issues/243)) ([8391fd8](https://github.com/antvis/FEngine/commit/8391fd861d635407a3e0953842c0d2087d3ac6be))





## [1.0.12](https://github.com/antvis/FEngine/compare/v1.0.11...v1.0.12) (2023-10-09)


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": "1.0.12",
"version": "1.1.0",
"command": {
"bootstrap": {
"ci": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/f-engine/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.

# [1.1.0](https://github.com/antvis/FEngine/compare/v1.0.12...v1.1.0) (2023-10-26)


### Bug Fixes

* **shape:** 修复 sector & arc 角度从非 0 到 0 不更新 ([#245](https://github.com/antvis/FEngine/issues/245)) ([13afa9f](https://github.com/antvis/FEngine/commit/13afa9f1c077af8a78158ceeb7d7e1b7032d0d06))
* update 动画 ([#244](https://github.com/antvis/FEngine/issues/244)) ([5c64d3e](https://github.com/antvis/FEngine/commit/5c64d3ebc65d67624ff43ef9fa087eb09d55c8ed))





## [1.0.11](https://github.com/antvis/FEngine/compare/v1.0.10...v1.0.11) (2023-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/f-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-engine",
"version": "1.0.11",
"version": "1.1.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/f-lottie/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.

# [1.1.0](https://github.com/antvis/f2/compare/v1.0.12...v1.1.0) (2023-10-26)

**Note:** Version bump only for package @antv/f-lottie





## [1.0.11](https://github.com/antvis/f2/compare/v1.0.10...v1.0.11) (2023-10-07)

**Note:** Version bump only for package @antv/f-lottie
Expand Down
4 changes: 2 additions & 2 deletions packages/f-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-lottie",
"version": "1.0.11",
"version": "1.1.0",
"description": "FEngine for Lottie",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"lottie"
],
"dependencies": {
"@antv/f-engine": "1.0.11",
"@antv/f-engine": "1.1.0",
"@antv/g-lottie-player": "~0.2.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/f-my/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.

# [1.1.0](https://github.com/antvis/f2/compare/v1.0.12...v1.1.0) (2023-10-26)

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





## [1.0.12](https://github.com/antvis/f2/compare/v1.0.11...v1.0.12) (2023-10-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/f-my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-my",
"version": "1.0.12",
"version": "1.1.0",
"description": "FEngine for alipay mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -17,7 +17,7 @@
"alipay"
],
"dependencies": {
"@antv/f-engine": "1.0.11",
"@antv/f-engine": "1.1.0",
"@antv/f2-context": "~0.0.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/f-react/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.

# [1.1.0](https://github.com/antvis/f2/compare/v1.0.12...v1.1.0) (2023-10-26)


### Features

* autoFit自动resize ([#243](https://github.com/antvis/f2/issues/243)) ([8391fd8](https://github.com/antvis/f2/commit/8391fd861d635407a3e0953842c0d2087d3ac6be))





## [1.0.11](https://github.com/antvis/f2/compare/v1.0.10...v1.0.11) (2023-10-07)

**Note:** Version bump only for package @antv/f-react
Expand Down
4 changes: 2 additions & 2 deletions packages/f-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-react",
"version": "1.0.11",
"version": "1.1.0",
"description": "FEngine for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"react"
],
"dependencies": {
"@antv/f-engine": "1.0.11",
"@antv/f-engine": "1.1.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/f-vue/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.

# [1.1.0](https://github.com/antvis/f2/compare/v1.0.12...v1.1.0) (2023-10-26)

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





## [1.0.11](https://github.com/antvis/f2/compare/v1.0.10...v1.0.11) (2023-10-07)

**Note:** Version bump only for package @antv/f-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/f-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-vue",
"version": "1.0.11",
"version": "1.1.0",
"description": "FEngine for Vue.js",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"vue"
],
"dependencies": {
"@antv/f-engine": "1.0.11",
"@antv/f-engine": "1.1.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/f-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.

# [1.1.0](https://github.com/antvis/f2/compare/v1.0.12...v1.1.0) (2023-10-26)

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





## [1.0.11](https://github.com/antvis/f2/compare/v1.0.10...v1.0.11) (2023-10-07)

**Note:** Version bump only for package @antv/f-wx
Expand Down
4 changes: 2 additions & 2 deletions packages/f-wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f-wx",
"version": "1.0.11",
"version": "1.1.0",
"description": "FEngine for weixin mini-program",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -18,7 +18,7 @@
"weixin"
],
"dependencies": {
"@antv/f-engine": "1.0.11",
"@antv/f-engine": "1.1.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit 72c8ac3

Please sign in to comment.