Skip to content

Commit

Permalink
chore(release): version package (#172)
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 Dec 6, 2024
1 parent f932fbf commit f7cbda7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-bikes-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pianos-beg.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/runed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# runed

## 0.18.0

### Minor Changes

- feat: add `runScheduledNow` and `updateImmediately` to `Debounced`
([#142](https://github.com/svecosystem/runed/pull/142))

### Patch Changes

- fix: `PersistedState` - only listen for the `'storage'` event if using `'local'` storage
([#159](https://github.com/svecosystem/runed/pull/159))

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runed",
"version": "0.17.0",
"version": "0.18.0",
"type": "module",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f7cbda7

Please sign in to comment.