@quenty/draw
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/draw@7.5.0...@quenty/draw@7.6.0) (2024-10-04) | ||
### Bug Fixes | ||
* Draw.updateRay renders properly ([ec1fd94](https://github.com/Quenty/NevermoreEngine/commit/ec1fd94ba5f1edd3332975d97bc26cdcf85f65c3)) | ||
# [7.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/draw@7.4.0...@quenty/draw@7.5.0) (2024-09-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/draw", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"description": "A utility library to debug things in 3D space for Roblox.", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "^10.5.0", | ||
"@quenty/maid": "^3.3.0" | ||
"@quenty/loader": "^10.6.0", | ||
"@quenty/maid": "^3.4.0" | ||
}, | ||
"gitHead": "41715b15e2b48b2d22ff4f5277a8d4b7a0d32ef3" | ||
"gitHead": "035abfa088c854a73e1c65b350267eaa17669646" | ||
} |
Sorry, the diff of this file is not supported yet
40429
Updated@quenty/loader@^10.6.0
Updated@quenty/maid@^3.4.0