Skip to content

Commit

Permalink
chore: release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
avivian committed Jun 28, 2021
1 parent 4285908 commit 2ec726c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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).

#### 0.0.8
#### [v0.0.9](https://github.com/rive-app/rive-react/compare/v0.0.8...v0.0.9)

- Fix build automation and only include dist files [`#22`](https://github.com/rive-app/rive-react/pull/22)

#### 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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "0.0.8",
"version": "0.0.9",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
Expand Down

0 comments on commit 2ec726c

Please sign in to comment.