summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/afraid-baboons-return.md5
-rw-r--r--.changeset/dry-moose-join.md29
-rw-r--r--.changeset/eighty-planes-kneel.md5
-rw-r--r--.changeset/gold-roses-argue.md5
-rw-r--r--.changeset/gorgeous-baboons-sleep.md5
-rw-r--r--.changeset/honest-crabs-scream.md5
-rw-r--r--.changeset/hot-dogs-leave.md5
-rw-r--r--.changeset/large-cougars-cough.md5
-rw-r--r--.changeset/little-dodos-beam.md5
-rw-r--r--.changeset/neat-phones-sin.md5
-rw-r--r--.changeset/olive-jeans-shout.md5
-rw-r--r--.changeset/short-lemons-fold.md5
-rw-r--r--.changeset/silent-cougars-run.md5
-rw-r--r--.changeset/silver-hotels-jam.md5
-rw-r--r--.changeset/tender-cars-wait.md5
-rw-r--r--.changeset/tender-lemons-remain.md5
-rw-r--r--.changeset/violet-buckets-call.md5
17 files changed, 0 insertions, 109 deletions
diff --git a/.changeset/afraid-baboons-return.md b/.changeset/afraid-baboons-return.md
deleted file mode 100644
index 0e27f69fa..000000000
--- a/.changeset/afraid-baboons-return.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-Fixes finding the client folder for serving assets
diff --git a/.changeset/dry-moose-join.md b/.changeset/dry-moose-join.md
deleted file mode 100644
index b90fac4ee..000000000
--- a/.changeset/dry-moose-join.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-'@astrojs/vue': minor
----
-
-Add support for the `appEntrypoint` option, which accepts a root-relative path to an app entrypoint. The default export of this file should be a function that accepts a Vue `App` instance prior to rendering. This opens up the ability to extend the `App` instance with [custom Vue plugins](https://vuejs.org/guide/reusability/plugins.html).
-
-```js
-// astro.config.mjs
-import { defineConfig } from 'astro/config';
-import vue from '@astrojs/vue';
-
-export default defineConfig({
- integrations: [
- vue({
- appEntrypoint: '/src/pages/_app'
- })
- ]
-})
-```
-
-```js
-// src/pages/_app.ts
-import type { App } from 'vue';
-import i18nPlugin from '../plugins/i18n'
-
-export default function setup(app: App) {
- app.use(i18nPlugin, { /* options */ })
-}
-```
diff --git a/.changeset/eighty-planes-kneel.md b/.changeset/eighty-planes-kneel.md
deleted file mode 100644
index 5f3eec576..000000000
--- a/.changeset/eighty-planes-kneel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Ensure CLI flags override function-style server config
diff --git a/.changeset/gold-roses-argue.md b/.changeset/gold-roses-argue.md
deleted file mode 100644
index 05c93789f..000000000
--- a/.changeset/gold-roses-argue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Support spread parameters for server endpoints
diff --git a/.changeset/gorgeous-baboons-sleep.md b/.changeset/gorgeous-baboons-sleep.md
deleted file mode 100644
index 98975c390..000000000
--- a/.changeset/gorgeous-baboons-sleep.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `astro add` trying to add lines from extended configurations when adding frameworks
diff --git a/.changeset/honest-crabs-scream.md b/.changeset/honest-crabs-scream.md
deleted file mode 100644
index 58dd5f674..000000000
--- a/.changeset/honest-crabs-scream.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix jsconfig.json aliases not working anymore after 1.5.0
diff --git a/.changeset/hot-dogs-leave.md b/.changeset/hot-dogs-leave.md
deleted file mode 100644
index 808322209..000000000
--- a/.changeset/hot-dogs-leave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': minor
----
-
-Minify Edge Function output to save space
diff --git a/.changeset/large-cougars-cough.md b/.changeset/large-cougars-cough.md
deleted file mode 100644
index a11a8053a..000000000
--- a/.changeset/large-cougars-cough.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix Astro-in-MDX dashes in slot attr
diff --git a/.changeset/little-dodos-beam.md b/.changeset/little-dodos-beam.md
deleted file mode 100644
index 09bd0d7cf..000000000
--- a/.changeset/little-dodos-beam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Separate type definitions for built-in HTML elements and custom elements. Helpful when implementing an "as" prop similar to [styled-components](https://styled-components.com/docs/api#as-polymorphic-prop).
diff --git a/.changeset/neat-phones-sin.md b/.changeset/neat-phones-sin.md
deleted file mode 100644
index 9a77e4731..000000000
--- a/.changeset/neat-phones-sin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': patch
----
-
-Add `@types/` packages as peerDependencies
diff --git a/.changeset/olive-jeans-shout.md b/.changeset/olive-jeans-shout.md
deleted file mode 100644
index 423b11e00..000000000
--- a/.changeset/olive-jeans-shout.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix types not working properly when using `moduleResolution: 'node16'`
diff --git a/.changeset/short-lemons-fold.md b/.changeset/short-lemons-fold.md
deleted file mode 100644
index a0223f699..000000000
--- a/.changeset/short-lemons-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-fix port in standalone mode
diff --git a/.changeset/silent-cougars-run.md b/.changeset/silent-cougars-run.md
deleted file mode 100644
index b4cfce318..000000000
--- a/.changeset/silent-cougars-run.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-api routes: adding cookies to the response, also when returning a simple result
diff --git a/.changeset/silver-hotels-jam.md b/.changeset/silver-hotels-jam.md
deleted file mode 100644
index 1b34b3784..000000000
--- a/.changeset/silver-hotels-jam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/solid-js': patch
----
-
-Suppress warnings for dependency crawling
diff --git a/.changeset/tender-cars-wait.md b/.changeset/tender-cars-wait.md
deleted file mode 100644
index 9308fbf07..000000000
--- a/.changeset/tender-cars-wait.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/tailwind': patch
----
-
-Make Tailwind integration compatible with Astro < 1.5
diff --git a/.changeset/tender-lemons-remain.md b/.changeset/tender-lemons-remain.md
deleted file mode 100644
index e983a3824..000000000
--- a/.changeset/tender-lemons-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `astro add` pnpm command
diff --git a/.changeset/violet-buckets-call.md b/.changeset/violet-buckets-call.md
deleted file mode 100644
index 37688d16b..000000000
--- a/.changeset/violet-buckets-call.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': minor
----
-
-Added `includeFiles` and `excludeFiles` options