Skip to content

Commit 4fb46a1

Browse files
chore(main): release 0.4.0 (#200)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.4...v0.4.0) (2026-03-30) ### ⚠ BREAKING CHANGES * hooks start undefined, useViewModelInstance returns {instance, error} ([#184](#184)) ### Bug Fixes * hooks start undefined, useViewModelInstance returns {instance, error} ([#184](#184)) ([059e5f4](059e5f4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 059e5f4 commit 4fb46a1

3 files changed

Lines changed: 13 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.3.4"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/rive-app/rive-nitro-react-native/compare/v0.3.4...v0.4.0) (2026-03-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* hooks start undefined, useViewModelInstance returns {instance, error} ([#184](https://github.com/rive-app/rive-nitro-react-native/issues/184))
9+
10+
### Bug Fixes
11+
12+
* hooks start undefined, useViewModelInstance returns {instance, error} ([#184](https://github.com/rive-app/rive-nitro-react-native/issues/184)) ([059e5f4](https://github.com/rive-app/rive-nitro-react-native/commit/059e5f4865ab8bcc207badc7c2eeff44d47b9985))
13+
314
## [0.3.4](https://github.com/rive-app/rive-nitro-react-native/compare/v0.3.3...v0.3.4) (2026-03-30)
415

516

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.3.4",
3+
"version": "0.4.0",
44
"description": "Rive React Native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)