mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Update all version references to 4.4.5 (#350)
This commit is contained in:
parent
4ee7155b63
commit
12515aefc8
@ -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!
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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": [
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
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.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",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
...
|
||||
}
|
||||
}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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/"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user