Skip to content

Commit cc5fb6c

Browse files
committed
chore: release 0.2.2
1 parent 9fd4a8a commit cc5fb6c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## <small>0.2.2 (2025-09-10)</small>
4+
5+
* chore: bump version to match npm ([9fd4a8a](https://github.com/satya164/react-native-animated-observer/commit/9fd4a8a))
6+
* chore: update release-it config ([917cbba](https://github.com/satya164/react-native-animated-observer/commit/917cbba))
7+
* fix: accept interpolated and derived values for from ([76e0968](https://github.com/satya164/react-native-animated-observer/commit/76e0968))
8+
* fix: fix event manager being shared for multiple views ([5fa6c26](https://github.com/satya164/react-native-animated-observer/commit/5fa6c26))
9+
* refactor: update comments with workarounds for native driver ([4ac3ec1](https://github.com/satya164/react-native-animated-observer/commit/4ac3ec1))
10+
* docs: update README ([f842aa3](https://github.com/satya164/react-native-animated-observer/commit/f842aa3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-animated-observer",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A component that lets you observe value of an Animated or Reanimated values and convert between them",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)