diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md new file mode 100644 index 00000000..b0b3156c --- /dev/null +++ b/packages/config/CHANGELOG.md @@ -0,0 +1,8 @@ +# @bscotch/stitch-config Changelog + +## 0.2.0 (2024-02-22) + +### Features + +- Added the Stitch config schema URL and ID +- Added a new package for the stitch config file, to make it easier to manage \ No newline at end of file diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f4a63860..41a231e6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @bscotch/stitch Changelog +## 11.1.0 (2024-02-22) + +### Features + +- Now using the config package for cross-utility consistency + ## 11.0.0 (2024-01-29) ### Features diff --git a/packages/yy/CHANGELOG.md b/packages/yy/CHANGELOG.md index 6847fd2c..69f293e0 100644 --- a/packages/yy/CHANGELOG.md +++ b/packages/yy/CHANGELOG.md @@ -1,5 +1,11 @@ # @bscotch/yy Changelog +## 2.1.5 (2024-02-22) + +### Fixes + +- Now ensuring that '%Name' is definitely not in $GMSpriteFramesTrack objects + ## 2.1.4 (2024-02-22) ### Fixes