mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
🐞v4.2.1
This commit is contained in:
parent
46a526c666
commit
9dd7f918a8
@ -8,6 +8,13 @@
|
||||
|
||||
# [Unreleased]
|
||||
|
||||
# 4.2.1 (June 22, 2020)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Fixed clear button handler for StackTraces. ([@AdamRamberg](https://github.com/AdamRamberg)
|
||||
- Fixed and rearranged StackTraces compiler flags. ([@AdamRamberg](https://github.com/AdamRamberg)
|
||||
|
||||
# 4.2.0 (June 20, 2020)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"displayName": "Unity Atoms Base Atoms",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.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.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-core",
|
||||
"displayName": "Unity Atoms Core",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"unity": "2018.3",
|
||||
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
||||
"keywords": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-fsm",
|
||||
"displayName": "Unity Atoms FSM",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"unity": "2018.3",
|
||||
"description": "Simple FSM using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mobile",
|
||||
"displayName": "Unity Atoms Mobile",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.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.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"displayName": "Unity Atoms Mono Hooks",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.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.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"displayName": "Unity Atoms Scene Mgmt",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.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.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-tags",
|
||||
"displayName": "Unity Atoms Tags",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.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.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-ui",
|
||||
"displayName": "Unity Atoms UI",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"unity": "2018.3",
|
||||
"description": "UI system using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -18,7 +18,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1"
|
||||
}
|
||||
}
|
||||
|
16
README.md
16
README.md
@ -55,14 +55,14 @@ Add the following to your `manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.2.1",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -35,14 +35,14 @@ Add the following to your `manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.2.1",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.2.1",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user