Skip to content

Commit e13b704

Browse files
committed
feat: add changesets-changelog
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
1 parent 457046f commit e13b704

37 files changed

Lines changed: 8887 additions & 1970 deletions

.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@2.2.0/schema.json",
3+
"changelog": "./dist/changesets-changelog/changesets-changelog.js",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "rc",
4+
"initialVersions": {
5+
"@reallyland/tools": "0.1.1"
6+
},
7+
"changesets": []
8+
}

.changeset/strong-glasses-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@reallyland/tools": minor
3+
---
4+
5+
feat: add changesets-changelog

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.tabSize": 2,
3+
"files.insertFinalNewline": false,
4+
"javascript.preferences.quoteStyle": "single",
5+
"typescript.preferences.importModuleSpecifierEnding": "js",
6+
"typescript.preferences.quoteStyle": "single",
7+
"typescript.tsdk": "node_modules/typescript/lib",
8+
}

browser/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig-base.json",
33
"compilerOptions": {
44
"lib": [
55
"DOM",

0 commit comments

Comments
 (0)