summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/afraid-rivers-begin.md5
-rw-r--r--.changeset/dirty-ducks-play.md5
-rw-r--r--.changeset/rare-singers-try.md5
-rw-r--r--.changeset/selfish-impalas-cough.md6
-rw-r--r--.changeset/strong-news-yawn.md5
-rw-r--r--.changeset/swift-ladybugs-sniff.md7
6 files changed, 0 insertions, 33 deletions
diff --git a/.changeset/afraid-rivers-begin.md b/.changeset/afraid-rivers-begin.md
deleted file mode 100644
index 39341ff52..000000000
--- a/.changeset/afraid-rivers-begin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Reverts [#11292](https://github.com/withastro/astro/pull/11292), which caused a regression to the input type
diff --git a/.changeset/dirty-ducks-play.md b/.changeset/dirty-ducks-play.md
deleted file mode 100644
index 62523832e..000000000
--- a/.changeset/dirty-ducks-play.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a case where running `astro sync` when using the experimental `astro:env` feature would fail if environment variables were missing
diff --git a/.changeset/rare-singers-try.md b/.changeset/rare-singers-try.md
deleted file mode 100644
index bdf10afbb..000000000
--- a/.changeset/rare-singers-try.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts
diff --git a/.changeset/selfish-impalas-cough.md b/.changeset/selfish-impalas-cough.md
deleted file mode 100644
index 50ec0ef30..000000000
--- a/.changeset/selfish-impalas-cough.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/studio': patch
-'@astrojs/db': patch
----
-
-Relaxes exports condition to allow importing ESM from CJS
diff --git a/.changeset/strong-news-yawn.md b/.changeset/strong-news-yawn.md
deleted file mode 100644
index e3d828d8d..000000000
--- a/.changeset/strong-news-yawn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Removes `resolve` package and simplify internal resolve check
diff --git a/.changeset/swift-ladybugs-sniff.md b/.changeset/swift-ladybugs-sniff.md
deleted file mode 100644
index ce3c0ff4b..000000000
--- a/.changeset/swift-ladybugs-sniff.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Remove non-fatal errors from telemetry
-
-Previously we tracked non-fatal errors in telemetry to get a good idea of the types of errors that occur in `astro dev`. However this has become noisy over time and results in a lot of data that isn't particularly useful. This removes those non-fatal errors from being tracked.