From f0b1aeb7d850103b61310c9251a827f835fadf58 Mon Sep 17 00:00:00 2001 From: avivian Date: Fri, 30 Jul 2021 09:32:03 +0000 Subject: [PATCH] chore: release 0.0.15 --- CHANGELOG.md | 33 ++------------------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f5477..7d2a2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 722c1c1..8712e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 376e1f6..0c449b0 100644 --- a/package.json +++ b/package.json @@ -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",