chore: add changeset

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/588/head
Ryan Wang 2022-07-08 14:52:52 +08:00
parent 7655134732
commit 8d357d47ae
7 changed files with 918 additions and 2 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@2.0.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}

9
.changeset/pre.json Normal file
View File

@ -0,0 +1,9 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@halo-dev/components": "0.0.0-alpha.0",
"@halo-dev/admin-shared": "0.0.0-alpha.0"
},
"changesets": []
}

View File

@ -48,6 +48,7 @@
"vue-router": "^4.1.1"
},
"devDependencies": {
"@changesets/cli": "^2.23.1",
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@types/jsdom": "^16.2.14",

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/components",
"version": "0.0.0",
"version": "0.0.0-alpha.0",
"description": "",
"files": [
"dist"

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/admin-shared",
"version": "0.0.0",
"version": "0.0.0-alpha.0",
"description": "",
"files": [
"dist"

File diff suppressed because it is too large Load Diff