diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/angry-suits-thank.md | 5 | ||||
-rw-r--r-- | .changeset/big-yaks-invite.md | 5 | ||||
-rw-r--r-- | .changeset/breezy-days-remember.md | 6 | ||||
-rw-r--r-- | .changeset/calm-dolphins-remain.md | 5 | ||||
-rw-r--r-- | .changeset/dirty-trains-yawn.md | 5 | ||||
-rw-r--r-- | .changeset/dry-candles-behave.md | 9 | ||||
-rw-r--r-- | .changeset/dull-bobcats-clean.md | 8 | ||||
-rw-r--r-- | .changeset/empty-pens-talk.md | 7 | ||||
-rw-r--r-- | .changeset/famous-wombats-promise.md | 5 | ||||
-rw-r--r-- | .changeset/forty-boats-remain.md | 6 | ||||
-rw-r--r-- | .changeset/metal-grapes-tickle.md | 5 | ||||
-rw-r--r-- | .changeset/nervous-chairs-check.md | 6 | ||||
-rw-r--r-- | .changeset/odd-squids-rest.md | 5 | ||||
-rw-r--r-- | .changeset/pre.json | 81 | ||||
-rw-r--r-- | .changeset/shaggy-pans-buy.md | 5 | ||||
-rw-r--r-- | .changeset/shiny-rice-worry.md | 12 | ||||
-rw-r--r-- | .changeset/sour-laws-raise.md | 5 | ||||
-rw-r--r-- | .changeset/strange-avocados-double.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-ways-tan.md | 5 | ||||
-rw-r--r-- | .changeset/ten-rice-unite.md | 6 | ||||
-rw-r--r-- | .changeset/thin-cameras-clean.md | 5 | ||||
-rw-r--r-- | .changeset/three-donkeys-train.md | 5 |
22 files changed, 0 insertions, 206 deletions
diff --git a/.changeset/angry-suits-thank.md b/.changeset/angry-suits-thank.md deleted file mode 100644 index 8c9942730..000000000 --- a/.changeset/angry-suits-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Add human-readable error when a site is not provided in your astro.config diff --git a/.changeset/big-yaks-invite.md b/.changeset/big-yaks-invite.md deleted file mode 100644 index bbedfd0f1..000000000 --- a/.changeset/big-yaks-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix bug causing `astro preview` server to close immediately diff --git a/.changeset/breezy-days-remember.md b/.changeset/breezy-days-remember.md deleted file mode 100644 index 2101f7591..000000000 --- a/.changeset/breezy-days-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/vercel': patch ---- - -Updated esbuild diff --git a/.changeset/calm-dolphins-remain.md b/.changeset/calm-dolphins-remain.md deleted file mode 100644 index 4d2af1f17..000000000 --- a/.changeset/calm-dolphins-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix for adding set-cookie multiple times diff --git a/.changeset/dirty-trains-yawn.md b/.changeset/dirty-trains-yawn.md deleted file mode 100644 index aaf62059f..000000000 --- a/.changeset/dirty-trains-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix relative config handling with the `--config` flag diff --git a/.changeset/dry-candles-behave.md b/.changeset/dry-candles-behave.md deleted file mode 100644 index 7bf451cae..000000000 --- a/.changeset/dry-candles-behave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@astrojs/netlify": minor ---- - -Improve the Netlify adapter: - -1. Remove `site` config requirement -2. Fix an issue where query params were being stripped -3. Pass the event body to the request object diff --git a/.changeset/dull-bobcats-clean.md b/.changeset/dull-bobcats-clean.md deleted file mode 100644 index 28ca881a8..000000000 --- a/.changeset/dull-bobcats-clean.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'astro': patch ---- - -Add support for advanced CSS imports with `?raw` and `?url` - -> ⚠️WARNING⚠️: -> Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with `set:html` to inline styles directly into the built HTML page.
\ No newline at end of file diff --git a/.changeset/empty-pens-talk.md b/.changeset/empty-pens-talk.md deleted file mode 100644 index 98133ddd1..000000000 --- a/.changeset/empty-pens-talk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch -'@astrojs/partytown': patch -'@astrojs/vercel': patch ---- - -Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR diff --git a/.changeset/famous-wombats-promise.md b/.changeset/famous-wombats-promise.md deleted file mode 100644 index f108a5147..000000000 --- a/.changeset/famous-wombats-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/tailwind': patch ---- - -Update README diff --git a/.changeset/forty-boats-remain.md b/.changeset/forty-boats-remain.md deleted file mode 100644 index 1b81d9426..000000000 --- a/.changeset/forty-boats-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/vercel': patch ---- - -Allows adapters to export default diff --git a/.changeset/metal-grapes-tickle.md b/.changeset/metal-grapes-tickle.md deleted file mode 100644 index 101dc5052..000000000 --- a/.changeset/metal-grapes-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix SSR static build public files copying diff --git a/.changeset/nervous-chairs-check.md b/.changeset/nervous-chairs-check.md deleted file mode 100644 index bce6918fc..000000000 --- a/.changeset/nervous-chairs-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/netlify': patch ---- - -Fixes dynamic routes in the Netlify adapter diff --git a/.changeset/odd-squids-rest.md b/.changeset/odd-squids-rest.md deleted file mode 100644 index fa2c11c58..000000000 --- a/.changeset/odd-squids-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Warn when attempting to access headers in SSG mode diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index c710d720e..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "mode": "exit", - "tag": "beta", - "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.26.1", - "@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/deno": "0.1.0", - "@astrojs/lit": "0.0.2", - "@astrojs/netlify": "0.1.0", - "@astrojs/node": "0.0.2", - "@astrojs/partytown": "0.1.0", - "@astrojs/preact": "0.0.2", - "@astrojs/react": "0.1.0", - "@astrojs/sitemap": "0.1.0", - "@astrojs/solid-js": "0.0.3", - "@astrojs/svelte": "0.0.2", - "@astrojs/tailwind": "0.1.0", - "@astrojs/turbolinks": "0.0.2", - "@astrojs/vercel": "0.0.2", - "@astrojs/vue": "0.0.2", - "@astrojs/markdown-remark": "0.8.1", - "@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": [ - "angry-suits-thank", - "big-yaks-invite", - "calm-dolphins-remain", - "dirty-trains-yawn", - "dull-bobcats-clean", - "empty-pens-talk", - "forty-boats-remain", - "nervous-chairs-check", - "odd-squids-rest", - "shiny-rice-worry", - "sour-laws-raise", - "stale-walls-whisper", - "strange-avocados-double", - "sweet-ways-tan", - "ten-rice-unite", - "thin-cameras-clean", - "three-donkeys-train" - ] -} diff --git a/.changeset/shaggy-pans-buy.md b/.changeset/shaggy-pans-buy.md deleted file mode 100644 index 742b5e0f7..000000000 --- a/.changeset/shaggy-pans-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update JSDoc comments that get shown to users through editor integration diff --git a/.changeset/shiny-rice-worry.md b/.changeset/shiny-rice-worry.md deleted file mode 100644 index fae917139..000000000 --- a/.changeset/shiny-rice-worry.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@astrojs/lit': minor -'@astrojs/node': minor -'@astrojs/preact': minor -'@astrojs/solid-js': minor -'@astrojs/svelte': minor -'@astrojs/turbolinks': minor -'@astrojs/vercel': minor -'@astrojs/vue': minor ---- - -Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. diff --git a/.changeset/sour-laws-raise.md b/.changeset/sour-laws-raise.md deleted file mode 100644 index 31b0b9928..000000000 --- a/.changeset/sour-laws-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -fix markdown issue with parsing components in setup diff --git a/.changeset/strange-avocados-double.md b/.changeset/strange-avocados-double.md deleted file mode 100644 index e6379955d..000000000 --- a/.changeset/strange-avocados-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add `astro docs` command which opens the Astro docs in your preferred browser. diff --git a/.changeset/sweet-ways-tan.md b/.changeset/sweet-ways-tan.md deleted file mode 100644 index c280b0699..000000000 --- a/.changeset/sweet-ways-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fixed build directory and clean-up diff --git a/.changeset/ten-rice-unite.md b/.changeset/ten-rice-unite.md deleted file mode 100644 index edfdea2f6..000000000 --- a/.changeset/ten-rice-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/solid-js": minor -"@astrojs/renderer-solid": patch ---- - -Improve nested hydration with Solid diff --git a/.changeset/thin-cameras-clean.md b/.changeset/thin-cameras-clean.md deleted file mode 100644 index 96f562cad..000000000 --- a/.changeset/thin-cameras-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Add missing entry to "files" field in package.json diff --git a/.changeset/three-donkeys-train.md b/.changeset/three-donkeys-train.md deleted file mode 100644 index 2ecda8dd3..000000000 --- a/.changeset/three-donkeys-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes dynamic API routes in SSR |