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 May 13, 2024
1 parent 2679cdc commit 4f06561
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 12 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.

## [1.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)


### Bug Fixes

* resize时component 挂在最新context ([#266](https://github.com/antvis/FEngine/issues/266)) ([1c33297](https://github.com/antvis/FEngine/commit/1c33297c889c35143555818beb144c60df2fede6))
* resize精度 ([#265](https://github.com/antvis/FEngine/issues/265)) ([65b7ed5](https://github.com/antvis/FEngine/commit/65b7ed5fecffafd4877a9ec8c2f1ee6e6a74fb20))





# [1.3.0](https://github.com/antvis/FEngine/compare/v1.2.2...v1.3.0) (2024-04-10)


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.3.0",
"version": "1.3.1",
"command": {
"bootstrap": {
"ci": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/f-engine/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.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)


### Bug Fixes

* resize时component 挂在最新context ([#266](https://github.com/antvis/FEngine/issues/266)) ([1c33297](https://github.com/antvis/FEngine/commit/1c33297c889c35143555818beb144c60df2fede6))





# [1.3.0](https://github.com/antvis/FEngine/compare/v1.2.2...v1.3.0) (2024-04-10)


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.3.0",
"version": "1.3.1",
"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.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

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





# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)

**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.3.0",
"version": "1.3.1",
"description": "FEngine for Lottie",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"lottie"
],
"dependencies": {
"@antv/f-engine": "1.3.0",
"@antv/f-engine": "1.3.1",
"@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.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

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





# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)

**Note:** Version bump only for package @antv/f-my
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.3.0",
"version": "1.3.1",
"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.3.0",
"@antv/f-engine": "1.3.1",
"@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.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)


### Bug Fixes

* resize精度 ([#265](https://github.com/antvis/f2/issues/265)) ([65b7ed5](https://github.com/antvis/f2/commit/65b7ed5fecffafd4877a9ec8c2f1ee6e6a74fb20))





# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)

**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.3.0",
"version": "1.3.1",
"description": "FEngine for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"react"
],
"dependencies": {
"@antv/f-engine": "1.3.0",
"@antv/f-engine": "1.3.1",
"@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.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

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





# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)

**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.3.0",
"version": "1.3.1",
"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.3.0",
"@antv/f-engine": "1.3.1",
"@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.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)

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





# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)

**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.3.0",
"version": "1.3.1",
"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.3.0",
"@antv/f-engine": "1.3.1",
"@babel/runtime": "^7.12.5",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit 4f06561

Please sign in to comment.