From d71b1730b06ccde9927bfb666c89351f225a68eb Mon Sep 17 00:00:00 2001 From: dskuza Date: Tue, 23 Jul 2024 19:44:25 +0000 Subject: [PATCH] chore: release v5.16.0 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 11 ++++++++++- VERSION | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 8e683ca3..b3d0dd54 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.2", + "version": "5.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 880653f5..5c7b5d74 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.2", + "version": "5.16.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb8625a..fa4f6b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,20 @@ 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). +#### [5.16.0](https://github.com/rive-app/rive-ios/compare/5.15.2...5.16.0) + +- skip custom events when creating hitshapes [`#7651`](https://github.com/rive-app/rive-ios/issues/7651) +- Add ability to set iOS artboard volume through RiveModel [`e77bda6`](https://github.com/rive-app/rive-ios/commit/e77bda6ffa98e94805cbd5c80952fe8d4c14cdf9) +- Updating version files [`10d0af6`](https://github.com/rive-app/rive-ios/commit/10d0af6678ef20aa286e0463da5d8f6a5e8e9ab2) +- Makeshadersinpremake [`3dc81a9`](https://github.com/rive-app/rive-ios/commit/3dc81a9c33de1651b09fa8e464743d1b9a72a44a) + #### [5.15.2](https://github.com/rive-app/rive-ios/compare/5.15.1...5.15.2) +> 22 July 2024 + +- chore: release v5.15.2 [`93c0df5`](https://github.com/rive-app/rive-ios/commit/93c0df53a30c5cb76ed68490ca7120dec0cf698a) - Updating version files [`3242471`](https://github.com/rive-app/rive-ios/commit/3242471276af3ce33fc1af0828f7c6f40cc03ba0) - fix spilled time for animations with speed applied to them [`199ecae`](https://github.com/rive-app/rive-ios/commit/199ecae469acf6a1e439ca22a9665044ec3e863b) -- update data bind mode to flags [`3553ef2`](https://github.com/rive-app/rive-ios/commit/3553ef21177b6391df2782f17f1d21efc1f38c5c) #### [5.15.1](https://github.com/rive-app/rive-ios/compare/5.15.0...5.15.1) diff --git a/VERSION b/VERSION index 57ba4a81..6fc62754 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.15.2 \ No newline at end of file +5.16.0 \ No newline at end of file