Skip to content

Commit

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


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


### Features

* add DependencyScope utility class ([dd8233a](https://github.com/jonisavo/uicomponents/commit/dd8233adfea60e1b9081abe72bbe7d643edc2033))
* **package.json:** add changelog, documentation and license URLs ([09e5555](https://github.com/jonisavo/uicomponents/commit/09e55554a88b4a199db03f063a776de26c2af7f7))

# [0.6.0](https://github.com/jonisavo/uicomponents/compare/v0.5.0...v0.6.0) (2022-05-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.6.0"
"io.savolainen.uicomponents": "0.7.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.6.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.7.0"
```

This will install version 0.6.0.
This will install version 0.7.0.

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

## Layouts and stylesheets

Expand Down

0 comments on commit cdcd3a5

Please sign in to comment.