Skip to content

Commit

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


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


### Bug Fixes

* **DependencyInjector:** fix SetDependency exception message ([9090c74](https://github.com/jonisavo/uicomponents/commit/9090c7493e996d655d2c64b06507d6b936e6248b))


### Features

* **DependencyInjector:** add RestoreDefaultDependency method ([ef1952f](https://github.com/jonisavo/uicomponents/commit/ef1952ff93cb2b953ea4e86f7997b7ca4f79e443))

# [0.10.0](https://github.com/jonisavo/uicomponents/compare/v0.9.0...v0.10.0) (2022-06-03)


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

This will install version 0.10.0.
This will install version 0.11.0.

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

## Layouts and stylesheets

Expand Down

0 comments on commit 6ffa834

Please sign in to comment.