Skip to content

Commit

Permalink
chore(release): 0.2.0-preview.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0-preview.1](v0.1.0...v0.2.0-preview.1) (2023-06-05)

### 🚀 Features

* **core:** Add UI hierarchy linter menu item ([afbbe4e](afbbe4e))

### 🛠 Fixes

* **UIComponentOrderLinter:** Prevent linter from trying to reorder components on prefab instances ([d72ed5b](d72ed5b))
* **UIObjectNamingLinter:** Add content labels to scrollbars and dropdowns ([318bc7d](318bc7d))
  • Loading branch information
semantic-release-bot committed Jun 5, 2023
1 parent 0cd7332 commit a2e5a55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.2.0-preview.1](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/compare/v0.1.0...v0.2.0-preview.1) (2023-06-05)


### 🚀 Features

* **core:** Add UI hierarchy linter menu item ([afbbe4e](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/afbbe4efe06ecb8c6ba66cb808d151e464af04b9))


### 🛠 Fixes

* **UIComponentOrderLinter:** Prevent linter from trying to reorder components on prefab instances ([d72ed5b](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/d72ed5bcde29bc8b0ca6cd0fea1d269c062b06eb))
* **UIObjectNamingLinter:** Add content labels to scrollbars and dropdowns ([318bc7d](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/318bc7dec8c7e940e3bf76ad135cf67c8ed1411d))

## [0.1.0](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/compare/v0.0.1...v0.1.0) (2023-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ee.taltech.ivar.unity-ui-hierarchy-linter",
"version": "0.1.0",
"version": "0.2.0-preview.1",
"displayName": "Unity UI Hierarchy Linter",
"description": "Package to help enforce a consistent and easy-to-navigate layout in Unity UI hierarchy.",
"unity": "2020.3",
Expand Down

0 comments on commit a2e5a55

Please sign in to comment.