chore: add changesets cli

This commit is contained in:
Bogdan Ivanov 2024-09-18 22:12:27 +03:00
parent edd0dd65ea
commit d72dbaaba5
5 changed files with 921 additions and 15 deletions

8
.changeset/README.md Normal file
View file

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

11
.changeset/config.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["next-with-approuter", "next-with-pages", "plasmo-browserext", "remix-example"]
}

View file

@ -1,4 +1,5 @@
{
"name": "remix-example",
"private": true,
"sideEffects": false,
"scripts": {

911
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,10 +12,11 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"tsup": "7.2.0",
"@types/node": "20.5.7",
"prettier": "3.0.3",
"turbo": "1.10.13"
"tsup": "7.2.0",
"turbo": "1.10.13",
"@changesets/cli": "^2.27.8"
},
"engines": {
"npm": ">=7.0.0",