From 31383e79dbdfd09ae382544d8f5b00ba8f4c7f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AF=7E?= Date: Wed, 21 Aug 2024 04:09:21 +0200 Subject: [PATCH] V1.1.0 Public API release: - Compatibility notes: https://docs.hai-vr.dev/updates/2024/08/21/p0 - Alternatively, see or find: https://github.com/hai-vr/documentation/blob/main/updates/2024-08-21-p0.md - Migration guide: https://docs.hai-vr.dev/docs/products/animator-as-code/migrating-v0-to-v1 - What's new: https://docs.hai-vr.dev/docs/products/animator-as-code/v1.1-whats-new - Planned future breaking changes: - The AacFlSettingKeyframes constructor will be made private/internal in V1.2.0. - The methods AacFlBase.InternalConfiguration and AacFlBase.InternalDoCreateLayer will be made private/internal in V1.2.0. - For compatibility reasons they remain public for the duration of V1.1.x. - There are no other breaking changes to be expected for the lifetime of V1. --- Packages/dev.hai-vr.animator-as-code.v1/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/dev.hai-vr.animator-as-code.v1/package.json b/Packages/dev.hai-vr.animator-as-code.v1/package.json index b251846..c41ec8e 100644 --- a/Packages/dev.hai-vr.animator-as-code.v1/package.json +++ b/Packages/dev.hai-vr.animator-as-code.v1/package.json @@ -1,7 +1,7 @@ { "name": "dev.hai-vr.animator-as-code.v1", - "displayName": "Animator As Code V1 (Beta)", - "version": "1.1.0-beta.9", + "displayName": "Animator As Code V1", + "version": "1.1.0", "unity": "2019.4", "description": "Base Animator As Code library. This library only requires Unity.", "vrchatVersion" : "2022.1.1",