Skip to content

Commit

Permalink
chore: release v5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Jul 17, 2024
1 parent 4472036 commit 02693ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "5.15.0",
"version": "5.15.1",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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.15.1](https://github.com/rive-app/rive-ios/compare/5.15.0...5.15.1)

- Updating version files [`4472036`](https://github.com/rive-app/rive-ios/commit/44720363488d7a750c3313ac87660a6bf32fe622)
- Only set Core Audio session category for iOS targets [`77c16d6`](https://github.com/rive-app/rive-ios/commit/77c16d652ea817701daa6e861e663fe9f00b518e)
- Run tests, bench, gms, & goldens on a physical Pixel 8 on CI [`674c11d`](https://github.com/rive-app/rive-ios/commit/674c11db2fa2f891be4ecac25580cb9212216a16)

#### [5.15.0](https://github.com/rive-app/rive-ios/compare/5.14.5...5.15.0)

> 16 July 2024
- Fix crash when skinnable isn’t found. [`#7317`](https://github.com/rive-app/rive/issues/7317)
- Add new state machine delegate callback for touch event hit results [`cb45051`](https://github.com/rive-app/rive-ios/commit/cb450515007bf6bf4c6d4379fc9e8cd6842dffe1)
- chore: release v5.15.0 [`347c021`](https://github.com/rive-app/rive-ios/commit/347c02152173a0376e2b989f5cd5f1cc5e6b6444)
- Updating version files [`2e342b3`](https://github.com/rive-app/rive-ios/commit/2e342b3a9117911f62cec5895bafa6dadbdb3a0b)
- Set audio to mix on for iOS (simulator) and Catalyst [`5185fe2`](https://github.com/rive-app/rive-ios/commit/5185fe2b5e5508936ea9ce1c8e4f974d0945c726)

#### [5.14.5](https://github.com/rive-app/rive-ios/compare/5.14.4...5.14.5)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.15.0
5.15.1

0 comments on commit 02693ff

Please sign in to comment.