diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index b5e0b8a..b57a7e3 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.6", + "version": "6.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 577cc91..8e8efc3 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.6", + "version": "6.1.7", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63a83..422c9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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). +#### [6.1.7](https://github.com/rive-app/rive-ios/compare/6.1.6...6.1.7) + +- Drop the ColumnLimit to 80 for clang-format [`17a669a`](https://github.com/rive-app/rive-ios/commit/17a669aad626bde3138de6e6fc97ac90caf3951f) +- Updating version files [`15f6952`](https://github.com/rive-app/rive-ios/commit/15f6952453a8b065988cbe631618b449ff991a87) +- Make layout position type and scale type keyable [`6f041ca`](https://github.com/rive-app/rive-ios/commit/6f041caf04f2e1f5853000d5195f713341d91246) + #### [6.1.6](https://github.com/rive-app/rive-ios/compare/6.1.5...6.1.6) +> 9 October 2024 + +- chore: release v6.1.6 [`fa6c4ee`](https://github.com/rive-app/rive-ios/commit/fa6c4eefcf0e4c887677fb1bff911ffee7862570) - Updating version files [`a000b40`](https://github.com/rive-app/rive-ios/commit/a000b40f007cd7a662595f300a6501c2bad3b0e8) - Fix Apple runtime crashes on Macs with non-Apple-Silicon GPUs [`ae025ed`](https://github.com/rive-app/rive-ios/commit/ae025ed2bef2000d589b49cface679d90dee646f) -- Download python-ply inside of premake [`d2af535`](https://github.com/rive-app/rive-ios/commit/d2af535e7b8fd83c4135f87eab65e6a50a60f561) #### [6.1.5](https://github.com/rive-app/rive-ios/compare/6.1.4...6.1.5) diff --git a/VERSION b/VERSION index 3af67b5..cb6b1ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.6 \ No newline at end of file +6.1.7 \ No newline at end of file