Compare commits

...

4 Commits

Author SHA1 Message Date
zplata
353fbf8e9d chore: release 3.0.48 2023-05-18 21:37:38 +00:00
Zach Plata
ae05ad4375 feature: bump web runtime to support joysticks 2023-05-18 16:34:36 -05:00
zplata
ff8bbb084c chore: release 3.0.47 2023-05-12 21:16:59 +00:00
Zach Plata
89a6802fa0 patch: bump wasm to 1.1.6 for flicker fix 2023-05-12 16:14:04 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v3.0.46](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.46)
#### [v3.0.48](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.48)
- Add prop to the standalone Rive component [`d3bc913`](https://github.com/rive-app/rive-react/commit/d3bc913bcf70e62df6cea5b5a08d0135c965f9ff)
- feature: bump web runtime to support joysticks [`ae05ad4`](https://github.com/rive-app/rive-react/commit/ae05ad4375375f43b1f4493c76bcc18cd6c40676)
#### [v3.0.38](https://github.com/rive-app/rive-react/compare/v3.0.37...v3.0.38)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "3.0.46",
"version": "3.0.48",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "1.1.4",
"@rive-app/webgl": "1.1.4"
"@rive-app/canvas": "1.1.7",
"@rive-app/webgl": "1.1.7"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"