We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4d3bf commit d58f086Copy full SHA for d58f086
.changeset/config.json
@@ -0,0 +1,11 @@
1
+{
2
+ "$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3
+ "changelog": "@changesets/cli/changelog",
4
+ "commit": false,
5
+ "fixed": [],
6
+ "linked": [],
7
+ "access": "restricted",
8
+ "baseBranch": "master",
9
+ "updateInternalDependencies": "patch",
10
+ "ignore": []
11
+}
package.json
@@ -156,6 +156,7 @@
156
},
157
"private": true,
158
"dependencies": {
159
+ "@changesets/cli": "^2.26.2",
160
"@emotion/babel-preset-css-prop": "^11.11.0",
161
"browserify": "^17.0.0",
162
"buffer": "^6.0.3",
0 commit comments