Skip to content

Commit

Permalink
chore(release): v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Jun 10, 2022
1 parent 39fa286 commit 7fa2f0e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Assets/UIComponents/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.savolainen.uicomponents",
"displayName": "UIComponents",
"version": "0.11.0",
"version": "0.12.0",
"description": "A small front-end framework for Unity's UIToolkit.",
"unity": "2019.3",
"author": {
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


# [0.12.0](https://github.com/jonisavo/uicomponents/compare/v0.11.0...v0.12.0) (2022-06-10)


### Bug Fixes

* compile on Unity 2019 ([7a8101e](https://github.com/jonisavo/uicomponents/commit/7a8101e4b6309bce71c8c10a5b3a33b6ec1094f5))
* **QueryAttribute:** fix query by type on Unity 2019 ([e4ad724](https://github.com/jonisavo/uicomponents/commit/e4ad7242e7be66f246f49566a4c989b65777a664))


### Features

* add QueryClassAttribute ([3fde333](https://github.com/jonisavo/uicomponents/commit/3fde3332f852593d9f66831bfdacff91e3410069))
* **QueryAttribute:** combine QueryAttribute and QueryClassAttribute ([52375d7](https://github.com/jonisavo/uicomponents/commit/52375d7518a4c23e6c05e39e8b316e3aa3f21e97))
* **QueryAttribute:** use MeansImplicitUseAttribute ([a123143](https://github.com/jonisavo/uicomponents/commit/a1231431b81844dbf3d1c4054569eeb7fa12b6c7))

# [0.11.0](https://github.com/jonisavo/uicomponents/compare/v0.10.0...v0.11.0) (2022-06-05)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file:
}
],
"dependencies": {
"io.savolainen.uicomponents": "0.11.0"
"io.savolainen.uicomponents": "0.12.0"
}
}
```
Expand All @@ -96,12 +96,12 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file:
Add this under `dependencies` in your `Packages/manifest.json` file:

```
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.11.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.12.0"
```

This will install version 0.11.0.
This will install version 0.12.0.

To update, change `upm/v0.11.0` to point to the latest version.
To update, change `upm/v0.12.0` to point to the latest version.

## Layouts and stylesheets

Expand Down

0 comments on commit 7fa2f0e

Please sign in to comment.