Skip to content

Commit 4f06561

Browse files
AnkaAnka
authored andcommitted
🤖 publish
1 parent 2679cdc commit 4f06561

14 files changed

Lines changed: 78 additions & 12 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* resize时component 挂在最新context ([#266](https://github.com/antvis/FEngine/issues/266)) ([1c33297](https://github.com/antvis/FEngine/commit/1c33297c889c35143555818beb144c60df2fede6))
12+
* resize精度 ([#265](https://github.com/antvis/FEngine/issues/265)) ([65b7ed5](https://github.com/antvis/FEngine/commit/65b7ed5fecffafd4877a9ec8c2f1ee6e6a74fb20))
13+
14+
15+
16+
17+
618
# [1.3.0](https://github.com/antvis/FEngine/compare/v1.2.2...v1.3.0) (2024-04-10)
719

820

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"command": {
66
"bootstrap": {
77
"ci": false,

‎packages/f-engine/CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/antvis/FEngine/compare/v1.3.0...v1.3.1) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* resize时component 挂在最新context ([#266](https://github.com/antvis/FEngine/issues/266)) ([1c33297](https://github.com/antvis/FEngine/commit/1c33297c889c35143555818beb144c60df2fede6))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/antvis/FEngine/compare/v1.2.2...v1.3.0) (2024-04-10)
718

819

‎packages/f-engine/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-engine",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",

‎packages/f-lottie/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)
7+
8+
**Note:** Version bump only for package @antv/f-lottie
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)
715

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

‎packages/f-lottie/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-lottie",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "FEngine for Lottie",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -15,7 +15,7 @@
1515
"lottie"
1616
],
1717
"dependencies": {
18-
"@antv/f-engine": "1.3.0",
18+
"@antv/f-engine": "1.3.1",
1919
"@antv/g-lottie-player": "~0.2.0",
2020
"@babel/runtime": "^7.12.5",
2121
"tslib": "^2.3.1"

‎packages/f-my/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)
7+
8+
**Note:** Version bump only for package @antv/f-my
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)
715

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

‎packages/f-my/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-my",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "FEngine for alipay mini-program",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
"alipay"
1818
],
1919
"dependencies": {
20-
"@antv/f-engine": "1.3.0",
20+
"@antv/f-engine": "1.3.1",
2121
"@antv/f2-context": "~0.0.1",
2222
"@babel/runtime": "^7.12.5",
2323
"tslib": "^2.3.1"

‎packages/f-react/CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/antvis/f2/compare/v1.3.0...v1.3.1) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* resize精度 ([#265](https://github.com/antvis/f2/issues/265)) ([65b7ed5](https://github.com/antvis/f2/commit/65b7ed5fecffafd4877a9ec8c2f1ee6e6a74fb20))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/antvis/f2/compare/v1.2.2...v1.3.0) (2024-04-10)
718

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

‎packages/f-react/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/f-react",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "FEngine for React",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -16,7 +16,7 @@
1616
"react"
1717
],
1818
"dependencies": {
19-
"@antv/f-engine": "1.3.0",
19+
"@antv/f-engine": "1.3.1",
2020
"@babel/runtime": "^7.12.5",
2121
"tslib": "^2.3.1"
2222
},

0 commit comments

Comments
 (0)