mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
feat(root): changesets config added
This commit is contained in:
parent
972a53d615
commit
2545eb7898
8
.changeset/README.md
Normal file
8
.changeset/README.md
Normal 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)
|
||||||
13
.changeset/config.json
Normal file
13
.changeset/config.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
||||||
|
"changelog": "@changesets/cli/changelog",
|
||||||
|
"commit": false,
|
||||||
|
"fixed": [],
|
||||||
|
"linked": [],
|
||||||
|
"access": "public",
|
||||||
|
"baseBranch": "main",
|
||||||
|
"updateInternalDependencies": "patch",
|
||||||
|
"ignore": [
|
||||||
|
"@nextui-org/docs"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "remix-template-vercel",
|
"name": "create-remix-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
@ -15,7 +15,6 @@
|
|||||||
"@remix-run/vercel": "^1.4.0",
|
"@remix-run/vercel": "^1.4.0",
|
||||||
"@vercel/node": "^1.14.0",
|
"@vercel/node": "^1.14.0",
|
||||||
"add": "^2.0.6",
|
"add": "^2.0.6",
|
||||||
"react": "^18.0.0"
|
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"use-dark-mode": "^2.3.1",
|
"use-dark-mode": "^2.3.1",
|
||||||
"yarn": "^1.22.18"
|
"yarn": "^1.22.18"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "next_ui_vite",
|
"name": "vite-react-typescript",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -9,7 +9,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextui-org/react": "2.0.0-beta.1",
|
"@nextui-org/react": "2.0.0-beta.1",
|
||||||
"react": "^18.0.0",
|
|
||||||
"react": "^18.0.0"
|
"react": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -38,8 +38,8 @@
|
|||||||
"create:pkg": "plop package",
|
"create:pkg": "plop package",
|
||||||
"create:hook": "plop hook",
|
"create:hook": "plop hook",
|
||||||
"version": "changeset version",
|
"version": "changeset version",
|
||||||
"version:dev": "changeset version --snapshot dev",
|
|
||||||
"release": "changeset publish",
|
"release": "changeset publish",
|
||||||
|
"version:dev": "changeset version --snapshot dev",
|
||||||
"release:dev": "changeset publish --tag dev",
|
"release:dev": "changeset publish --tag dev",
|
||||||
"postinstall": "husky install && pnpm --filter @nextui-org/theme build"
|
"postinstall": "husky install && pnpm --filter @nextui-org/theme build"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user