Skip to content

Commit

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


# [0.4.0](https://github.com/jonisavo/uicomponents/compare/v0.3.0...v0.4.0) (2022-05-03)


### Features

* **DependencyInjector:** add ClearDependency method ([f621469](https://github.com/jonisavo/uicomponents/commit/f6214697441d3c05ab6b21b919f48f42a7847d9f))

# [0.3.0](https://github.com/jonisavo/uicomponents/compare/v0.2.1...v0.3.0) (2022-05-02)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file:
}
],
"dependencies": {
"io.savolainen.uicomponents": "0.3.0"
"io.savolainen.uicomponents": "0.4.0"
}
}
```
Expand All @@ -87,12 +87,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.3.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.4.0"
```

This will install version 0.3.0.
This will install version 0.4.0.

To update, change `upm/v0.3.0` to point to the latest version.
To update, change `upm/v0.4.0` to point to the latest version.

## Layouts and stylesheets

Expand Down

0 comments on commit 8f1914d

Please sign in to comment.