Skip to content

Commit bf5e6b0

Browse files
chore(main): release 0.4.7
1 parent 522ad07 commit bf5e6b0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.6"
2+
".": "0.4.7"
33
}

CHANGELOG.md

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

3+
## [0.4.7](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.6...v0.4.7) (2026-05-14)
4+
5+
6+
### Features
7+
8+
* add async variants for ViewModelListProperty mutation methods ([#238](https://github.com/rive-app/rive-nitro-react-native/issues/238)) ([522ad07](https://github.com/rive-app/rive-nitro-react-native/commit/522ad07ac6f77907d61e3bf61cc569a0b78e1495))
9+
10+
11+
### Bug Fixes
12+
13+
* **iOS:** resolve double optional type error in defaultArtboardViewModel ([#256](https://github.com/rive-app/rive-nitro-react-native/issues/256)) ([8e5d3ec](https://github.com/rive-app/rive-nitro-react-native/commit/8e5d3ecaa8109b952bfc0fc874e60cadaa5ece74)), closes [#255](https://github.com/rive-app/rive-nitro-react-native/issues/255)
14+
315
## [0.4.6](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.5...v0.4.6) (2026-04-23)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rive-app/react-native",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Rive React Native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)