Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.9](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.8...router@1.0.0-alpha.9) (2026-05-06)

### Bug Fixes

* fix child page head tags override ([bb2af5e](https://github.com/TrigenSoftware/nano_kit/commit/bb2af5e3359562c99dff665d2730461c7d8c2d7e))

## [1.0.0-alpha.8](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.7...router@1.0.0-alpha.8) (2026-04-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/router",
"type": "module",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "A small and powerful router for the @nano_kit/store state management library.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-06)

### Features

* introduce router adapter for Svelte ([0ed86a6](https://github.com/TrigenSoftware/nano_kit/commit/0ed86a63998b23a7bc293cf144830c1cdfed534d))
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-06)

### Features

* introduce store adapter for Svelte ([98bd30f](https://github.com/TrigenSoftware/nano_kit/commit/98bd30fa1890aef33c00c416b86167450b16842c))