Skip to content

Commit 3cff9b4

Browse files
authored
Set up changeset (#41)
1 parent 7729afd commit 3cff9b4

File tree

5 files changed

+580
-12
lines changed

5 files changed

+580
-12
lines changed

.changeset/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)

.changeset/config.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"linked": [],
6+
"access": "restricted",
7+
"baseBranch": "master",
8+
"updateInternalDependencies": "patch",
9+
"ignore": []
10+
}

.changeset/fluffy-chairs-type.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"clickable-box": patch
3+
---
4+
5+
Adopt changesets for versioning and releases

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@babel/preset-typescript": "^7.12.7",
27+
"@changesets/cli": "^2.12.0",
2728
"@testing-library/react": "^11.2.2",
2829
"@types/jest": "^26.0.19",
2930
"@types/react": "^17.0.0",

0 commit comments

Comments
 (0)