Skip to content

Commit

Permalink
chore: release v9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jun 18, 2024
1 parent 174eb94 commit e6630cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/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/scripts/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-android-release-stub",
"version": "9.4.2",
"version": "9.5.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).

#### [9.5.0](https://github.com/rive-app/rive-android/compare/9.4.2...9.5.0)

- Yoga layout runtimes [`34ea6d6`](https://github.com/rive-app/rive-android/commit/34ea6d61f114c143f262a7fd353866833e9d7edf)
- Optimize image encoding/decoding in debug builds [`39b2e7b`](https://github.com/rive-app/rive-android/commit/39b2e7b91755ba5c074d044b468ca43f4cb2ca8e)
- Replace computeIntrinsicSize with measureLayout [`fa9d6f9`](https://github.com/rive-app/rive-android/commit/fa9d6f934a789015a8c7cb502eac73c1f7211ff0)

#### [9.4.2](https://github.com/rive-app/rive-android/compare/9.4.1...9.4.2)

> 8 June 2024
- chore: release v9.4.2 [`8c0a71f`](https://github.com/rive-app/rive-android/commit/8c0a71fba0686a421f1cb93162b6c1dd5a19992a)
- mark shape as dirty after flagged as target [`156df08`](https://github.com/rive-app/rive-android/commit/156df0869501737621f96749343d6ebc712a6ed1)
- don’t defer updates when a shape/path is used for hit detect [`b485463`](https://github.com/rive-app/rive-android/commit/b485463643764e369dccab71ace49be6ee096e83)
- Get rid of MetricsPath. [`c463657`](https://github.com/rive-app/rive-android/commit/c463657f0258af23292c0a322daafba52f8fef4c)

#### [9.4.1](https://github.com/rive-app/rive-android/compare/9.4.0...9.4.1)

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

0 comments on commit e6630cd

Please sign in to comment.