chore: release 3.0.32

This commit is contained in:
luigi-rosso
2022-10-21 20:38:27 +00:00
parent 6871a81ebd
commit 1e6eb5ec92
2 changed files with 4 additions and 4 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.31](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.31)
#### [v3.0.32](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.32)
- bump runtimes to incorporate speed fix for state machines [`4040083`](https://github.com/rive-app/rive-react/commit/4040083d5a89510356e45433e5026664baf92a49)
- Bumping to latest Rive WASM to fix https://2dimensions.slack.com/archives/CLLCU09T6/p1666370141425879 [`6871a81`](https://github.com/rive-app/rive-react/commit/6871a81ebd17038426e7089ed836379d02a9c5fd)
#### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "3.0.31",
"version": "3.0.32",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
@@ -76,4 +76,4 @@
"typescript": "^4.5.4",
"watch": "^1.0.2"
}
}
}