Skip to content

Commit b4e7d21

Browse files
Version Packages (next) (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 629b2f5 commit b4e7d21

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"paneforge": "0.0.6",
66
"docs": "0.0.3"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"large-zoos-obey"
10+
]
911
}

packages/paneforge/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# paneforge
22

3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- aad27de: Svelte 5
8+
39
## 0.0.6
410

511
### Patch Changes
@@ -10,28 +16,28 @@
1016

1117
### Patch Changes
1218

13-
- chore: add svelte 5 to peer deps ([#29](https://github.com/svecosystem/paneforge/pull/29))
19+
- chore: add svelte 5 to peer deps ([#29](https://github.com/svecosystem/paneforge/pull/29))
1420

1521
## 0.0.4
1622

1723
### Patch Changes
1824

19-
- chore: remove forgotten console.log ([#21](https://github.com/svecosystem/paneforge/pull/21))
25+
- chore: remove forgotten console.log ([#21](https://github.com/svecosystem/paneforge/pull/21))
2026

2127
## 0.0.3
2228

2329
### Patch Changes
2430

25-
- fixed a bug where safari would select the panel when dragging a handle up ([#17](https://github.com/svecosystem/paneforge/pull/17))
31+
- fixed a bug where safari would select the panel when dragging a handle up ([#17](https://github.com/svecosystem/paneforge/pull/17))
2632

2733
## 0.0.2
2834

2935
### Patch Changes
3036

31-
- Fixed resizing on mobile devices ([#4](https://github.com/svecosystem/paneforge/pull/4))
37+
- Fixed resizing on mobile devices ([#4](https://github.com/svecosystem/paneforge/pull/4))
3238

3339
## 0.0.1
3440

3541
### Patch Changes
3642

37-
- Initial release 🎉 ([#1](https://github.com/svecosystem/paneforge/pull/1))
43+
- Initial release 🎉 ([#1](https://github.com/svecosystem/paneforge/pull/1))

packages/paneforge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paneforge",
3-
"version": "0.0.6",
3+
"version": "1.0.0-next.0",
44
"author": {
55
"name": "Hunter Johnston",
66
"url": "https://github.com/huntabyte"

0 commit comments

Comments
 (0)