Skip to content

Commit

Permalink
chore(release): v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Oct 8, 2022
1 parent f53c9f2 commit a7faca3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 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.24.0",
"version": "0.25.0",
"description": "A small front-end framework for Unity's UIToolkit.",
"unity": "2019.3",
"author": {
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [0.25.0](https://github.com/jonisavo/uicomponents/compare/v0.24.0...v0.25.0) (2022-10-08)


### Features

* add experimental UxmlNameAttribute for generating UxmlFactory ([5df8799](https://github.com/jonisavo/uicomponents/commit/5df87996f32bc0db40cdfc525d842228ce47650d))
* **Addressables:** increase minimum Addressables version to 1.18.19 ([0622e2e](https://github.com/jonisavo/uicomponents/commit/0622e2e028dc1d08c5fa8e3038de97329ed92f19))


### BREAKING CHANGES

* **Addressables:** The minimum Addressables version for UIComponents.Addressables has been increased to 1.18.19. Addressables 1.17 does not work with UIComponent's asynchronous loading.

# [0.24.0](https://github.com/jonisavo/uicomponents/compare/v0.23.0...v0.24.0) (2022-10-02)


Expand Down Expand Up @@ -329,4 +342,4 @@ RelativeTo property has been removed.

## 0.1.0 [2022-04-25]

- Initial release
- Initial release
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Alternatively, merge this snippet to your `Packages/manifest.json` file:
}
],
"dependencies": {
"io.savolainen.uicomponents": "0.24.0"
"io.savolainen.uicomponents": "0.25.0"
}
}
```
Expand All @@ -224,12 +224,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.24.0"
"io.savolainen.uicomponents": "https://github.com/jonisavo/uicomponents.git#upm/v0.25.0"
```

This will install version 0.24.0.
This will install version 0.25.0.

To update, change `upm/v0.24.0` to point to the latest version.
To update, change `upm/v0.25.0` to point to the latest version.

## Documentation

Expand Down

0 comments on commit a7faca3

Please sign in to comment.