소스 검색

Bumped package version to 0.2.0

James Peret 2 년 전
부모
커밋
d1dbdf0b32
2개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 1
      Readme.md
  2. 3 3
      package.json

+ 7 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.1.7
+# 📦 KairoEngine.UI.v0.2.0
 
 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.
 
@@ -74,6 +74,12 @@ 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.0
+
+- Upgraded GameModule system
+
 ### Tutorials
 
 ### Reference

+ 3 - 3
package.json

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