aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/.changeset
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 21:17:06 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 21:17:06 +0800
commit94071d7ce16c56641d67d488e2bac6be84ffe731 (patch)
treed837b71575aba805e18b3db3d056a106d81818fe /examples/with-changesets/.changeset
parent9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 (diff)
downloadHydroRoll-94071d7ce16c56641d67d488e2bac6be84ffe731.tar.gz
HydroRoll-94071d7ce16c56641d67d488e2bac6be84ffe731.zip
chore: delete useless files
Diffstat (limited to 'examples/with-changesets/.changeset')
-rw-r--r--examples/with-changesets/.changeset/README.md8
-rw-r--r--examples/with-changesets/.changeset/config.json10
2 files changed, 0 insertions, 18 deletions
diff --git a/examples/with-changesets/.changeset/README.md b/examples/with-changesets/.changeset/README.md
deleted file mode 100644
index e5b6d8d..0000000
--- a/examples/with-changesets/.changeset/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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)
diff --git a/examples/with-changesets/.changeset/config.json b/examples/with-changesets/.changeset/config.json
deleted file mode 100644
index 15efd06..0000000
--- a/examples/with-changesets/.changeset/config.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
- "changelog": "@changesets/cli/changelog",
- "commit": false,
- "fixed": [],
- "linked": [],
- "access": "public",
- "updateInternalDependencies": "patch",
- "ignore": ["@acme/docs"]
-}