From 2566c5925b60dbfc544bf5b916c408ffb00fbfb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 May 2020 12:15:40 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2020-05-16) ### Features * Add pull to refresh to list view ([fae0cbd](https://github.com/adrenak/upf/commit/fae0cbd7c90d2b46ee848592337a414bfe46f1a7)) * Add UnityWeld and UI Lists ([0f23e58](https://github.com/adrenak/upf/commit/0f23e582a183e94e98f77b479332e58bac2c8493)) * Improved ListView inspector ([d1d45cf](https://github.com/adrenak/upf/commit/d1d45cf38158805f5a3af5764dc32ada55d31a26)) * Initial 0.1.0 release ([0a3036b](https://github.com/adrenak/upf/commit/0a3036b1615c79a3e3ba9d5623d7ff29504f8652)) --- Assets/Adrenak.UPF/CHANGELOG.md | 9 +++++++++ Assets/Adrenak.UPF/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Assets/Adrenak.UPF/CHANGELOG.md b/Assets/Adrenak.UPF/CHANGELOG.md index e69de29..ce174d2 100644 --- a/Assets/Adrenak.UPF/CHANGELOG.md +++ b/Assets/Adrenak.UPF/CHANGELOG.md @@ -0,0 +1,9 @@ +# 1.0.0 (2020-05-16) + + +### Features + +* Add pull to refresh to list view ([fae0cbd](https://github.com/adrenak/upf/commit/fae0cbd7c90d2b46ee848592337a414bfe46f1a7)) +* Add UnityWeld and UI Lists ([0f23e58](https://github.com/adrenak/upf/commit/0f23e582a183e94e98f77b479332e58bac2c8493)) +* Improved ListView inspector ([d1d45cf](https://github.com/adrenak/upf/commit/d1d45cf38158805f5a3af5764dc32ada55d31a26)) +* Initial 0.1.0 release ([0a3036b](https://github.com/adrenak/upf/commit/0a3036b1615c79a3e3ba9d5623d7ff29504f8652)) diff --git a/Assets/Adrenak.UPF/package.json b/Assets/Adrenak.UPF/package.json index e9cc6cd..7577a8c 100644 --- a/Assets/Adrenak.UPF/package.json +++ b/Assets/Adrenak.UPF/package.json @@ -1,6 +1,6 @@ { "name": "com.adrenak.upf", - "version": "0.1.0", + "version": "1.0.0", "displayName": "Unity Presentation Framework", "description": "Framework for Unity UI with out of the box features and boilerplate", "unity": "2018.4",