From 8a0baa990fbf26f8f9855bce130c647de6d18ec5 Mon Sep 17 00:00:00 2001 From: Bruno Mikoski Date: Mon, 7 Aug 2023 20:26:46 +0100 Subject: [PATCH] fix: meta files --- CHANGELOG.MD | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4244ae0..2267c35 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.0.6] +### Changed +- Added `IsValid()` method for indirect references +- Added more checks and logs for when regenerating guids and cleaning bad items from collection +- Fixed issue with `CollectionItemPicker` not respecting base type as the starting type +- Removed the `Application.isPlaying` check for when setting items dirt + +### Removed +- Unused `ScriptableObjectForPreferences` + ## [2.0.5] ### Changed - Reverted the change where the `isExpanded` property would be shared between the collection editor and the property drawer. @@ -443,6 +454,7 @@ public bool IsValidConsumable(Consumable consumable) ### Added - First initial working version +[2.0.6]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.6 [2.0.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.5 [2.0.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.4 [2.0.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.3 diff --git a/package.json b/package.json index f0a8af5..8185a7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.brunomikoski.scriptableobjectcollection", "displayName": "Scriptable Object Collection", - "version": "2.0.5", + "version": "2.0.6", "unity": "2021.2", "description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!", "keywords": [