chore: release 1.0.1

This commit is contained in:
zplata
2022-03-24 03:38:43 +00:00
parent 4c9de18b1c
commit 4be496cc15
2 changed files with 11 additions and 3 deletions

View File

@@ -4,9 +4,17 @@ 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.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0)
#### [v1.0.1](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.1)
- bump webgl [`fcfe3cf`](https://github.com/rive-app/rive-react/commit/fcfe3cf6cfab76791f7d617ac6f4c0b359d5b66e)
- Chore: Bump webgl and remove major flag from release-it command [`4c9de18`](https://github.com/rive-app/rive-react/commit/4c9de18b1cbf19ede7d5400a1b3f67d59f882cee)
### [v1.0.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0)
> 23 March 2022
- Breaking: Switch from using the canvas renderer as default to the webgl renderer [`1e1cabd`](https://github.com/rive-app/rive-react/commit/1e1cabd05707fa135e1706c0821c0272b3d94bbc)
- chore: release 1.0.0 [`c688b9f`](https://github.com/rive-app/rive-react/commit/c688b9f17a4e287b4120a0739125123ce0e880e4)
- Put back the release steps in the publish workflow and add major flag temporarily [`8ce8562`](https://github.com/rive-app/rive-react/commit/8ce856270f9403c165b2a4c2f0b8c6558ed929a2)
#### [v0.0.31](https://github.com/rive-app/rive-react/compare/v0.0.30...v0.0.31)

View File

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