@quenty/adorneedata
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneedata@7.5.0...@quenty/adorneedata@7.6.0) (2024-09-12) | ||
### Features | ||
* Add AdorneeData:Unset(adornee) ([214b490](https://github.com/Quenty/NevermoreEngine/commit/214b490c3dbc64a6b511167534436376dfc05573)) | ||
* Add AdorneeDataEntry supporting optional attributes ([b840805](https://github.com/Quenty/NevermoreEngine/commit/b8408052efc0dd6f5039d7d9b73ae22b45b201d9)) | ||
# [7.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneedata@7.4.0...@quenty/adorneedata@7.5.0) (2024-08-09) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@quenty/adorneedata", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"description": "Bridges attributes and serialization", | ||
@@ -28,8 +28,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/attributeutils": "^14.4.0", | ||
"@quenty/attributeutils": "^14.5.0", | ||
"@quenty/defaultvalueutils": "^1.2.0", | ||
"@quenty/ducktype": "^5.3.0", | ||
"@quenty/loader": "^10.3.0", | ||
"@quenty/rx": "^13.4.0", | ||
"@quenty/rxsignal": "^7.4.0", | ||
"@quenty/ducktype": "^5.4.0", | ||
"@quenty/loader": "^10.4.0", | ||
"@quenty/rx": "^13.5.0", | ||
"@quenty/rxsignal": "^7.5.0", | ||
"@quenty/table": "^3.5.0", | ||
@@ -41,3 +41,3 @@ "@quentystudios/t": "^3.0.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
27950
Updated@quenty/ducktype@^5.4.0
Updated@quenty/loader@^10.4.0
Updated@quenty/rx@^13.5.0
Updated@quenty/rxsignal@^7.5.0