Skip to content

Commit 5562c84

Browse files
committed
chore(dependencies): add @changesets packages and initialize changeset configuration
1 parent 545a01e commit 5562c84

File tree

4 files changed

+537
-0
lines changed

4 files changed

+537
-0
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
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/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3+
"changelog": ["@changesets/changelog-github", { "repo": "Ohh-889/skyroc-ui" }],
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "master",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"lint:fix": "eslint . --fix",
1919
"postinstall": "tsx script/postinstall.ts"
2020
},
21+
"dependencies": {
22+
"@changesets/changelog-github": "0.5.1",
23+
"@changesets/cli": "2.29.7"
24+
},
2125
"devDependencies": {
2226
"@soybeanjs/eslint-config": "1.7.0",
2327
"@types/node": "22.15.3",

0 commit comments

Comments
 (0)