Skip to content

Commit

Permalink
chore(release): 5.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.11.0](v5.10.2...v5.11.0) (2020-12-16)

### Bug Fixes

* Make RectTransform component mandatory for View ([c9a1758](c9a1758))
* use the term 'view data' for instances of view models ([48853a6](48853a6))

### Features

* Remove Bindable ([9407e1b](9407e1b))
* Split ViewList into a plain C# class and a UIBehaviour ([1569625](1569625))
  • Loading branch information
semantic-release-bot committed Dec 16, 2020
1 parent 1569625 commit 24674a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Assets/Adrenak.UGX/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.11.0](https://github.com/adrenak/ugx/compare/v5.10.2...v5.11.0) (2020-12-16)


### Bug Fixes

* Make RectTransform component mandatory for View ([c9a1758](https://github.com/adrenak/ugx/commit/c9a175871441756269f88d2a08d89ad38deac6d6))
* use the term 'view data' for instances of view models ([48853a6](https://github.com/adrenak/ugx/commit/48853a6bdc36c2533eedcf016f08c6a51ef02cb2))


### Features

* Remove Bindable ([9407e1b](https://github.com/adrenak/ugx/commit/9407e1bf024a8277c6e195c93f5f413fdcb1c372))
* Split ViewList into a plain C# class and a UIBehaviour ([1569625](https://github.com/adrenak/ugx/commit/15696258f2c2534511fe796f4fa4a5cebde2d7d5))

## [5.10.2](https://github.com/adrenak/ugx/compare/v5.10.1...v5.10.2) (2020-12-03)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Adrenak.UGX/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.adrenak.ugx",
"version": "5.10.2",
"version": "5.11.0",
"displayName": "Adrenak.UGX",
"description": "UGX: UGUI Extended. UI framework for Unity UI.",
"unity": "2018.4",
Expand Down

0 comments on commit 24674a0

Please sign in to comment.