Skip to content

Commit a811147

Browse files
chore(release): 2.17.0 [skip ci]
# [2.17.0](2.16.0...2.17.0) (2022-07-24) ### Bug Fixes * Fixed concrete classes of a different type added to type database after a generic unity-object class is removed ([4d07108](4d07108)) * Fixed exception in Reference property drawer ([1602288](1602288)) ### Features * Implemented Creatable attribute for generic MonoBehaviours ([d3420ac](d3420ac)) * Switched from GUID to assembly names in asmdefs ([349d9c1](349d9c1))
1 parent cbb31fe commit a811147

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.17.0](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.16.0...2.17.0) (2022-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed concrete classes of a different type added to type database after a generic unity-object class is removed ([4d07108](https://github.com/SolidAlloy/GenericUnityObjects/commit/4d07108faecf28241d9ffa42a500c469068d3f83))
7+
* Fixed exception in Reference property drawer ([1602288](https://github.com/SolidAlloy/GenericUnityObjects/commit/16022888149db226df01c610875ebb5bd400c6c3))
8+
9+
10+
### Features
11+
12+
* Implemented Creatable attribute for generic MonoBehaviours ([d3420ac](https://github.com/SolidAlloy/GenericUnityObjects/commit/d3420ac50647dfc1f23f1e1144856baabbb89803))
13+
* Switched from GUID to assembly names in asmdefs ([349d9c1](https://github.com/SolidAlloy/GenericUnityObjects/commit/349d9c13c117a4041fa54661e3f26ce6c387dffa))
14+
115
# [2.16.0](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.15.3...2.16.0) (2022-06-19)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.solidalloy.generic-unity-objects",
3-
"version": "2.16.0",
3+
"version": "2.17.0",
44
"displayName": "Generic Unity Objects",
55
"description": "A plugin that allows using of generic scriptable objects and monobehaviours, creating assets and components from them, and instantiating them at runtime.",
66
"dependencies": {
77
"com.solidalloy.util": "1.40.0",
88
"com.solidalloy.type-references": "2.16.0",
99
"com.unity.settings-manager": "1.0.3",
10-
"com.solidalloy.extevents": "1.7.0"
10+
"com.solidalloy.extevents": "1.7.0"
1111
},
1212
"keywords": [
1313
"scriptable",

0 commit comments

Comments
 (0)