Skip to content

Commit db1b172

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent 431173a commit db1b172

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 0.12.0 [28.03.2024]
1+
## 0.12.11 [05.04.2024]
2+
3+
### Changed:
4+
- Fix handling the HasNativeTypeDrawer method in Unity 2022.3.23
5+
- Ignore `m_SerializedDataModeController` in Toolbox wizards
6+
- Change [Begin/EndHorizontal] behaviour (more customization options to handle available space)
7+
8+
## 0.12.10 [28.03.2024]
29

310
### Changed:
411
- Fix fetching and initializing Toolbox features when assets are updating

Assets/Editor Toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.browar.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.12.10",
4+
"version": "0.12.11",
55
"unity": "2018.1",
66
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
77
"keywords": [

0 commit comments

Comments
 (0)