diff --git a/packages/svelte-router/CHANGELOG.md b/packages/svelte-router/CHANGELOG.md new file mode 100644 index 0000000..a45b635 --- /dev/null +++ b/packages/svelte-router/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0-alpha.0 (2026-05-03) + +### Features + +* introduce router adapter for Svelte ([0ed86a6](https://github.com/TrigenSoftware/nano_kit/commit/0ed86a63998b23a7bc293cf144830c1cdfed534d)) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md new file mode 100644 index 0000000..c3dca79 --- /dev/null +++ b/packages/svelte/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0-alpha.0 (2026-05-03) + +### Features + +* introduce store adapter for Svelte ([98bd30f](https://github.com/TrigenSoftware/nano_kit/commit/98bd30fa1890aef33c00c416b86167450b16842c))