Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed May 13, 2022
1 parent 6359299 commit e00c786
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.7.0",
"version": "0.8.0",
"description": "A small front-end framework for Unity's UIElements.",
"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.8.0](https://github.com/jonisavo/uicomponents/compare/v0.7.0...v0.8.0) (2022-05-13)


### Bug Fixes

* **UIComponent:** add null check to layout loading function ([6359299](https://github.com/jonisavo/uicomponents/commit/6359299d4022fd9c898dc55e0452d610f0ce5441))


### Features

* add samples ([f4c0ccf](https://github.com/jonisavo/uicomponents/commit/f4c0ccf541e2d1327599853424f76ddb240c9147))

# [0.7.0](https://github.com/jonisavo/uicomponents/compare/v0.6.0...v0.7.0) (2022-05-11)


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

This will install version 0.7.0.
This will install version 0.8.0.

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

## Layouts and stylesheets

Expand Down

0 comments on commit e00c786

Please sign in to comment.