Skip to content

Commit

Permalink
chore(release): version package (#100)
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 Nov 19, 2024
1 parent 271a593 commit 5021963
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-cherries-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-seas-smile.md

This file was deleted.

54 changes: 32 additions & 22 deletions packages/mode-watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,111 +1,121 @@
# mode-watcher

## 0.5.0

### Minor Changes

- feat: add ability to disable head script injection via the `disableHeadScriptInjection` prop for handling in hooks.server files ([#89](https://github.com/svecosystem/mode-watcher/pull/89))

### Patch Changes

- fix: hydration issues ([#99](https://github.com/svecosystem/mode-watcher/pull/99))

## 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))
- 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

- feat: Custom ClassNames ([#80](https://github.com/svecosystem/mode-watcher/pull/80))
- feat: Custom ClassNames ([#80](https://github.com/svecosystem/mode-watcher/pull/80))

- feat: Add `nonce` prop ([#82](https://github.com/svecosystem/mode-watcher/pull/82))
- feat: Add `nonce` prop ([#82](https://github.com/svecosystem/mode-watcher/pull/82))

- feat: Custom storage key names `modeStorageKey` `themeStorageKey` ([#84](https://github.com/svecosystem/mode-watcher/pull/84))
- feat: Custom storage key names `modeStorageKey` `themeStorageKey` ([#84](https://github.com/svecosystem/mode-watcher/pull/84))

- feat: Add support for custom themes ([#83](https://github.com/svecosystem/mode-watcher/pull/83))
- feat: Add support for custom themes ([#83](https://github.com/svecosystem/mode-watcher/pull/83))

## 0.3.1

### Patch Changes

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

## 0.3.0

### Minor Changes

- feat: `disableTransitions` prop ([#68](https://github.com/svecosystem/mode-watcher/pull/68))
- feat: `disableTransitions` prop ([#68](https://github.com/svecosystem/mode-watcher/pull/68))

## 0.2.2

### Patch Changes

- Update `moduleResolution` to `NodeNext` ([#63](https://github.com/svecosystem/mode-watcher/pull/63))
- Update `moduleResolution` to `NodeNext` ([#63](https://github.com/svecosystem/mode-watcher/pull/63))

## 0.2.1

### Patch Changes

- Fix incorrect localStorage key ([#51](https://github.com/svecosystem/mode-watcher/pull/51))
- Fix incorrect localStorage key ([#51](https://github.com/svecosystem/mode-watcher/pull/51))

## 0.2.0

### Minor Changes

- Allow `mode-watcher` to manage the theme-color meta tag ([#48](https://github.com/svecosystem/mode-watcher/pull/48))
- Allow `mode-watcher` to manage the theme-color meta tag ([#48](https://github.com/svecosystem/mode-watcher/pull/48))

## 0.1.2

### Patch Changes

- f30aa9f: add defaultMode prop
- f30aa9f: add defaultMode prop

## 0.1.1

### Patch Changes

- 8c71d5a: Fix bug where mode would not change unless the `mode` store was subscribed to
- 8c71d5a: Fix bug where mode would not change unless the `mode` store was subscribed to

## 0.1.0

### Minor Changes

- ec7750d: Rewrite mode-watcher with custom stores
- ec7750d: Rewrite mode-watcher with custom stores

## 0.0.7

### Patch Changes

- abc9b03: Fix bug missing withoutTransition in head
- abc9b03: Fix bug missing withoutTransition in head

## 0.0.6

### Patch Changes

- 289d4d6: Fix: prevent transitions during theme change
- 289d4d6: Fix: prevent transitions during theme change

## 0.0.5

### Patch Changes

- 8c93706: Add `track` prop which allows `<ModeWatcher>` to track changes in system preference
- 9dbbb39: Fixed bug in `setMode` which prevented user preferences from being set
- 4cb519e: Fix: remove unnecessary dep
- 8c93706: Add `track` prop which allows `<ModeWatcher>` to track changes in system preference
- 9dbbb39: Fixed bug in `setMode` which prevented user preferences from being set
- 4cb519e: Fix: remove unnecessary dep

## 0.0.4

### Patch Changes

- 487c5e3: Change persistent stores to use `dark` | `light` strings instead of booleans
- 487c5e3: Change persistent stores to use `dark` | `light` strings instead of booleans

## 0.0.3

### Patch Changes

- 0d3ef7f: Add `resetMode` function to reset mode to OS preference
- 0d3ef7f: Add `resetMode` function to reset mode to OS preference

## 0.0.2

### Patch Changes

- a03b451: Add `color-scheme` style to document element
- a03b451: Add `color-scheme` style to document element

## 0.0.1

### Patch Changes

- 5a18026: Initial release
- 5a18026: Initial release
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.1",
"version": "0.5.0",
"description": "SSR-friendly light and dark mode for SvelteKit",
"license": "MIT",
"repository": {
Expand Down
27 changes: 17 additions & 10 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,43 @@
# mode-watcher-docs

## 0.0.6

### Patch Changes

- Updated dependencies [[`7f6fa593bebdcce269cbb531bf1eeb048bccb1b9`](https://github.com/svecosystem/mode-watcher/commit/7f6fa593bebdcce269cbb531bf1eeb048bccb1b9), [`271a59318b6c9ad96722f521acf30f83c88ec15a`](https://github.com/svecosystem/mode-watcher/commit/271a59318b6c9ad96722f521acf30f83c88ec15a)]:
- [email protected]

## 0.0.5

### Patch Changes

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

## 0.0.4

### Patch Changes

- Updated dependencies [[`aa1759c237696819e2112e480383f126f2333edf`](https://github.com/svecosystem/mode-watcher/commit/aa1759c237696819e2112e480383f126f2333edf), [`5c49bbc90a56e82bce9773690242c56692b66c38`](https://github.com/svecosystem/mode-watcher/commit/5c49bbc90a56e82bce9773690242c56692b66c38), [`f8276a444f22545632e722b4d4d718826ed8b0c4`](https://github.com/svecosystem/mode-watcher/commit/f8276a444f22545632e722b4d4d718826ed8b0c4), [`9c2d9e3808a8f8e514e14aa3899b3ea584144f8f`](https://github.com/svecosystem/mode-watcher/commit/9c2d9e3808a8f8e514e14aa3899b3ea584144f8f)]:
- [email protected]
- Updated dependencies [[`aa1759c237696819e2112e480383f126f2333edf`](https://github.com/svecosystem/mode-watcher/commit/aa1759c237696819e2112e480383f126f2333edf), [`5c49bbc90a56e82bce9773690242c56692b66c38`](https://github.com/svecosystem/mode-watcher/commit/5c49bbc90a56e82bce9773690242c56692b66c38), [`f8276a444f22545632e722b4d4d718826ed8b0c4`](https://github.com/svecosystem/mode-watcher/commit/f8276a444f22545632e722b4d4d718826ed8b0c4), [`9c2d9e3808a8f8e514e14aa3899b3ea584144f8f`](https://github.com/svecosystem/mode-watcher/commit/9c2d9e3808a8f8e514e14aa3899b3ea584144f8f)]:
- [email protected]

## 0.0.3

### Patch Changes

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

## 0.0.2

### Patch Changes

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`0144bc8de98e568afa2eabe02861c5c8a3e25d21`](https://github.com/svecosystem/mode-watcher/commit/0144bc8de98e568afa2eabe02861c5c8a3e25d21)]:
- [email protected]
- Updated dependencies [[`0144bc8de98e568afa2eabe02861c5c8a3e25d21`](https://github.com/svecosystem/mode-watcher/commit/0144bc8de98e568afa2eabe02861c5c8a3e25d21)]:
- [email protected]
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.5",
"version": "0.0.6",
"private": true,
"description": "Documentation site for mode-watcher",
"scripts": {
Expand Down

0 comments on commit 5021963

Please sign in to comment.