Skip to content

Commit 5cd50c4

Browse files
committed
added .changeset directory
1 parent 75efa98 commit 5cd50c4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.changeset/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changesets
2+
3+
To add changeset run:
4+
5+
```bash
6+
npx changeset
7+
```
8+
9+
in the root of the project. This will create a new changeset in the `.changeset` folder.

.changeset/config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"ignore": [],
7+
"linked": [],
8+
"access": "public",
9+
"baseBranch": "main",
10+
"updateInternalDependencies": "patch",
11+
"privatePackages": {
12+
"version": true,
13+
"tag": true
14+
}
15+
}

0 commit comments

Comments
 (0)