Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #104 from unicape/0.x
Browse files Browse the repository at this point in the history
chore: Update changeset config
  • Loading branch information
unicape authored Dec 15, 2023
2 parents 1654513 + 796ab29 commit e042263
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "unicape/use-wagmi" }],
"changelog": [
"@changesets/changelog-github",
{ "repo": "unicape/use-wagmi" }
],
"commit": false,
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": ["nuxt-example", "vite-example"]
"ignore": ["nuxt-example", "vite-example", "vue2.6-example"]
}

0 comments on commit e042263

Please sign in to comment.