Skip to content

Commit 7c3481b

Browse files
Version Packages (next) (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 297467b commit 7c3481b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"mode": "pre",
33
"tag": "next",
44
"initialVersions": {
5-
"paneforge": "0.0.6"
5+
"paneforge": "0.0.6",
6+
"docs": "0.0.0"
67
},
78
"changesets": [
89
"chilled-monkeys-wink",
9-
"large-zoos-obey"
10+
"large-zoos-obey",
11+
"silent-rivers-sneeze"
1012
]
1113
}

packages/paneforge/CHANGELOG.md

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

3+
## 1.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- fix: issue where conditional panes would increase size on show/hide ([#58](https://github.com/svecosystem/paneforge/pull/58))
8+
39
## 1.0.0-next.1
410

511
### Patch Changes

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": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"author": {
55
"name": "Hunter Johnston",
66
"url": "https://github.com/huntabyte"

0 commit comments

Comments
 (0)