🍾 v4.4.1

This commit is contained in:
Adam Ramberg 2020-12-30 15:58:22 +01:00
parent 8417d673e3
commit d8b2b921cc
13 changed files with 47 additions and 41 deletions

View File

@ -6,6 +6,12 @@
💅 = Polish
🚀 = New features
# 4.4.1 (December 30, 2020)
## 🐛 Bug fixes
- [#224](https://github.com/AdamRamberg/unity-atoms/issues/224) Move Atoms Search back to its own sub menu. Having same sub path for both MenuItem and CreateAssetMenu is causing the menu to be removed. [@AdamRamberg](https://github.com/AdamRamberg)
# 4.4.0 (December 30, 2020)
- ([@miikalo](https://github.com/miikalo) has joined as maintainer of Unity Atoms! 🥳

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-base-atoms",
"displayName": "Unity Atoms Base Atoms",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Base set of Atoms based on Unity Atoms Core.",
"keywords": [
@ -20,6 +20,6 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-core",
"displayName": "Unity Atoms Core",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
"keywords": [

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-fsm",
"displayName": "Unity Atoms FSM",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Simple FSM using Unity Atoms.",
"keywords": [
@ -20,7 +20,7 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-input-system",
"displayName": "Unity Atoms Input System",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Unity Atoms with Unity's Input System.",
"keywords": [
@ -18,8 +18,8 @@
"/Editor.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0",
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1",
"com.unity.inputsystem": "1.0.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-mobile",
"displayName": "Unity Atoms Mobile",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Unity Atoms for your mobile project.",
"keywords": [
@ -20,6 +20,6 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
"displayName": "Unity Atoms Mono Hooks",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Hook into Unity's lifecycle methods with Atom Events.",
"keywords": [
@ -20,7 +20,7 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
"displayName": "Unity Atoms Scene Mgmt",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "Unity Atoms to manage your scenes.",
"keywords": [
@ -20,7 +20,7 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-tags",
"displayName": "Unity Atoms Tags",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "A replacement to Unity´s tags based on Unity Atoms.",
"keywords": [
@ -18,7 +18,7 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms-ui",
"displayName": "Unity Atoms UI",
"version": "4.4.0",
"version": "4.4.1",
"unity": "2018.3",
"description": "UI system using Unity Atoms.",
"keywords": [
@ -18,7 +18,7 @@
"/Documentation.meta"
],
"dependencies": {
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0"
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
}
}

View File

@ -56,15 +56,15 @@ Add the following to your `manifest.json` (which is located under your project l
],
"dependencies": {
...
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0",
"com.mambojambostudios.unity-atoms-fsm": "4.4.0",
"com.mambojambostudios.unity-atoms-mobile": "4.4.0",
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.0",
"com.mambojambostudios.unity-atoms-tags": "4.4.0",
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.0",
"com.mambojambostudios.unity-atoms-ui": "4.4.0",
"com.mambojambostudios.unity-atoms-input-system": "4.4.0",
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1",
"com.mambojambostudios.unity-atoms-fsm": "4.4.1",
"com.mambojambostudios.unity-atoms-mobile": "4.4.1",
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.1",
"com.mambojambostudios.unity-atoms-tags": "4.4.1",
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.1",
"com.mambojambostudios.unity-atoms-ui": "4.4.1",
"com.mambojambostudios.unity-atoms-input-system": "4.4.1",
...
}
}

View File

@ -35,14 +35,14 @@ Add the following to your `manifest.json`:
],
"dependencies": {
...
"com.mambojambostudios.unity-atoms-core": "4.4.0",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.0",
"com.mambojambostudios.unity-atoms-fsm": "4.4.0",
"com.mambojambostudios.unity-atoms-mobile": "4.4.0",
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.0",
"com.mambojambostudios.unity-atoms-tags": "4.4.0",
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.0",
"com.mambojambostudios.unity-atoms-ui": "4.4.0",
"com.mambojambostudios.unity-atoms-core": "4.4.1",
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1",
"com.mambojambostudios.unity-atoms-fsm": "4.4.1",
"com.mambojambostudios.unity-atoms-mobile": "4.4.1",
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.1",
"com.mambojambostudios.unity-atoms-tags": "4.4.1",
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.1",
"com.mambojambostudios.unity-atoms-ui": "4.4.1",
...
}
}

View File

@ -1,7 +1,7 @@
{
"name": "com.mambojambostudios.unity-atoms",
"displayName": "Unity Atoms",
"version": "4.4.0",
"version": "4.4.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},