浏览代码

Bumped package version to 0.2.9

James Peret 2 年之前
父节点
当前提交
e65f7444f9
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 1
      Readme.md
  2. 2 2
      package.json

+ 3 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.2.8
+# 📦 KairoEngine.UI.v0.2.9
 
 The **UI** package contains the ``UiSystem`` component and the ``UiSystemModule``. The module loads the Ui System in place which manages canvases with UI data. The system now which canvases are enabled and has a global toggle for all the game UI.
 
@@ -75,6 +75,8 @@ Once you start creating interface elements for your game, you will want to regis
 The UI package adds new functionality for designing game user interfaces and tools for managing those interfaces in runtime. 
 
 ### Changelog
+### v0.2.9
+- Fixed minor bugs
 
 ### v0.2.8
 - Added Encyclopedia auto refresh articles on enable

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.ui",
     "displayName" : "KairoEngine UI",
-    "version": "0.2.8",
+    "version": "0.2.9",
     "unity": "2020.3",
     "description": "User Interface library for kairoEngine",
     "repository": {
@@ -10,7 +10,7 @@
     },
     "author": "Kairoscope",
     "dependencies": {
-      "at.kairoscope.kairoengine.core":"0.2.4",
+      "at.kairoscope.kairoengine.core":"0.2.6",
       "at.kairoscope.kairoengine.sfx":"0.2.0",
       "at.kairoscope.thirdparty.leantween":"1.0.0",
       "at.kairoscope.thirdparty.tmpro":"1.0.0"