Skip to content

Commit 8a0baa9

Browse files
committed
fix: meta files
1 parent 3830b21 commit 8a0baa9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.MD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.0.6]
10+
### Changed
11+
- Added `IsValid()` method for indirect references
12+
- Added more checks and logs for when regenerating guids and cleaning bad items from collection
13+
- Fixed issue with `CollectionItemPicker` not respecting base type as the starting type
14+
- Removed the `Application.isPlaying` check for when setting items dirt
15+
16+
### Removed
17+
- Unused `ScriptableObjectForPreferences`
18+
819
## [2.0.5]
920
### Changed
1021
- 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)
443454
### Added
444455
- First initial working version
445456

457+
[2.0.6]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.6
446458
[2.0.5]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.5
447459
[2.0.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.4
448460
[2.0.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"unity": "2021.2",
66
"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!",
77
"keywords": [

0 commit comments

Comments
 (0)