Skip to content

Commit

Permalink
chore(release): version package (#179)
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 16, 2024
1 parent e2eecf9 commit c750824
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-keys-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-buttons-perform.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- Breaking: Set minimum peer dep to `[email protected]` or greater to support
[`createSubscriber`](https://svelte.dev/docs/svelte/svelte-reactivity#createSubscriber) API
([#177](https://github.com/svecosystem/runed/pull/177))

- Enable `PersistedState` to be used in `.svelte.[ts|js]` files
([#177](https://github.com/svecosystem/runed/pull/177))

## 0.18.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.18.0",
"version": "0.19.0",
"type": "module",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c750824

Please sign in to comment.