Skip to content

Commit

Permalink
next: enter prerelease mode (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Oct 6, 2024
1 parent 00106a9 commit aad27de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "svecosystem/paneforge" }
],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/large-zoos-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"paneforge": major
---

Svelte 5
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"paneforge": "0.0.6",
"docs": "0.0.3"
},
"changesets": []
}

0 comments on commit aad27de

Please sign in to comment.