Skip to content

Commit

Permalink
Version Packages (next) (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 12, 2023
1 parent 9ef4ece commit fdd26f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"@sveltejs/site-kit": "5.2.1"
},
"changesets": []
"changesets": [
"afraid-panthers-hide"
]
}
13 changes: 13 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sveltejs/site-kit changelog

## 6.0.0-next.0

### Major Changes

- 9ef4ece: - Mobile navbar
- DocsMobileNav
- Consistent sk-theme-1 using `color-mix` across all pages
- Move Docs Contents and OnThisPage to here from svelte.dev
- Blockquote styling
- Move `Nav`, `NavItem`, `PreloadingIndicator`, `Separator`, `SkipLink` to `@sveltejs/site-kit/nav` export
- Add `@sveltejs/site-kit/stores` export
- Add `@sveltejs/site-kit/actions` export

## 5.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/site-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/site-kit",
"version": "5.2.2",
"version": "6.0.0-next.0",
"description": "Styles and components for use in *.svelte.dev websites",
"type": "module",
"scripts": {
Expand Down

0 comments on commit fdd26f3

Please sign in to comment.