Added changesets

This commit is contained in:
niktek
2023-09-21 14:23:00 +10:00
parent 1bbbacf40f
commit ff1f9ee53b

View File

@@ -0,0 +1,7 @@
---
"create-skeleton-app": patch
---
Fix relative pathing and network handling
- On windows when creating a custom theme, there was a writing issues due to how windows handled relative pathing
- If CSA was unable to download content from github, it could leave the install in an incomplete state. Fetching is now left to the end of the install process.