Skip to content

Commit 0ebb7ed

Browse files
AnkaAnka
authored andcommitted
🤖 publish
1 parent 004194d commit 0ebb7ed

14 files changed

Lines changed: 74 additions & 12 deletions

File tree

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.8.2](https://github.com/antvis/FEngine/compare/v1.8.1...v1.8.2) (2025-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复多层嵌套flex布局判断 ([#345](https://github.com/antvis/FEngine/issues/345)) ([76e3ac3](https://github.com/antvis/FEngine/commit/76e3ac3f472fc4e008c4e24eaf8de04d087acad1))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/antvis/FEngine/compare/v1.8.0...v1.8.1) (2025-08-05)
718

819

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.8.1",
4+
"version": "1.8.2",
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.8.2](https://github.com/antvis/FEngine/compare/v1.8.1...v1.8.2) (2025-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复多层嵌套flex布局判断 ([#345](https://github.com/antvis/FEngine/issues/345)) ([76e3ac3](https://github.com/antvis/FEngine/commit/76e3ac3f472fc4e008c4e24eaf8de04d087acad1))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/antvis/FEngine/compare/v1.8.0...v1.8.1) (2025-08-05)
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.8.1",
3+
"version": "1.8.2",
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.8.2](https://github.com/antvis/f2/compare/v1.8.1...v1.8.2) (2025-08-22)
7+
8+
**Note:** Version bump only for package @antv/f-lottie
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/antvis/f2/compare/v1.8.0...v1.8.1) (2025-08-05)
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.8.1",
3+
"version": "1.8.2",
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.8.1",
18+
"@antv/f-engine": "1.8.2",
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.8.2](https://github.com/antvis/f2/compare/v1.8.1...v1.8.2) (2025-08-22)
7+
8+
**Note:** Version bump only for package @antv/f-my
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/antvis/f2/compare/v1.8.0...v1.8.1) (2025-08-05)
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.8.1",
3+
"version": "1.8.2",
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.8.1",
20+
"@antv/f-engine": "1.8.2",
2121
"@babel/runtime": "^7.12.5",
2222
"tslib": "^2.3.1"
2323
},

packages/f-react/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.8.2](https://github.com/antvis/f2/compare/v1.8.1...v1.8.2) (2025-08-22)
7+
8+
**Note:** Version bump only for package @antv/f-react
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/antvis/f2/compare/v1.8.0...v1.8.1) (2025-08-05)
715

816
**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.8.1",
3+
"version": "1.8.2",
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.8.1",
19+
"@antv/f-engine": "1.8.2",
2020
"@babel/runtime": "^7.12.5",
2121
"tslib": "^2.3.1"
2222
},

0 commit comments

Comments
 (0)