Skip to content

Commit

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

### 🛠 Fixes

* **general:** Remove redundant runtime assembly ([ea81a08](ea81a08))
* **misc:** Remove redundant debug log from StringExtensions ([21ceb15](21ceb15))
* **UIObjectNamingLinter:** Handle custom labels on objects with no content labels correctly ([8874d5d](8874d5d))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent dfaa78e commit 7980689
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.0-preview.2](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/compare/v0.2.0-preview.1...v0.2.0-preview.2) (2023-06-21)


### 🛠 Fixes

* **general:** Remove redundant runtime assembly ([ea81a08](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/ea81a0803436af9968b9b113b5b48d8a9ab29cbb))
* **misc:** Remove redundant debug log from StringExtensions ([21ceb15](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/21ceb15fd4e7fff2bd159daf13a9262c5d9b8535))
* **UIObjectNamingLinter:** Handle custom labels on objects with no content labels correctly ([8874d5d](https://github.com/TalTech-IVAR-Lab/Unity-UI-Hierarchy-Linter/commit/8874d5d7b015b770c9ed3d29b97d0ff65407eb8d))

## [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)


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.2.0-preview.1",
"version": "0.2.0-preview.2",
"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 7980689

Please sign in to comment.