From 226e9597792fd589f6679f7d6cebf43d8b3f1f0f Mon Sep 17 00:00:00 2001 From: ErikMoczi <32465761+ErikMoczi@users.noreply.github.com> Date: Thu, 14 Mar 2019 17:45:33 +0000 Subject: [PATCH] 0.2.5-preview - 2019/03/13 @2018.3 --- package/CHANGELOG.md | 20 ++++++++++---------- package/package.json | 4 ++-- versions.txt | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 2b4627666..94dabab97 100755 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,23 +1,23 @@ # Changelog All notable changes to this package will be documented in this file. -## [0.2.4] - 2019-03-13 --Fixed UIElements compilation issues in 2019.1+ --Updated to Addressables version '0.6.7-preview'. +## [0.2.5] - 2019-03-13 +- Fixed UIElements compilation issues in 2019.1+ +- Updated to Addressables version '0.6.7-preview'. ## [0.2.3] - 2019-02-20 --Fixed adding Locales and Tables to Addressables not working when the Addressables settings asset did not exist(LOC-24). --Fixed exception when changing a table name in the Table Editor window. --Fixed AssetTablesField exception when no Asset Tables exist in the project. --Updated to Addressables version '0.5.3-preview'. +- Fixed adding Locales and Tables to Addressables not working when the Addressables settings asset did not exist(LOC-24). +- Fixed exception when changing a table name in the Table Editor window. +- Fixed AssetTablesField exception when no Asset Tables exist in the project. +- Updated to Addressables version '0.5.3-preview'. ## [0.2.2] - 2018-12-17 --Fixed NullRefException when opening the Asset Tables window and no Asset Tables exist in the project +- Fixed NullRefException when opening the Asset Tables window and no Asset Tables exist in the project ## [0.2.1] - 2018-12-14 --Removed stray file `README - External.md` +- Removed stray file `README - External.md` ## [0.2.0] - 2018-12-11 ### This is the first release of *Unity Package Localization*. --Contains preview of asset and string localization support. +- Contains preview of asset and string localization support. diff --git a/package/package.json b/package/package.json index f01fae10a..45c4a6c85 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.localization", "displayName": "Localization", - "version": "0.2.4-preview", + "version": "0.2.5-preview", "unity": "2018.3", "description": "Preview of player localization system. Provides tools for localizing your built application.", "keywords": [ @@ -16,7 +16,7 @@ "repository": { "type": "git", "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/Localization/upm-package-localization.git", - "revision": "24864ec5a6f1b4a114c4e80833936560d59d54b8" + "revision": "09d8ae20b53b8d0bad53d67196d8d402e640d7e6" }, "samples": [ { diff --git a/versions.txt b/versions.txt index 85293c267..46d799087 100755 --- a/versions.txt +++ b/versions.txt @@ -5,3 +5,4 @@ 0.2.2-preview 0.2.3-preview 0.2.4-preview +0.2.5-preview