Skip to content

Commit

Permalink
Version Packages (next) (#84)
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 Apr 10, 2023
1 parent 6c04846 commit 0dc796d
Show file tree
Hide file tree
Showing 3 changed files with 12 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": "3.4.0"
},
"changesets": []
"changesets": [
"funny-bears-teach"
]
}
8 changes: 8 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/site-kit changelog

## 4.0.0-next.0

### Major Changes

- 6c04846: Dark mode toggle, dark mode styles changed as well

This is a breaking change because svelte.dev and kit.svelte.dev rely on variables changing based on `@media (prefers-color-scheme: dark)`, and the variables belonging to `:root` rather than `body`

## 3.4.0

### Minor 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": "3.4.0",
"version": "4.0.0-next.0",
"description": "Styles and components for use in *.svelte.dev websites",
"type": "module",
"svelte": "index.js",
Expand Down

0 comments on commit 0dc796d

Please sign in to comment.