Skip to content

Commit cf678bb

Browse files
chore: release 0.7.2
1 parent af11e57 commit cf678bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>0.7.2 (2026-03-13)</small>
4+
5+
* fix: migrate release workflow to OIDC trusted publishing (#38) ([af11e57](https://github.com/LottieFiles/dotlottie-react-native/commit/af11e57)), closes [#38](https://github.com/LottieFiles/dotlottie-react-native/issues/38)
6+
* fix(ios): correct stateMachineUnsubscribe method name and signature (#30) ([cc0a738](https://github.com/LottieFiles/dotlottie-react-native/commit/cc0a738)), closes [#30](https://github.com/LottieFiles/dotlottie-react-native/issues/30)
7+
38
## <small>0.7.1 (2025-11-12)</small>
49

510
* fix: resolve race condition crash when rendering multiple DotLottie components (#31) ([438e868](https://github.com/LottieFiles/dotlottie-react-native/commit/438e868)), closes [#31](https://github.com/LottieFiles/dotlottie-react-native/issues/31)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/dotlottie-react-native",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)