chore: release 0.0.15

This commit is contained in:
avivian
2021-07-30 09:32:03 +00:00
parent 8612e0b15f
commit f0b1aeb7d8
3 changed files with 4 additions and 33 deletions

View File

@@ -4,35 +4,6 @@ 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).
#### [v0.0.14](https://github.com/rive-app/rive-react/compare/v0.0.9...v0.0.14)
#### 0.0.15
- chore: bump to 0.0.13 [`29bd502`](https://github.com/rive-app/rive-react/commit/29bd502208efa6928ffb47f06b5e548f071a8ade)
#### [v0.0.9](https://github.com/rive-app/rive-react/compare/v0.0.8...v0.0.9)
> 28 June 2021
- Fix build automation and only include dist files [`#22`](https://github.com/rive-app/rive-react/pull/22)
- chore: release 0.0.9 [`2ec726c`](https://github.com/rive-app/rive-react/commit/2ec726cf12361254403539b30ebafb9adef9254d)
#### v0.0.8
> 28 June 2021
- Add release it dependency [`#21`](https://github.com/rive-app/rive-react/pull/21)
- add release it for automated github releases and npm publish [`#20`](https://github.com/rive-app/rive-react/pull/20)
- Add token to publish step [`#17`](https://github.com/rive-app/rive-react/pull/17)
- Publish on merge to master [`#16`](https://github.com/rive-app/rive-react/pull/16)
- version bump [`#15`](https://github.com/rive-app/rive-react/pull/15)
- Bump rive-js version to 0.7.15 [`#14`](https://github.com/rive-app/rive-react/pull/14)
- lower react peer dependency version [`#13`](https://github.com/rive-app/rive-react/pull/13)
- Bump version to 0.0.5 [`#12`](https://github.com/rive-app/rive-react/pull/12)
- Add Readme and change Rive Component [`#11`](https://github.com/rive-app/rive-react/pull/11)
- Export rive-js types [`#10`](https://github.com/rive-app/rive-react/pull/10)
- Add eslint and prettier configs [`#9`](https://github.com/rive-app/rive-react/pull/9)
- Add basic github action for running tests [`#8`](https://github.com/rive-app/rive-react/pull/8)
- Add typescript example [`#7`](https://github.com/rive-app/rive-react/pull/7)
- Add examples for using rive-react [`#1`](https://github.com/rive-app/rive-react/pull/1)
- Initial commit of existing implementation [`3b1d759`](https://github.com/rive-app/rive-react/commit/3b1d7593fe95da652857f7d362f90d8facad05ee)
- Add changelog managed by auto-changelog [`5916f38`](https://github.com/rive-app/rive-react/commit/5916f384bbcb8af250a5ae3fb6f4061a742551a0)
- Update README.md with usage docs [`c0a6b83`](https://github.com/rive-app/rive-react/commit/c0a6b835eacc2939f82923fb0c6c2d3b3cc12ed2)
- update rive-js with support for distance and transform constraints [`8612e0b`](https://github.com/rive-app/rive-react/commit/8612e0b15f6c93d4e5c276c95e7f36543466e4d6)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "0.0.14",
"version": "0.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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