diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7196d..00322be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/antvis/FEngine/compare/v1.3.3...v1.3.4) (2024-07-15) + + +### Bug Fixes + +* 修复重播暂停播放情况 ([#279](https://github.com/antvis/FEngine/issues/279)) ([9a5fbbb](https://github.com/antvis/FEngine/commit/9a5fbbb1b11ad3cdab7820bc23aa05860d281515)) + + + + + ## [1.3.3](https://github.com/antvis/FEngine/compare/v1.3.2...v1.3.3) (2024-07-10) diff --git a/lerna.json b/lerna.json index f0dc95b..602a378 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.3.3", + "version": "1.3.4", "command": { "bootstrap": { "ci": false, diff --git a/packages/f-engine/CHANGELOG.md b/packages/f-engine/CHANGELOG.md index a232a10..3abe079 100644 --- a/packages/f-engine/CHANGELOG.md +++ b/packages/f-engine/CHANGELOG.md @@ -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.4](https://github.com/antvis/FEngine/compare/v1.3.3...v1.3.4) (2024-07-15) + + +### Bug Fixes + +* 修复重播暂停播放情况 ([#279](https://github.com/antvis/FEngine/issues/279)) ([9a5fbbb](https://github.com/antvis/FEngine/commit/9a5fbbb1b11ad3cdab7820bc23aa05860d281515)) + + + + + ## [1.3.3](https://github.com/antvis/FEngine/compare/v1.3.2...v1.3.3) (2024-07-10) diff --git a/packages/f-engine/package.json b/packages/f-engine/package.json index f155764..afcef41 100644 --- a/packages/f-engine/package.json +++ b/packages/f-engine/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-engine", - "version": "1.3.3", + "version": "1.3.4", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/packages/f-lottie/CHANGELOG.md b/packages/f-lottie/CHANGELOG.md index 8f14a00..f5e092f 100644 --- a/packages/f-lottie/CHANGELOG.md +++ b/packages/f-lottie/CHANGELOG.md @@ -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.4](https://github.com/antvis/f2/compare/v1.3.3...v1.3.4) (2024-07-15) + +**Note:** Version bump only for package @antv/f-lottie + + + + + ## [1.3.3](https://github.com/antvis/f2/compare/v1.3.2...v1.3.3) (2024-07-10) **Note:** Version bump only for package @antv/f-lottie diff --git a/packages/f-lottie/package.json b/packages/f-lottie/package.json index 6ba30e7..4fd53e2 100644 --- a/packages/f-lottie/package.json +++ b/packages/f-lottie/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-lottie", - "version": "1.3.3", + "version": "1.3.4", "description": "FEngine for Lottie", "main": "lib/index.js", "module": "es/index.js", @@ -15,7 +15,7 @@ "lottie" ], "dependencies": { - "@antv/f-engine": "1.3.3", + "@antv/f-engine": "1.3.4", "@antv/g-lottie-player": "~0.2.0", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" diff --git a/packages/f-my/CHANGELOG.md b/packages/f-my/CHANGELOG.md index f0d5ab4..abfe7ae 100644 --- a/packages/f-my/CHANGELOG.md +++ b/packages/f-my/CHANGELOG.md @@ -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.4](https://github.com/antvis/f2/compare/v1.3.3...v1.3.4) (2024-07-15) + +**Note:** Version bump only for package @antv/f-my + + + + + ## [1.3.3](https://github.com/antvis/f2/compare/v1.3.2...v1.3.3) (2024-07-10) **Note:** Version bump only for package @antv/f-my diff --git a/packages/f-my/package.json b/packages/f-my/package.json index 379aef5..554a424 100644 --- a/packages/f-my/package.json +++ b/packages/f-my/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-my", - "version": "1.3.3", + "version": "1.3.4", "description": "FEngine for alipay mini-program", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "alipay" ], "dependencies": { - "@antv/f-engine": "1.3.3", + "@antv/f-engine": "1.3.4", "@antv/f2-context": "~0.0.1", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" diff --git a/packages/f-react/CHANGELOG.md b/packages/f-react/CHANGELOG.md index 2a2e88e..dc44843 100644 --- a/packages/f-react/CHANGELOG.md +++ b/packages/f-react/CHANGELOG.md @@ -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.4](https://github.com/antvis/f2/compare/v1.3.3...v1.3.4) (2024-07-15) + +**Note:** Version bump only for package @antv/f-react + + + + + ## [1.3.3](https://github.com/antvis/f2/compare/v1.3.2...v1.3.3) (2024-07-10) **Note:** Version bump only for package @antv/f-react diff --git a/packages/f-react/package.json b/packages/f-react/package.json index 55f81f7..bfb9040 100644 --- a/packages/f-react/package.json +++ b/packages/f-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-react", - "version": "1.3.3", + "version": "1.3.4", "description": "FEngine for React", "main": "lib/index.js", "module": "es/index.js", @@ -16,7 +16,7 @@ "react" ], "dependencies": { - "@antv/f-engine": "1.3.3", + "@antv/f-engine": "1.3.4", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f-vue/CHANGELOG.md b/packages/f-vue/CHANGELOG.md index 2aad335..34b273c 100644 --- a/packages/f-vue/CHANGELOG.md +++ b/packages/f-vue/CHANGELOG.md @@ -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.4](https://github.com/antvis/f2/compare/v1.3.3...v1.3.4) (2024-07-15) + +**Note:** Version bump only for package @antv/f-vue + + + + + ## [1.3.3](https://github.com/antvis/f2/compare/v1.3.2...v1.3.3) (2024-07-10) **Note:** Version bump only for package @antv/f-vue diff --git a/packages/f-vue/package.json b/packages/f-vue/package.json index 5d06bc2..b76845d 100644 --- a/packages/f-vue/package.json +++ b/packages/f-vue/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-vue", - "version": "1.3.3", + "version": "1.3.4", "description": "FEngine for Vue.js", "main": "lib/index.js", "module": "es/index.js", @@ -16,7 +16,7 @@ "vue" ], "dependencies": { - "@antv/f-engine": "1.3.3", + "@antv/f-engine": "1.3.4", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, diff --git a/packages/f-wx/CHANGELOG.md b/packages/f-wx/CHANGELOG.md index 286f7ea..0d6d75d 100644 --- a/packages/f-wx/CHANGELOG.md +++ b/packages/f-wx/CHANGELOG.md @@ -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.4](https://github.com/antvis/f2/compare/v1.3.3...v1.3.4) (2024-07-15) + +**Note:** Version bump only for package @antv/f-wx + + + + + ## [1.3.3](https://github.com/antvis/f2/compare/v1.3.2...v1.3.3) (2024-07-10) **Note:** Version bump only for package @antv/f-wx diff --git a/packages/f-wx/package.json b/packages/f-wx/package.json index 99d8afe..bd34c36 100644 --- a/packages/f-wx/package.json +++ b/packages/f-wx/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f-wx", - "version": "1.3.3", + "version": "1.3.4", "description": "FEngine for weixin mini-program", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "weixin" ], "dependencies": { - "@antv/f-engine": "1.3.3", + "@antv/f-engine": "1.3.4", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" },