diff options
author | 2022-04-29 12:41:16 -0300 | |
---|---|---|
committer | 2022-04-29 08:41:16 -0700 | |
commit | 6cd9ef577ecddcde655426c5f1bee34307eca8b8 (patch) | |
tree | 9338da712f0e2bcbf7aee8dd1e694d0a6c58b55a | |
parent | ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7 (diff) | |
download | astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.tar.gz astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.tar.zst astro-6cd9ef577ecddcde655426c5f1bee34307eca8b8.zip |
chore: remove unintended changelogs (#3233)
* Removed unused CHANGELOGS
* Added `astro-scripts` to changeset ignore
* Reverted config.json
-rw-r--r-- | examples/blog-multiple-authors/CHANGELOG.md | 7 | ||||
-rw-r--r-- | examples/docs/CHANGELOG.md | 7 | ||||
-rw-r--r-- | scripts/CHANGELOG.md | 15 |
3 files changed, 0 insertions, 29 deletions
diff --git a/examples/blog-multiple-authors/CHANGELOG.md b/examples/blog-multiple-authors/CHANGELOG.md deleted file mode 100644 index 70acc9610..000000000 --- a/examples/blog-multiple-authors/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @astrojs/example-blog - -## 0.0.2 - -### Patch Changes - -- e711668: Improved accessibility of the example blog diff --git a/examples/docs/CHANGELOG.md b/examples/docs/CHANGELOG.md deleted file mode 100644 index 074eff754..000000000 --- a/examples/docs/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @astrojs/docs-template - -## 0.0.2 - -### Patch Changes - -- 1437b42: Fix issues around sidebar and titles diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md deleted file mode 100644 index 2134196b5..000000000 --- a/scripts/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# astro-scripts - -## 0.0.3 - -### Patch Changes - -- Updated dependencies [[`5acf77dd`](https://github.com/withastro/astro/commit/5acf77dd22be95e33ff838383a2c1790f484e380)]: - - @astrojs/webapi@0.11.1 - -## 0.0.2 - -### Patch Changes - -- Updated dependencies [[`79282163`](https://github.com/withastro/astro/commit/79282163e229bfe332b1221be3099f751b05807b)]: - - @astrojs/renderer-svelte@0.5.2 |