diff --git a/CHANGELOG.md b/CHANGELOG.md index 911753cd..51af2fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ๐Ÿ’… = Polish ๐Ÿš€ = New features +# 4.4.5 (April 30, 2022) + +## ๐Ÿ› Bug fixes + +- [#348](https://github.com/unity-atoms/unity-atoms/pull/348) Fix conditional compilation for EDITOR only code that prevented building projects ([@soraphis](https://github.com/soraphis)) + # 4.4.4 (April 17, 2022) - [@Casey-Hofland](https://github.com/Casey-Hofland) has left Unity Atoms as a maintainer. We wish Casey all the best and thank him for his contributions and help! diff --git a/Packages/BaseAtoms/package.json b/Packages/BaseAtoms/package.json index 84d96bf8..afae5f64 100644 --- a/Packages/BaseAtoms/package.json +++ b/Packages/BaseAtoms/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-base-atoms", "displayName": "Unity Atoms Base Atoms", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Base set of Atoms based on Unity Atoms Core.", "keywords": [ @@ -22,6 +22,6 @@ "dependencies": { "com.unity.modules.physics": "1.0.0", "com.unity.modules.physics2d": "1.0.0", - "com.unity-atoms.unity-atoms-core": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5" } } diff --git a/Packages/Core/package.json b/Packages/Core/package.json index b5276d34..e0389d62 100644 --- a/Packages/Core/package.json +++ b/Packages/Core/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-core", "displayName": "Unity Atoms Core", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Tiny modular pieces utilizing the power of Scriptable Objects", "keywords": [ diff --git a/Packages/FSM/package.json b/Packages/FSM/package.json index fca2de33..59fba9ff 100644 --- a/Packages/FSM/package.json +++ b/Packages/FSM/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-fsm", "displayName": "Unity Atoms FSM", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Simple FSM using Unity Atoms.", "keywords": [ @@ -20,7 +20,7 @@ "/Documentation.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/Packages/InputSystem/package.json b/Packages/InputSystem/package.json index 5120c280..0e6387da 100644 --- a/Packages/InputSystem/package.json +++ b/Packages/InputSystem/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-input-system", "displayName": "Unity Atoms Input System", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Unity Atoms with Unity's Input System.", "keywords": [ @@ -18,8 +18,8 @@ "/Editor.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4", + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5", "com.unity.inputsystem": "1.0.1" } } diff --git a/Packages/Mobile/package.json b/Packages/Mobile/package.json index 1dbccaff..0da90c7d 100644 --- a/Packages/Mobile/package.json +++ b/Packages/Mobile/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-mobile", "displayName": "Unity Atoms Mobile", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Unity Atoms for your mobile project.", "keywords": [ @@ -20,7 +20,7 @@ "/Documentation.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/Packages/MonoHooks/package.json b/Packages/MonoHooks/package.json index efd8f102..473e7eb4 100644 --- a/Packages/MonoHooks/package.json +++ b/Packages/MonoHooks/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-mono-hooks", "displayName": "Unity Atoms Mono Hooks", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Hook into Unity's lifecycle methods with Atom Events.", "keywords": [ @@ -21,7 +21,7 @@ ], "dependencies": { "com.unity.ugui": "1.0.0", - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/Packages/SceneMgmt/package.json b/Packages/SceneMgmt/package.json index 6414b9cb..71633200 100644 --- a/Packages/SceneMgmt/package.json +++ b/Packages/SceneMgmt/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-scene-mgmt", "displayName": "Unity Atoms Scene Mgmt", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "Unity Atoms to manage your scenes.", "keywords": [ @@ -20,7 +20,7 @@ "/Documentation.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/Packages/Tags/package.json b/Packages/Tags/package.json index 31bd1366..4b37abdc 100644 --- a/Packages/Tags/package.json +++ b/Packages/Tags/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-tags", "displayName": "Unity Atoms Tags", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "A replacement to Unityยดs tags based on Unity Atoms.", "keywords": [ @@ -18,7 +18,7 @@ "/Documentation.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/Packages/UI/package.json b/Packages/UI/package.json index 209786aa..888fce92 100644 --- a/Packages/UI/package.json +++ b/Packages/UI/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms-ui", "displayName": "Unity Atoms UI", - "version": "4.4.4", + "version": "4.4.5", "unity": "2018.3", "description": "UI system using Unity Atoms.", "keywords": [ @@ -18,7 +18,7 @@ "/Documentation.meta" ], "dependencies": { - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4" + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5" } } diff --git a/README.md b/README.md index 654c2c39..0a6ab601 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,15 @@ Add the following to your `manifest.json` (which is located under your project l ], "dependencies": { ... - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4", - "com.unity-atoms.unity-atoms-fsm": "4.4.4", - "com.unity-atoms.unity-atoms-mobile": "4.4.4", - "com.unity-atoms.unity-atoms-mono-hooks": "4.4.4", - "com.unity-atoms.unity-atoms-tags": "4.4.4", - "com.unity-atoms.unity-atoms-scene-mgmt": "4.4.4", - "com.unity-atoms.unity-atoms-ui": "4.4.4", - "com.unity-atoms.unity-atoms-input-system": "4.4.4", + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5", + "com.unity-atoms.unity-atoms-fsm": "4.4.5", + "com.unity-atoms.unity-atoms-mobile": "4.4.5", + "com.unity-atoms.unity-atoms-mono-hooks": "4.4.5", + "com.unity-atoms.unity-atoms-tags": "4.4.5", + "com.unity-atoms.unity-atoms-scene-mgmt": "4.4.5", + "com.unity-atoms.unity-atoms-ui": "4.4.5", + "com.unity-atoms.unity-atoms-input-system": "4.4.5", ... } } diff --git a/docs/introduction/installation.md b/docs/introduction/installation.md index 7b9b0e05..6e2a2e6a 100644 --- a/docs/introduction/installation.md +++ b/docs/introduction/installation.md @@ -35,15 +35,15 @@ Add the following to your `manifest.json`: ], "dependencies": { ... - "com.unity-atoms.unity-atoms-core": "4.4.4", - "com.unity-atoms.unity-atoms-base-atoms": "4.4.4", - "com.unity-atoms.unity-atoms-fsm": "4.4.4", - "com.unity-atoms.unity-atoms-mobile": "4.4.4", - "com.unity-atoms.unity-atoms-mono-hooks": "4.4.4", - "com.unity-atoms.unity-atoms-tags": "4.4.4", - "com.unity-atoms.unity-atoms-scene-mgmt": "4.4.4", - "com.unity-atoms.unity-atoms-ui": "4.4.4", - "com.unity-atoms.unity-atoms-input-system": "4.4.4", + "com.unity-atoms.unity-atoms-core": "4.4.5", + "com.unity-atoms.unity-atoms-base-atoms": "4.4.5", + "com.unity-atoms.unity-atoms-fsm": "4.4.5", + "com.unity-atoms.unity-atoms-mobile": "4.4.5", + "com.unity-atoms.unity-atoms-mono-hooks": "4.4.5", + "com.unity-atoms.unity-atoms-tags": "4.4.5", + "com.unity-atoms.unity-atoms-scene-mgmt": "4.4.5", + "com.unity-atoms.unity-atoms-ui": "4.4.5", + "com.unity-atoms.unity-atoms-input-system": "4.4.5", ... } } diff --git a/package-lock.json b/package-lock.json index 63376f4c..4d2354d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.unity-atoms.unity-atoms", - "version": "4.4.4", + "version": "4.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.unity-atoms.unity-atoms", - "version": "4.4.4", + "version": "4.4.5", "devDependencies": { "rimraf": "^3.0.0", "xml2js": "^0.4.22", diff --git a/package.json b/package.json index 7d9bff51..5bcc28b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity-atoms.unity-atoms", "displayName": "Unity Atoms", - "version": "4.4.4", + "version": "4.4.5", "publishConfig": { "registry": "https://npm.pkg.github.com/" },