diff --git a/.changeset/config.json b/.changeset/config.json index f67a06b..f2b6752 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,9 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", - "changelog": [ - "@svitejs/changesets-changelog-github-compact", - { "repo": "svecosystem/paneforge" } - ], + "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], "linked": [], diff --git a/.changeset/large-zoos-obey.md b/.changeset/large-zoos-obey.md new file mode 100644 index 0000000..2199041 --- /dev/null +++ b/.changeset/large-zoos-obey.md @@ -0,0 +1,5 @@ +--- +"paneforge": major +--- + +Svelte 5 diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000..c46f395 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,9 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "paneforge": "0.0.6", + "docs": "0.0.3" + }, + "changesets": [] +}