From 9575ff2278db39f009bca8c2df83e0d14645dd74 Mon Sep 17 00:00:00 2001 From: Neil Sarkar Date: Tue, 11 Aug 2020 13:14:38 -0700 Subject: [PATCH] Update package.json and CHANGELOG --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65894ce..aab263c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.71] - 2020-08-11 + +### Changed +- RepeatView adds the prefab at the beginning, duplicates index 0 +- ScreenId uses the path Assets/Plugins/VioletUI/ScreenId.bytes + ## [0.1.70] - 2020-08-11 ### Added diff --git a/package.json b/package.json index 51a485e..851235c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.neilsarkar.violetui", - "version": "0.1.70", + "version": "0.1.71", "displayName": "Violet UI", "description": "State-based rendering with live updates in the Unity Editor", "unity": "2019.4",