Skip to content

Commit c25b136

Browse files
chore(release): version package (#237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bbcb9e commit c25b136

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.changeset/spotty-seals-collect.md

-5
This file was deleted.

.changeset/thirty-donkeys-fly.md

-5
This file was deleted.

packages/runed/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# runed
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- previous: allow passing initial value
8+
([`3bbcb9e`](https://github.com/svecosystem/runed/commit/3bbcb9e0185bb40fdb8d38b31876f0e297bee544))
9+
10+
### Patch Changes
11+
12+
- fix: Fix issues with `PersistedState` in runes mode.
13+
([#236](https://github.com/svecosystem/runed/pull/236))
14+
315
## 0.24.1
416

517
### Patch Changes

packages/runed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runed",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"type": "module",
55
"svelte": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)