Skip to content

Commit

Permalink
chore(release): version package (#88)
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 Jul 27, 2024
1 parent e3cc121 commit 3684c77
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-cars-fold.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.4.1

### Patch Changes

- Fix bug where `data-theme` attribute wasn't syncing with the theme ([#87](https://github.com/svecosystem/mode-watcher/pull/87))

## 0.4.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.4.0",
"version": "0.4.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.5

### Patch Changes

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

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"description": "Documentation site for mode-watcher",
"scripts": {
Expand Down

0 comments on commit 3684c77

Please sign in to comment.