From 948ded25f7e0bbfb3a2c4553cc1e73555e3e092f Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Wed, 26 Jul 2023 01:33:54 +0000 Subject: [PATCH] chore: release 4.0.0 --- CHANGELOG.md | 8 +++++++- npm/react-canvas/package.json | 4 ++-- npm/react-webgl/package.json | 4 ++-- package.json | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c987df..fdf6aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v4.0.0](https://github.com/rive-app/rive-react/compare/v3.0.57...v4.0.0) + +- Bump to rive wasm 2.0.0 [`27f7f2b`](https://github.com/rive-app/rive-react/commit/27f7f2b250c23f4de3c49c491ea2348534e6e2d9) + #### [v3.0.57](https://github.com/rive-app/rive-react/compare/v3.0.56...v3.0.57) +> 25 July 2023 + - chore: move to manual npm publish workflow [`4cce306`](https://github.com/rive-app/rive-react/commit/4cce3067a7bce0d66a17b0347c4d87a9d090da0b) +- chore: release 3.0.57 [`184ba2e`](https://github.com/rive-app/rive-react/commit/184ba2e110e055a2923b885f5c627ab30cf1d3d2) - chore: remove dryrun from release it script [`f6d8db3`](https://github.com/rive-app/rive-react/commit/f6d8db323bc57235d1cdce505bb86cb8d05e38fa) -- docs: add awesome-rive [`301e58f`](https://github.com/rive-app/rive-react/commit/301e58f3905b5596129f1fdae04519198957e97b) #### [v3.0.56](https://github.com/rive-app/rive-react/compare/v3.0.55...v3.0.56) diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index a1ec202..836e14e 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "3.0.57", + "version": "4.0.0", "description": "React wrapper around the @rive-app/canvas library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "1.2.4" + "@rive-app/canvas": "2.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/npm/react-webgl/package.json b/npm/react-webgl/package.json index 0e72c5d..0ce8706 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "3.0.57", + "version": "4.0.0", "description": "React wrapper around the @rive-app/webgl library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/webgl": "1.2.4" + "@rive-app/webgl": "2.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 63db495..7c9d7a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.57", + "version": "4.0.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -83,4 +83,4 @@ "typescript": "^4.5.4", "watch": "^1.0.2" } -} \ No newline at end of file +}