Skip to content

Commit

Permalink
chore: Add changesets (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 4, 2024
1 parent a38a0e1 commit aa3440f
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"privatePackages": {
"version": true,
"tag": true
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.8",
"@edge-runtime/vm": "^4.0.2",
"@tanstack/router-devtools": "^1.52.5",
"@tanstack/router-plugin": "^1.52.0",
Expand Down
Loading

0 comments on commit aa3440f

Please sign in to comment.