Skip to content

Commit 1d6427d

Browse files
chore(release): version package (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e30a0c1 commit 1d6427d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/polite-points-fail.md

-5
This file was deleted.

packages/paneforge/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# paneforge
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Fixed resizing on mobile devices ([#4](https://github.com/svecosystem/paneforge/pull/4))
8+
39
## 0.0.1
410

511
### Patch Changes

packages/paneforge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paneforge",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": {
55
"name": "Hunter Johnston",
66
"url": "https://github.com/huntabyte"

sites/docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e30a0c1df0add8f0f3eb8e25944e9482b274a4fa`](https://github.com/svecosystem/paneforge/commit/e30a0c1df0add8f0f3eb8e25944e9482b274a4fa)]:
8+
9+
310
## 0.0.2
411

512
### Patch Changes

sites/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"description": "Docs for Paneforge",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"private": true,
66
"scripts": {
77
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",

0 commit comments

Comments
 (0)