Skip to content

Commit 33df9d2

Browse files
chore(release): version package (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 35e4f87 commit 33df9d2

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.changeset/old-years-press.md

-5
This file was deleted.

packages/paneforge/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# paneforge
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Initial release 🎉 ([#1](https://github.com/svecosystem/paneforge/pull/1))

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.0",
3+
"version": "0.0.1",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35e4f87d79c2b8dfd174e2a8ba627ce23cbebc20`](https://github.com/svecosystem/paneforge/commit/35e4f87d79c2b8dfd174e2a8ba627ce23cbebc20)]:
8+
9+
310
## 0.0.1
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.1",
4+
"version": "0.0.2",
55
"private": true,
66
"scripts": {
77
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",

0 commit comments

Comments
 (0)