Skip to content

Commit

Permalink
chore(changeset): enter pre-release mode for v37
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jul 29, 2024
1 parent 0b57996 commit 6dc212d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["docs", "example-*", "codesandbox"]
"ignore": ["docs", "example-*", "codesandbox", "rollup-plugin-import-css"]
}
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"docs": "1.0.0",
"codesandbox": "0.0.0",
"example-nextjs": "0.0.0",
"@primer/react": "36.27.0",
"rollup-plugin-import-css": "0.0.0"
},
"changesets": []
}

0 comments on commit 6dc212d

Please sign in to comment.