From 6acdc52dd5ca686701fe7ee0a2a264e935c0174b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:28:57 +0000 Subject: [PATCH] chore: release --- .changeset/olive-donkeys-shave.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/olive-donkeys-shave.md diff --git a/.changeset/olive-donkeys-shave.md b/.changeset/olive-donkeys-shave.md deleted file mode 100644 index 83757b5..0000000 --- a/.changeset/olive-donkeys-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lottiefiles/dotlottie-react-native': patch ---- - -fix(android): keep animations rendering after navigating away and back diff --git a/CHANGELOG.md b/CHANGELOG.md index 616d064..9427b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.11.1 +### Patch Changes + + + +- [#75](https://github.com/LottieFiles/dotlottie-react-native/pull/75) [`16ee27c`](https://github.com/LottieFiles/dotlottie-react-native/commit/16ee27c93dcd925bff5b0ced871d21827b9325a3) Thanks [@theashraf](https://github.com/theashraf)! - fix(android): keep animations rendering after navigating away and back + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index bea7e75..0ad0764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-react-native", - "version": "0.11.0", + "version": "0.11.1", "description": "dotlottie react native", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",