Skip to content

Commit

Permalink
chore: release v6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Oct 15, 2024
1 parent 15f6952 commit ed32a52
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": "6.1.6",
"version": "6.1.7",
"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,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)

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

0 comments on commit ed32a52

Please sign in to comment.