diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index b70a7653..c242f66e 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @bscotch/gml-parser Changelog +## 1.7.3 (2024-03-06) + +### Fixes + +- No longer sorting included files prior to writing, since the stringifier has been updated to do that for us + ## 1.7.2 (2024-03-05) ### Fixes diff --git a/packages/yy/CHANGELOG.md b/packages/yy/CHANGELOG.md index 69f293e0..ea8b4c41 100644 --- a/packages/yy/CHANGELOG.md +++ b/packages/yy/CHANGELOG.md @@ -1,5 +1,12 @@ # @bscotch/yy Changelog +## 2.1.6 (2024-03-06) + +### Fixes + +- The '%Name' field is now always set to the 'name' field value, even when it was already set. This ensures that name-changing logic can work. +- Resources, folders, and Included Files are now all sorted during stringification for the new GameMaker project format. + ## 2.1.5 (2024-02-22) ### Fixes