Skip to content

Commit

Permalink
chore(release): version package (#78)
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] authored Jun 17, 2024
1 parent 25e5fad commit d3fa031
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-ads-wash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mode-watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mode-watcher

## 0.3.1

### Patch Changes

- chore: add svelte 5 to peer deps ([#77](https://github.com/svecosystem/mode-watcher/pull/77))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mode-watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mode-watcher",
"version": "0.3.0",
"version": "0.3.1",
"description": "SSR-friendly light and dark mode for SvelteKit",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mode-watcher-docs

## 0.0.3

### Patch Changes

- Updated dependencies [[`25e5fad771b3a1ebc51d781550cc19a0e0aa7e7c`](https://github.com/svecosystem/mode-watcher/commit/25e5fad771b3a1ebc51d781550cc19a0e0aa7e7c)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mode-watcher-docs",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "Documentation site for mode-watcher",
"scripts": {
Expand Down

0 comments on commit d3fa031

Please sign in to comment.