Skip to content

Commit

Permalink
fix(core): Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Dec 18, 2024
1 parent 72c89aa commit 6a31ef6
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 1,482 deletions.
20 changes: 8 additions & 12 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "icons-pack/svelte-simple-icons" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"changelog": [
"@changesets/changelog-github",
{ "repo": "icons-pack/svelte-simple-icons" }
],
"baseBranch": "main",
"commit": false,
"access": "public",
"updateInternalDependencies": "patch"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.27.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/package": "^2.3.0",
Expand Down
Loading

0 comments on commit 6a31ef6

Please sign in to comment.