Skip to content

Commit

Permalink
🤖 publish
Browse files Browse the repository at this point in the history
runner authored and runner committed Sep 14, 2023
1 parent 8b69db5 commit 6a1660a
Showing 14 changed files with 74 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/FEngine/compare/v1.0.9...v1.0.10) (2023-09-14)


### Bug Fixes

* 动画闪烁问题 ([#232](https://github.com/antvis/FEngine/issues/232)) ([d17c9eb](https://github.com/antvis/FEngine/commit/d17c9eb14c222a406d542fdcc050deb6f0128648))





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package f-engine
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.9",
"version": "1.0.10",
"command": {
"bootstrap": {
"ci": false,
11 changes: 11 additions & 0 deletions packages/f-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/FEngine/compare/v1.0.9...v1.0.10) (2023-09-14)


### Bug Fixes

* 动画闪烁问题 ([#232](https://github.com/antvis/FEngine/issues/232)) ([d17c9eb](https://github.com/antvis/FEngine/commit/d17c9eb14c222a406d542fdcc050deb6f0128648))





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-engine
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.9",
"version": "1.0.10",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
8 changes: 8 additions & 0 deletions packages/f-lottie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/f2/compare/v1.0.9...v1.0.10) (2023-09-14)

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





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-lottie
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.9",
"version": "1.0.10",
"description": "FEngine for Lottie",
"main": "lib/index.js",
"module": "es/index.js",
@@ -15,7 +15,7 @@
"lottie"
],
"dependencies": {
"@antv/f-engine": "1.0.9",
"@antv/f-engine": "1.0.10",
"@antv/g-lottie-player": "~0.2.0",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
8 changes: 8 additions & 0 deletions packages/f-my/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/f2/compare/v1.0.9...v1.0.10) (2023-09-14)

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





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-my
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.9",
"version": "1.0.10",
"description": "FEngine for alipay mini-program",
"main": "lib/index.js",
"module": "es/index.js",
@@ -17,7 +17,7 @@
"alipay"
],
"dependencies": {
"@antv/f-engine": "1.0.9",
"@antv/f-engine": "1.0.10",
"@antv/f2-context": "~0.0.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
8 changes: 8 additions & 0 deletions packages/f-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/f2/compare/v1.0.9...v1.0.10) (2023-09-14)

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





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-react
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.9",
"version": "1.0.10",
"description": "FEngine for React",
"main": "lib/index.js",
"module": "es/index.js",
@@ -16,7 +16,7 @@
"react"
],
"dependencies": {
"@antv/f-engine": "1.0.9",
"@antv/f-engine": "1.0.10",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
8 changes: 8 additions & 0 deletions packages/f-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/f2/compare/v1.0.9...v1.0.10) (2023-09-14)

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





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-vue
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.9",
"version": "1.0.10",
"description": "FEngine for Vue.js",
"main": "lib/index.js",
"module": "es/index.js",
@@ -16,7 +16,7 @@
"vue"
],
"dependencies": {
"@antv/f-engine": "1.0.9",
"@antv/f-engine": "1.0.10",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
8 changes: 8 additions & 0 deletions packages/f-wx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.10](https://github.com/antvis/f2/compare/v1.0.9...v1.0.10) (2023-09-14)

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





## 1.0.9 (2023-09-11)

**Note:** Version bump only for package @antv/f-wx
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.9",
"version": "1.0.10",
"description": "FEngine for weixin mini-program",
"main": "lib/index.js",
"module": "es/index.js",
@@ -18,7 +18,7 @@
"weixin"
],
"dependencies": {
"@antv/f-engine": "1.0.9",
"@antv/f-engine": "1.0.10",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},

0 comments on commit 6a1660a

Please sign in to comment.