浏览代码

Bumped package to version 0.2.3

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

+ 4 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.2.1
+# 📦 KairoEngine.Core v0.2.3
 
 
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 
 
@@ -24,6 +24,9 @@ This contains the base code that other packages will use. It includes code for t
 - `KairoEngine.Core.ModuleSystem`
 - `KairoEngine.Core.ModuleSystem`
 
 
 ### 📄Changelog
 ### 📄Changelog
+##### v0.2.3
+- Fixed IconFoldoutGroup icon path
+- Added OpenUrlGameAction
 
 
 ##### v0.2.2
 ##### v0.2.2
 - Fixed WaitGameAction icon path to find the file instead of using a fixed path
 - Fixed WaitGameAction icon path to find the file instead of using a fixed path

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "at.kairoscope.kairoengine.core",
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
   "displayName" : "KairoEngine Core",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "unity": "2020.3",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
   "repository": {
@@ -10,7 +10,7 @@
   },
   },
   "author": "Kairoscope",
   "author": "Kairoscope",
   "dependencies": {
   "dependencies": {
-    "at.kairoscope.thirdparty.sirenix":"1.0.2",
+    "at.kairoscope.thirdparty.sirenix":"1.0.5",
     "at.kairoscope.thirdparty.unirx":"1.0.0",
     "at.kairoscope.thirdparty.unirx":"1.0.0",
     "at.kairoscope.thirdparty.zenject":"1.0.0",
     "at.kairoscope.thirdparty.zenject":"1.0.0",
     "at.kairoscope.thirdparty.qfsw":"1.0.0"
     "at.kairoscope.thirdparty.qfsw":"1.0.0"