Skip to content

Commit

Permalink
chore(release): v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed May 27, 2022
1 parent 20f45dd commit 51f7b1b
Show file tree
Hide file tree
Showing 3 changed files with 18 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.8.0",
"version": "0.9.0",
"description": "A small front-end framework for Unity's UIElements.",
"unity": "2019.3",
"author": {
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [0.9.0](https://github.com/jonisavo/uicomponents/compare/v0.8.0...v0.9.0) (2022-05-27)


### Features

* add experimental QueryAttribute ([1b7e0d5](https://github.com/jonisavo/uicomponents/commit/1b7e0d52146ad57b8aa573e4eef0fcf7c57c0641))
* **DependencyInjector:** add RemoveInjector static method for testing ([e514533](https://github.com/jonisavo/uicomponents/commit/e51453394a99d7dc3372a7d3b2fa12ff43fddb3b))


### Performance Improvements

* implement new cache for UIComponents ([6b90eb2](https://github.com/jonisavo/uicomponents/commit/6b90eb224b755aae703da6b4795871986cecb560))

# [0.8.0](https://github.com/jonisavo/uicomponents/compare/v0.7.0...v0.8.0) (2022-05-13)


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.8.0"
"io.savolainen.uicomponents": "0.9.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.8.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.9.0"
```

This will install version 0.8.0.
This will install version 0.9.0.

To update, change `upm/v0.8.0` to point to the latest version.
To update, change `upm/v0.9.0` to point to the latest version.

## Layouts and stylesheets

Expand Down

0 comments on commit 51f7b1b

Please sign in to comment.