Skip to content

Commit

Permalink
chore(release): v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Jun 12, 2022
1 parent 5d30e85 commit 3c7504e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 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.12.0",
"version": "0.13.0",
"description": "A small front-end framework for Unity's UIToolkit.",
"unity": "2019.3",
"author": {
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


# [0.13.0](https://github.com/jonisavo/uicomponents/compare/v0.12.0...v0.13.0) (2022-06-12)


### Bug Fixes

* **samples:** remove mention of QueryClassAttribute ([aa95716](https://github.com/jonisavo/uicomponents/commit/aa957166a92834ad531d014ff38d3bc1311baa09))


### Features

* add event interfaces IOnAttachToPanel, IOnDetachFromPanel & IOnGeometryChanged ([ee16a5e](https://github.com/jonisavo/uicomponents/commit/ee16a5ef72eb2aae1d16a10fbee9d49e8f5d54e2))
* add IOnClick event interface ([0172a64](https://github.com/jonisavo/uicomponents/commit/0172a64684a23cfe56cb5fc37d38a3ec68fb4448))
* add IOnMouseEnter and IOnMouseLeave event interfaces ([34b370b](https://github.com/jonisavo/uicomponents/commit/34b370b905be9a4d4936e0e609afb89bff053b8b))
* **samples:** add event interfaces sample ([74780a2](https://github.com/jonisavo/uicomponents/commit/74780a2579e36f36ef28268269de17d2b97fdc79))

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


Expand Down Expand Up @@ -149,4 +164,4 @@ RelativeTo property has been removed.

## 0.1.0 [2022-04-25]

- Initial release
- Initial release
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.12.0"
"io.savolainen.uicomponents": "0.13.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.12.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.13.0"
```

This will install version 0.12.0.
This will install version 0.13.0.

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

## Layouts and stylesheets

Expand Down

0 comments on commit 3c7504e

Please sign in to comment.