Skip to content

Commit

Permalink
chore: add changeset cli for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Dec 20, 2023
1 parent f636811 commit 0da2b14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
},
"private": true,
"dependencies": {
"@changesets/cli": "^2.26.2",
"@emotion/babel-preset-css-prop": "^11.11.0",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
Expand Down

0 comments on commit 0da2b14

Please sign in to comment.