chore: release 1.0.3

This commit is contained in:
zplata
2022-03-31 16:55:27 +00:00
parent 38c85624a7
commit 881e38fe6a
2 changed files with 3 additions and 3 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).
#### [v1.0.2](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.2)
#### [v1.0.3](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.3)
- Patch: Bump rive-cpp to fix DAG issue [`59edf6f`](https://github.com/rive-app/rive-react/commit/59edf6f67ea7d26067009786bb84014a61fe6f24)
- Maint: Bump rive-cpp to help fix safari and performance issues [`38c8562`](https://github.com/rive-app/rive-react/commit/38c85624a72782dd4f05a482b9c57137fe289e4c)
### [v1.0.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",