aboutsummaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/chatty-cows-attack.md5
-rw-r--r--.changeset/flat-radios-cheer.md5
-rw-r--r--.changeset/forty-coins-attend.md16
-rw-r--r--.changeset/happy-carrots-carry.md5
-rw-r--r--.changeset/light-apricots-sort.md7
-rw-r--r--.changeset/ninety-jars-swim.md5
-rw-r--r--.changeset/odd-swans-walk.md5
-rw-r--r--.changeset/perfect-dogs-turn.md5
-rw-r--r--.changeset/pre.json61
-rw-r--r--.changeset/small-radios-remain.md5
-rw-r--r--.changeset/soft-avocados-turn.md5
-rw-r--r--.changeset/sour-eggs-wink.md6
-rw-r--r--.changeset/swift-trainers-suffer.md5
-rw-r--r--.changeset/tall-cooks-begin.md7
-rw-r--r--.changeset/tasty-zoos-wink.md5
-rw-r--r--.changeset/wicked-toes-flow.md11
16 files changed, 0 insertions, 158 deletions
diff --git a/.changeset/chatty-cows-attack.md b/.changeset/chatty-cows-attack.md
deleted file mode 100644
index 7fe9fb8c2..000000000
--- a/.changeset/chatty-cows-attack.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allow components to return a Response
diff --git a/.changeset/flat-radios-cheer.md b/.changeset/flat-radios-cheer.md
deleted file mode 100644
index ab01d34dd..000000000
--- a/.changeset/flat-radios-cheer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-`--experimental-ssr` now is only required when using a 3rd-party adapter
diff --git a/.changeset/forty-coins-attend.md b/.changeset/forty-coins-attend.md
deleted file mode 100644
index 467e520fd..000000000
--- a/.changeset/forty-coins-attend.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-"astro": minor
----
-
-Implement RFC [#0017](https://github.com/withastro/rfcs/blob/main/proposals/0017-markdown-content-redesign.md)
-
-- New Markdown API
-- New `Astro.glob()` API
-- **BREAKING CHANGE:** Removed `Astro.fetchContent()` (replaced by `Astro.glob()`)
-
-```diff
-// v0.25
-- let allPosts = Astro.fetchContent('./posts/*.md');
-// v0.26+
-+ let allPosts = await Astro.glob('./posts/*.md');
-```
diff --git a/.changeset/happy-carrots-carry.md b/.changeset/happy-carrots-carry.md
deleted file mode 100644
index 82cae9fe5..000000000
--- a/.changeset/happy-carrots-carry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Implement [RFC0016](https://github.com/withastro/rfcs/blob/main/proposals/0016-style-script-defaults.md) which changes the default behavior of `script`, introduces `is:inline`, and changes `<style global>` to `<style is:global>`
diff --git a/.changeset/light-apricots-sort.md b/.changeset/light-apricots-sort.md
deleted file mode 100644
index 26a182a40..000000000
--- a/.changeset/light-apricots-sort.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Improve `Astro.slots` API to support passing arguments to function-based slots.
-
-This allows for more ergonomic utility components that accept a callback function as a child.
diff --git a/.changeset/ninety-jars-swim.md b/.changeset/ninety-jars-swim.md
deleted file mode 100644
index dd7c79c13..000000000
--- a/.changeset/ninety-jars-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': minor
----
-
-Add support for React v18
diff --git a/.changeset/odd-swans-walk.md b/.changeset/odd-swans-walk.md
deleted file mode 100644
index 0c406d7e0..000000000
--- a/.changeset/odd-swans-walk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes non-GET API routes in dev with Node 14
diff --git a/.changeset/perfect-dogs-turn.md b/.changeset/perfect-dogs-turn.md
deleted file mode 100644
index 61517d560..000000000
--- a/.changeset/perfect-dogs-turn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Implements the Astro.request RFC
diff --git a/.changeset/pre.json b/.changeset/pre.json
deleted file mode 100644
index 3e6111aef..000000000
--- a/.changeset/pre.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "mode": "exit",
- "tag": "next",
- "initialVersions": {
- "@example/blog": "0.0.1",
- "@example/blog-multiple-authors": "0.0.1",
- "@example/component": "0.0.1",
- "@example/my-component-demo": "0.0.1",
- "@example/my-component": "0.0.1",
- "@example/docs": "0.0.1",
- "@example/env-vars": "0.0.1",
- "@example/framework-alpine": "0.0.1",
- "@example/framework-lit": "0.0.1",
- "@example/framework-multiple": "0.0.1",
- "@example/framework-preact": "0.0.1",
- "@example/framework-react": "0.0.1",
- "@example/framework-solid": "0.0.1",
- "@example/framework-svelte": "0.0.1",
- "@example/framework-vue": "0.0.1",
- "@example/integrations-playground": "0.0.1",
- "@example/minimal": "0.0.1",
- "@example/non-html-pages": "0.0.1",
- "@example/portfolio": "0.0.1",
- "@example/ssr": "0.0.1",
- "@example/starter": "0.0.1",
- "@example/subpath": "0.0.1",
- "@example/with-markdown": "0.0.1",
- "@example/with-markdown-plugins": "0.0.2",
- "@example/with-markdown-shiki": "0.0.1",
- "@example/with-nanostores": "0.0.1",
- "@example/with-tailwindcss": "0.0.1",
- "@example/with-vite-plugin-pwa": "0.0.1",
- "astro": "0.25.4",
- "@astrojs/prism": "0.4.1",
- "@test/custom-element-renderer": "0.1.0",
- "@test/static-build-pkg": "0.0.0",
- "create-astro": "0.8.0",
- "@astrojs/lit": "0.0.2",
- "@astrojs/netlify": "0.0.2",
- "@astrojs/node": "0.0.2",
- "@astrojs/partytown": "0.0.2",
- "@astrojs/preact": "0.0.2",
- "@astrojs/react": "0.0.2",
- "@astrojs/sitemap": "0.0.2",
- "@astrojs/solid-js": "0.0.3",
- "@astrojs/svelte": "0.0.2",
- "@astrojs/tailwind": "0.0.2",
- "@astrojs/turbolinks": "0.0.2",
- "@astrojs/vue": "0.0.2",
- "@astrojs/markdown-remark": "0.7.0",
- "@astrojs/renderer-lit": "0.4.0",
- "@astrojs/renderer-preact": "0.5.0",
- "@astrojs/renderer-react": "0.5.0",
- "@astrojs/renderer-solid": "0.4.0",
- "@astrojs/renderer-svelte": "0.5.2",
- "@astrojs/renderer-vue": "0.4.0",
- "@astrojs/webapi": "0.11.0",
- "astro-scripts": "0.0.2"
- },
- "changesets": []
-}
diff --git a/.changeset/small-radios-remain.md b/.changeset/small-radios-remain.md
deleted file mode 100644
index d0747a700..000000000
--- a/.changeset/small-radios-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update CLI error format and style
diff --git a/.changeset/soft-avocados-turn.md b/.changeset/soft-avocados-turn.md
deleted file mode 100644
index e2669198e..000000000
--- a/.changeset/soft-avocados-turn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
diff --git a/.changeset/sour-eggs-wink.md b/.changeset/sour-eggs-wink.md
deleted file mode 100644
index 5c2c0fc44..000000000
--- a/.changeset/sour-eggs-wink.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/deno': patch
----
-
-Add a Deno adapter for SSR
diff --git a/.changeset/swift-trainers-suffer.md b/.changeset/swift-trainers-suffer.md
deleted file mode 100644
index c9f6fc9a8..000000000
--- a/.changeset/swift-trainers-suffer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix for copying public when using SSR and not client JS
diff --git a/.changeset/tall-cooks-begin.md b/.changeset/tall-cooks-begin.md
deleted file mode 100644
index d1bff3790..000000000
--- a/.changeset/tall-cooks-begin.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/sitemap': patch
----
-
-Add new sitemap configuration options:
-- `filter`: filter pages to include in your sitemap
-- `canonicalURL`: override your astro.config `site` with a custom base URL
diff --git a/.changeset/tasty-zoos-wink.md b/.changeset/tasty-zoos-wink.md
deleted file mode 100644
index 1b144f9c0..000000000
--- a/.changeset/tasty-zoos-wink.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/tailwind': patch
----
-
-Adds an option to opt-out of the default base styles for the Tailwind integration
diff --git a/.changeset/wicked-toes-flow.md b/.changeset/wicked-toes-flow.md
deleted file mode 100644
index aca2d3b64..000000000
--- a/.changeset/wicked-toes-flow.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'astro': minor
-'@astrojs/deno': minor
-'@astrojs/netlify': minor
-'@astrojs/partytown': minor
-'@astrojs/sitemap': minor
-'@astrojs/tailwind': minor
-'@astrojs/markdown-remark': minor
----
-
-Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md)