Skip to content

Commit

Permalink
chore: release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Oct 16, 2024
1 parent 55ff7a2 commit f19beb1
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.7",
"version": "6.2.0",
"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.2.0](https://github.com/rive-app/rive-ios/compare/6.1.7...6.2.0)

- Add logging to rive-ios [`c2f8738`](https://github.com/rive-app/rive-ios/commit/c2f8738739792f5f65e43cfff32f7801026ca11c)
- Updating version files [`55ff7a2`](https://github.com/rive-app/rive-ios/commit/55ff7a27f720854f6cdd70d21b8ee0195f5e8f54)
- Fix layout animation runtime [`4fa81c5`](https://github.com/rive-app/rive-ios/commit/4fa81c5820100d0043eb5383e1bb1ef89439a643)

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

> 15 October 2024
- Drop the ColumnLimit to 80 for clang-format [`17a669a`](https://github.com/rive-app/rive-ios/commit/17a669aad626bde3138de6e6fc97ac90caf3951f)
- chore: release v6.1.7 [`ed32a52`](https://github.com/rive-app/rive-ios/commit/ed32a521be00ded84ae72ea3c14ccd6b6e1ac083)
- 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)

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

0 comments on commit f19beb1

Please sign in to comment.