Compare commits

...

4 Commits

Author SHA1 Message Date
zplata
a9732e141e chore: release 1.0.2 2022-03-28 16:42:52 +00:00
Zach Plata
59edf6f67e Patch: Bump rive-cpp to fix DAG issue 2022-03-28 09:41:33 -07:00
zplata
4be496cc15 chore: release 1.0.1 2022-03-24 03:38:43 +00:00
Zach Plata
4c9de18b1c Chore: Bump webgl and remove major flag from release-it command 2022-03-23 20:37:35 -07:00
2 changed files with 13 additions and 5 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.2](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.2)
- bump webgl [`fcfe3cf`](https://github.com/rive-app/rive-react/commit/fcfe3cf6cfab76791f7d617ac6f4c0b359d5b66e)
- Patch: Bump rive-cpp to fix DAG issue [`59edf6f`](https://github.com/rive-app/rive-react/commit/59edf6f67ea7d26067009786bb84014a61fe6f24)
### [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.2",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
@@ -14,7 +14,7 @@
"lint": "eslint -c .eslintrc.js 'src/**/*{.ts,.tsx}'",
"format": "prettier --write src",
"types:check": "tsc --noEmit",
"release": "release-it -- major"
"release": "release-it"
},
"repository": {
"type": "git",
@@ -27,7 +27,7 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/webgl": "1.0.27"
"@rive-app/webgl": "1.0.30"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"