Skip to content

Commit

Permalink
chore(release): 2.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.12.0](2.11.5...2.12.0) (2022-02-03)

### Bug Fixes

* Fixed the package full name in the installation paragraph ([86d6547](86d6547))

### Features

* Added SerializedTypeReference.SetType(Type type) method ([a05110a](a05110a))
* Added the ShowAllTypes property to the TypeOptions attribute ([8c45d27](8c45d27))
* Added TypeReference.GetTypeNameFromNameAndAssembly static method ([1302a1c](1302a1c))
* Made TypeReference.TypeNameAndAssembly property public ([77cef13](77cef13))
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 1e313d0 commit 35549ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.12.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.5...2.12.0) (2022-02-03)


### Bug Fixes

* Fixed the package full name in the installation paragraph ([86d6547](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/86d654783ee88649b7553778c621aa7fac78d965))


### Features

* Added SerializedTypeReference.SetType(Type type) method ([a05110a](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/a05110a1bb1be0922b4905749515111e7fb06617))
* Added the ShowAllTypes property to the TypeOptions attribute ([8c45d27](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/8c45d274fdfedbec5b8422b976f05561d3d3bc67))
* Added TypeReference.GetTypeNameFromNameAndAssembly static method ([1302a1c](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/1302a1c5c1252eb6a6d58d59ffbe89ed89fe947f))
* Made TypeReference.TypeNameAndAssembly property public ([77cef13](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/77cef13004ceb9774488ed75db8437d60aff75c4))

## [2.11.5](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.4...2.11.5) (2021-11-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.solidalloy.type-references",
"version": "2.11.5",
"version": "2.12.0",
"displayName": "Type References",
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
"dependencies": {
"com.solidalloy.util": "1.35.0",
"com.unity.settings-manager": "1.0.3",
"com.solidalloy.unity-dropdown": "1.1.0"
"com.solidalloy.unity-dropdown": "1.1.0"
},
"keywords": [
"dropdown",
Expand Down

0 comments on commit 35549ac

Please sign in to comment.