Skip to content

Commit

Permalink
chore(release): version package (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 23, 2024
1 parent e30a0c1 commit 1d6427d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-points-fail.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paneforge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# paneforge

## 0.0.2

### Patch Changes

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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paneforge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paneforge",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "Hunter Johnston",
"url": "https://github.com/huntabyte"
Expand Down
7 changes: 7 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.3

### Patch Changes

- Updated dependencies [[`e30a0c1df0add8f0f3eb8e25944e9482b274a4fa`](https://github.com/svecosystem/paneforge/commit/e30a0c1df0add8f0f3eb8e25944e9482b274a4fa)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"description": "Docs for Paneforge",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",
Expand Down

0 comments on commit 1d6427d

Please sign in to comment.