mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
🐝 v4.2.0
This commit is contained in:
parent
74b1bb2d7c
commit
49f9ff3f66
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-base-atoms",
|
||||
"displayName": "Unity Atoms Base Atoms",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"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.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-core",
|
||||
"displayName": "Unity Atoms Core",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"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.1.0",
|
||||
"version": "4.2.0",
|
||||
"unity": "2018.3",
|
||||
"description": "Simple FSM using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mobile",
|
||||
"displayName": "Unity Atoms Mobile",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"unity": "2018.3",
|
||||
"description": "Unity Atoms for your mobile project.",
|
||||
"keywords": [
|
||||
@ -20,6 +20,6 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
||||
"displayName": "Unity Atoms Mono Hooks",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"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.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
|
||||
"displayName": "Unity Atoms Scene Mgmt",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"unity": "2018.3",
|
||||
"description": "Unity Atoms to manage your scenes.",
|
||||
"keywords": [
|
||||
@ -20,7 +20,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-tags",
|
||||
"displayName": "Unity Atoms Tags",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"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.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms-ui",
|
||||
"displayName": "Unity Atoms UI",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"unity": "2018.3",
|
||||
"description": "UI system using Unity Atoms.",
|
||||
"keywords": [
|
||||
@ -18,7 +18,7 @@
|
||||
"/Documentation.meta"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0"
|
||||
"com.mambojambostudios.unity-atoms-core": "4.2.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
16
README.md
16
README.md
@ -55,14 +55,14 @@ Add the following to your `manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.1.0",
|
||||
"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",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -35,14 +35,14 @@ Add the following to your `manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
...
|
||||
"com.mambojambostudios.unity-atoms-core": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-base-atoms": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-fsm": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-mobile": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-mono-hooks": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-tags": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-scene-mgmt": "4.1.0",
|
||||
"com.mambojambostudios.unity-atoms-ui": "4.1.0",
|
||||
"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",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms",
|
||||
"version": "4.0.0",
|
||||
"version": "4.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mambojambostudios.unity-atoms",
|
||||
"displayName": "Unity Atoms",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user