mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
🍺 v4.4.2
This commit is contained in:
parent
3c9bc211a8
commit
a443064235
@ -6,6 +6,12 @@
|
||||
💅 = Polish
|
||||
🚀 = New features
|
||||
|
||||
# 4.4.2 (December 30, 2020)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Fixed ValueEquals for EquatableAtomVariable and EquatableAtomReference, which before the change caused a bug in AtomCollection. [@AdamRamberg](https://github.com/AdamRamberg)
|
||||
|
||||
# 4.4.1 (December 30, 2020)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"displayName": "Unity Atoms Base Atoms",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-core",
|
||||
"displayName": "Unity Atoms Core",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.4.1",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
"description": "Simple FSM using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-input-system",
|
||||
"displayName": "Unity Atoms Input System",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1",
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.unity.inputsystem": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mobile",
|
||||
"displayName": "Unity Atoms Mobile",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"displayName": "Unity Atoms Mono Hooks",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"displayName": "Unity Atoms Scene Mgmt",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-tags",
|
||||
"displayName": "Unity Atoms Tags",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"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.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-ui",
|
||||
"displayName": "Unity Atoms UI",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"unity": "2018.3",
|
||||
"description": "UI system using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -18,7 +18,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.1",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.1"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
18
README.md
18
README.md
@ -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.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",
|
||||
"com.mambojambostudios.unity-atoms-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-input-system": "4.4.2",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -35,14 +35,14 @@ Add the following to your `manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"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-core": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.4.2",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.4.2",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms",
|
||||
"displayName": "Unity Atoms",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user