Compare commits

...

2 Commits

Author SHA1 Message Date
zplata
4e2137422b chore: release 3.0.37 2023-03-01 15:54:14 +00:00
Zach Plata
0696417926 maint: bump wasm dependency for more speed on state updates 2023-03-01 09:51:04 -06: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.36](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.36)
#### [v3.0.37](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.37)
- maint: bump wasm to support speed on states feature [`48a4726`](https://github.com/rive-app/rive-react/commit/48a4726d1f7a01088959d47580082e5ddfed1492)
- maint: bump wasm dependency for more speed on state updates [`0696417`](https://github.com/rive-app/rive-react/commit/06964179262d4b79114f3609d79cc6560c30ef94)
#### [v3.0.35](https://github.com/rive-app/rive-react/compare/v3.0.34...v3.0.35)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "3.0.36",
"version": "3.0.37",
"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.0.100",
"@rive-app/webgl": "1.0.96"
"@rive-app/canvas": "1.0.101",
"@rive-app/webgl": "1.0.97"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"