Skip to content

Commit 6e2391c

Browse files
committed
fix: meta files
1 parent 743ff72 commit 6e2391c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [2.2.2]
11+
### Fixes
12+
- Fixed Collection Picker wrong intiialization on a cold registry
13+
- Fixing Collection Picker not respecting children rules
14+
- Fix drawing go to button on null items.
15+
916
## [2.2.1]
1017
### Fixed
1118
- Update active editor when selecting a new item with the keyboard
@@ -500,6 +507,7 @@ public bool IsValidConsumable(Consumable consumable)
500507
### Added
501508
- First initial working version
502509

510+
[2.2.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.2.2
503511
[2.1.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.1.0
504512
[2.0.9]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.9
505513
[2.0.8]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.0.8

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.2.1",
4+
"version": "2.2.2",
55
"unity": "2021.2",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)