@quenty/blend
Advanced tools
Comparing version 12.4.0 to 12.5.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [12.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@12.4.0...@quenty/blend@12.5.0) (2024-09-12) | ||
### Bug Fixes | ||
* Blend spring uses a default spring object, fixing any errors ([d468636](https://github.com/Quenty/NevermoreEngine/commit/d468636dc58f951fbfc565d4a6b68c79483e379a)) | ||
* Fix some spring object stuff ([34e8ede](https://github.com/Quenty/NevermoreEngine/commit/34e8edee97fa93a0a5bd84442b85826082444f2a)) | ||
### Features | ||
* Update Blend.Spring to use SpringObject underneath ([b5d41f5](https://github.com/Quenty/NevermoreEngine/commit/b5d41f5b6955fc77bd37d9ec97b9704410c7c3f5)) | ||
# [12.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@12.3.0...@quenty/blend@12.4.0) (2024-08-09) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@quenty/blend", | ||
"version": "12.4.0", | ||
"version": "12.5.0", | ||
"description": "Declarative UI system.", | ||
@@ -30,22 +30,22 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/acceltween": "^2.4.0", | ||
"@quenty/brio": "^14.4.0", | ||
"@quenty/ducktype": "^5.3.0", | ||
"@quenty/instanceutils": "^13.4.0", | ||
"@quenty/loader": "^10.3.0", | ||
"@quenty/maid": "^3.2.0", | ||
"@quenty/promise": "^10.3.0", | ||
"@quenty/rx": "^13.4.0", | ||
"@quenty/signal": "^7.3.0", | ||
"@quenty/spring": "^10.3.0", | ||
"@quenty/acceltween": "^2.5.0", | ||
"@quenty/brio": "^14.5.0", | ||
"@quenty/ducktype": "^5.4.0", | ||
"@quenty/instanceutils": "^13.5.0", | ||
"@quenty/loader": "^10.4.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.4.0", | ||
"@quenty/rx": "^13.5.0", | ||
"@quenty/signal": "^7.4.0", | ||
"@quenty/spring": "^10.4.0", | ||
"@quenty/steputils": "^3.4.0", | ||
"@quenty/string": "^3.2.0", | ||
"@quenty/valuebaseutils": "^13.4.0", | ||
"@quenty/valueobject": "^13.4.0" | ||
"@quenty/valuebaseutils": "^13.5.0", | ||
"@quenty/valueobject": "^13.5.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/contentproviderutils": "^12.4.0", | ||
"@quenty/playerthumbnailutils": "^10.3.0" | ||
"@quenty/contentproviderutils": "^12.5.0", | ||
"@quenty/playerthumbnailutils": "^10.4.0" | ||
}, | ||
"gitHead": "ba466bdbc05c42fb607cf5e228c16339201d21d7" | ||
"gitHead": "fb172906f3ee725269ec1e5f4daf9dca227e729d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
78527
Updated@quenty/acceltween@^2.5.0
Updated@quenty/brio@^14.5.0
Updated@quenty/ducktype@^5.4.0
Updated@quenty/loader@^10.4.0
Updated@quenty/maid@^3.3.0
Updated@quenty/promise@^10.4.0
Updated@quenty/rx@^13.5.0
Updated@quenty/signal@^7.4.0
Updated@quenty/spring@^10.4.0
Updated@quenty/valueobject@^13.5.0