diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 665bc149..1f57a224 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "4.0.5", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2d8b2f2d..092a3588 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "4.0.5", + "version": "5.0.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index afb76ee6..5c35b8fc 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). +#### [5.0.0](https://github.com/rive-app/rive-ios/compare/4.0.5...5.0.0) + +- Rive Text for iOS and Android! [`cf2e58c`](https://github.com/rive-app/rive-ios/commit/cf2e58c1d1a801509e1e1162386d319bda37e479) +- Updating version files [`8c52c9e`](https://github.com/rive-app/rive-ios/commit/8c52c9ebe13a8168cfea79171a93462d155a6458) +- update thumbnailer for text [`30676d6`](https://github.com/rive-app/rive-ios/commit/30676d6b53d72dfeb05597da095f79974f661c0b) + #### [4.0.5](https://github.com/rive-app/rive-ios/compare/4.0.4...4.0.5) +> 21 July 2023 + +- chore: release v4.0.5 [`32f7d94`](https://github.com/rive-app/rive-ios/commit/32f7d94ebe2f12342fb63af997f42529315dd9b2) - Updating version files [`bbf55a3`](https://github.com/rive-app/rive-ios/commit/bbf55a33ea3ac818edfaf7398888b3c2e29d4ffa) - fixup touch location for ios when the riveview is a subview [`ea061e0`](https://github.com/rive-app/rive-ios/commit/ea061e019048df9aa4e26e5dc90f0adee3e43a9b) -- FollowPathConstraint to extend TransformSpaceConstraint [`f069fd7`](https://github.com/rive-app/rive-ios/commit/f069fd7aba0f2d6b5c9d24f03b647e205eef3c95) #### [4.0.4](https://github.com/rive-app/rive-ios/compare/4.0.3...4.0.4) diff --git a/VERSION b/VERSION index 8b2dd6c3..28cbf7c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.5 \ No newline at end of file +5.0.0 \ No newline at end of file