Skip to content

Commit eb7f403

Browse files
chore: release 0.7.0
1 parent 3b64b6d commit eb7f403

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+
## 0.7.0 (2025-10-22)
4+
5+
* chore: remove unit tests step from release workflow (#27) ([3b64b6d](https://github.com/LottieFiles/dotlottie-react-native/commit/3b64b6d)), closes [#27](https://github.com/LottieFiles/dotlottie-react-native/issues/27)
6+
* feat: add new architecture support via Legacy Interop (#26) ([ab7506c](https://github.com/LottieFiles/dotlottie-react-native/commit/ab7506c)), closes [#26](https://github.com/LottieFiles/dotlottie-react-native/issues/26)
7+
38
## <small>0.6.1 (2025-10-21)</small>
49

510
* fix: change event handlers to RCTDirectEventBlock(#24) (#25) ([a17226e](https://github.com/LottieFiles/dotlottie-react-native/commit/a17226e)), closes [#24](https://github.com/LottieFiles/dotlottie-react-native/issues/24) [#25](https://github.com/LottieFiles/dotlottie-react-native/issues/25) [#24](https://github.com/LottieFiles/dotlottie-react-native/issues/24)

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.6.1",
3+
"version": "0.7.0",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)