Skip to content

Commit 7e25988

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.5...1.3.0) (2022-02-03) ### Bug Fixes * Fixed drawing of a serializable class without custom property drawer inside Reference ([79c6f60](79c6f60)) * Removed Net Standard 2.1 features to support older versions of Unity ([990c860](990c860)) ### Features * Replaced UnityEvent with ExtEvent in ScriptableEventListeners ([0ada411](0ada411))
1 parent b91a7a8 commit 7e25988

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.3.0](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.2.5...1.3.0) (2022-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed drawing of a serializable class without custom property drawer inside Reference ([79c6f60](https://github.com/SolidAlloy/GenericScriptableArchitecture/commit/79c6f609fc2be77560d2015626d8f5d6aae981fa))
7+
* Removed Net Standard 2.1 features to support older versions of Unity ([990c860](https://github.com/SolidAlloy/GenericScriptableArchitecture/commit/990c860602c69e1318e89bf027822a1d6fd75f89))
8+
9+
10+
### Features
11+
12+
* Replaced UnityEvent with ExtEvent in ScriptableEventListeners ([0ada411](https://github.com/SolidAlloy/GenericScriptableArchitecture/commit/0ada411d3a998934071561bd0ff8b27b8afa490f))
13+
114
## [1.2.5](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.2.4...1.2.5) (2021-11-21)
215

316

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "com.solidalloy.generic-scriptable-architecture",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"displayName": "Generic ScriptableObject Architecture",
55
"description": "ScriptableObject architecture with small, easy-to-expand codebase, and simple UI.",
66
"dependencies": {
77
"com.solidalloy.util": "1.35.0",
88
"com.solidalloy.generic-unity-objects": "2.14.0",
9-
"com.solidalloy.type-references": "2.12.0",
9+
"com.solidalloy.type-references": "2.12.0",
1010
"com.madsbangh.easybuttons": "1.3.0",
1111
"com.unity.settings-manager": "1.0.3",
12-
"com.solidalloy.extevents": "1.0.2"
12+
"com.solidalloy.extevents": "1.0.2"
1313
},
1414
"keywords": [
1515
"scriptable",

0 commit comments

Comments
 (0)