chore: release v6.10.0

This commit is contained in:
dskuza
2025-07-09 17:25:59 +00:00
parent 401fd21555
commit d8e40f654a
4 changed files with 12 additions and 4 deletions

4
.github/release/package-lock.json generated vendored
View File

@@ -1,12 +1,12 @@
{
"name": "release",
"version": "6.9.5",
"version": "6.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "release",
"version": "6.9.5",
"version": "6.10.0",
"license": "ISC",
"devDependencies": {
"@release-it/bumper": "^7.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "release",
"version": "6.9.5",
"version": "6.10.0",
"description": "",
"scripts": {
"release": "release-it"

View File

@@ -4,8 +4,16 @@ 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.10.0](https://github.com/rive-app/rive-ios/compare/6.9.5...6.10.0)
- feat(apple): add support for data binding list properties (#9936) d2997eeef4 [`aadb3d3`](https://github.com/rive-app/rive-ios/commit/aadb3d3d52433e15db3bff3f66540c236fa1eaf9)
- feat(apple): add support for building lite frameworks (#10130) 1fb3654049 [`8b8844e`](https://github.com/rive-app/rive-ios/commit/8b8844e9a80de559516f83f26e8125d6f9810912)
- refactor(apple): replace #ifdef checks in public interfaces with conditional no-op (#10136) 3560f39170 [`08b2950`](https://github.com/rive-app/rive-ios/commit/08b2950cba568e1186643b0ad1f09b626db5a4e6)
#### [6.9.5](https://github.com/rive-app/rive-ios/compare/6.9.4...6.9.5)
> 1 July 2025
- fix(push): match downstream version (#9977) d6ed74fea9 [`08312ae`](https://github.com/rive-app/rive-ios/commit/08312aeeed19b3671a46642bf3f87f5afd3da30f)
- feat(apple): skip drawing if view is offscreen (#10077) 0dee98781d [`c890b43`](https://github.com/rive-app/rive-ios/commit/c890b43d315d942732999f84f0883f9ce083ba6c)
- fix: update how we use release-it to push updates back to our repros (#9967) 5e3cb6d3ce [`508c5af`](https://github.com/rive-app/rive-ios/commit/508c5afb37b624e97fd9b57b24326655b3da41ca)

View File

@@ -1 +1 @@
6.9.5
6.10.0