com.vulpes.menus
Advanced tools
Comparing version 0.9.0-preview.1 to 1.0.0
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.0.0] - 2022-03-14 | ||
### Changed | ||
- Updated Promises Package dependency from 1.1.0 to 2.0.0. | ||
## [0.9.0-preview.1] - 2022-03-09 | ||
@@ -9,0 +13,0 @@ ### Changed |
{ | ||
"name": "com.vulpes.menus", | ||
"displayName": "Vulpes Menu Framework", | ||
"version": "0.9.0-preview.1", | ||
"version": "1.0.0", | ||
"unity": "2021.2", | ||
@@ -21,4 +21,4 @@ "description": "A Promise driven game menu framework for Unity.", | ||
"com.unity.inputsystem": "1.0.2", | ||
"com.vulpes.transitions": "0.9.0-preview.1", | ||
"com.vulpes.promises": "1.1.0" | ||
"com.vulpes.transitions": "1.0.0", | ||
"com.vulpes.promises": "2.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "samples": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
635812
1
+ Addedcom.vulpes.promises@2.0.0(transitive)
+ Addedcom.vulpes.transitions@1.0.0(transitive)
- Removedcom.vulpes.promises@1.1.0(transitive)
- Removedcom.vulpes.transitions@0.9.0-preview.1(transitive)
Updatedcom.vulpes.promises@2.0.0
Updatedcom.vulpes.transitions@1.0.0