Skip to content

Commit 727ba1e

Browse files
chore(release): 2.8.1 [skip ci]
## [2.8.1](2.8.0...2.8.1) (2021-01-30) ### Bug Fixes * Fixed compilation errors in Usage Examples and applied a few minor fixes to them ([eec6fae](eec6fae)) * Fixed dropdown window position resetting if the distance to bottom of the screen is less than 100 pixels ([1d3eb5c](1d3eb5c)) * Renamed DLLs so that they don't cause conflicts ([bbc1af1](bbc1af1))
1 parent 1d3eb5c commit 727ba1e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.8.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.0...2.8.1) (2021-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed compilation errors in Usage Examples and applied a few minor fixes to them ([eec6fae](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/eec6faef4abe6d9f95c2eca10fb9be6ad98a5c16))
7+
* Fixed dropdown window position resetting if the distance to bottom of the screen is less than 100 pixels ([1d3eb5c](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/1d3eb5c443a7ee7c41460320167bd614154f1282))
8+
* Renamed DLLs so that they don't cause conflicts ([bbc1af1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/bbc1af1b8b2a66709f18d7469f8779c817f67395))
9+
110
# [2.8.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.7.0...2.8.0) (2021-01-30)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)