diff options
author | 2022-05-03 09:16:57 -0400 | |
---|---|---|
committer | 2022-05-03 09:16:57 -0400 | |
commit | 8b17d3ebcfc299aa137e898a6b510f4d47cb705b (patch) | |
tree | acfd7c2c3c9d9c1da62e9e51b86844f66f18112e /.changeset | |
parent | f7335c76a7f8a8251db363c7103624f286ee8d3a (diff) | |
download | astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.tar.gz astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.tar.zst astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.zip |
[ci] release (#3243)astro@1.0.0-beta.21@astrojs/telemetry@0.1.0@astrojs/markdown-remark@0.9.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cuddly-trees-sniff.md | 5 | ||||
-rw-r--r-- | .changeset/eleven-toes-attack.md | 5 | ||||
-rw-r--r-- | .changeset/lazy-phones-run.md | 6 | ||||
-rw-r--r-- | .changeset/silly-yaks-happen.md | 6 |
4 files changed, 0 insertions, 22 deletions
diff --git a/.changeset/cuddly-trees-sniff.md b/.changeset/cuddly-trees-sniff.md deleted file mode 100644 index eea217d8b..000000000 --- a/.changeset/cuddly-trees-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Removed `rehype-slug` in favor of our own implementation. The behavior of the slugging should remain the same diff --git a/.changeset/eleven-toes-attack.md b/.changeset/eleven-toes-attack.md deleted file mode 100644 index f17f30474..000000000 --- a/.changeset/eleven-toes-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Consolidates hydration scripts into one diff --git a/.changeset/lazy-phones-run.md b/.changeset/lazy-phones-run.md deleted file mode 100644 index 906dbda2b..000000000 --- a/.changeset/lazy-phones-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/telemetry': minor -'astro': patch ---- - -Adds anonymous telemetry data to the cli diff --git a/.changeset/silly-yaks-happen.md b/.changeset/silly-yaks-happen.md deleted file mode 100644 index 88728b310..000000000 --- a/.changeset/silly-yaks-happen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Moved some type from `astro` to `@astrojs/markdown-remark` |