summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-12 09:59:18 -0600
committerGravatar GitHub <noreply@github.com> 2023-01-12 09:59:18 -0600
commitc4b0cb8bf2b41887d9106440bb2e70d421a5f481 (patch)
tree97ceea48a0996e1b972593ae3ded5a560a139648
parentab3b43e50e25780338f160dce92c2d28eac76028 (diff)
downloadastro-c4b0cb8bf2b41887d9106440bb2e70d421a5f481.tar.gz
astro-c4b0cb8bf2b41887d9106440bb2e70d421a5f481.tar.zst
astro-c4b0cb8bf2b41887d9106440bb2e70d421a5f481.zip
chore: update changelogs, add changeset for `_astro` directory (#5842)
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to '')
-rw-r--r--.changeset/spicy-tips-dream.md10
-rw-r--r--packages/astro/CHANGELOG.md2
-rw-r--r--packages/integrations/deno/CHANGELOG.md6
-rw-r--r--packages/integrations/image/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/CHANGELOG.md4
5 files changed, 10 insertions, 18 deletions
diff --git a/.changeset/spicy-tips-dream.md b/.changeset/spicy-tips-dream.md
new file mode 100644
index 000000000..22aa0ef19
--- /dev/null
+++ b/.changeset/spicy-tips-dream.md
@@ -0,0 +1,10 @@
+---
+'@astrojs/deno': major
+'@astrojs/netlify': major
+'@astrojs/image': major
+'astro': major
+---
+
+**Breaking Change**: client assets are built to an `_astro` directory rather than the previous `assets` directory. This setting can now be controlled by the new `build` configuration option named `assets`.
+
+This should simplify configuring immutable caching with your adapter provider as all files are now in the same `_astro` directory.
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9a96b1446..140c099c5 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -12,8 +12,6 @@
In 2.0 this feature will not be available in Astro at all. We recommend migration to MDX for those were still using this feature in 1.x.
-- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder.
-
- [#5717](https://github.com/withastro/astro/pull/5717) [`a3a7fc929`](https://github.com/withastro/astro/commit/a3a7fc9298e6d88abb4b7bee1e58f05fa9558cf1) Thanks [@bluwy](https://github.com/bluwy)! - Remove `style.postcss` Astro config. Refactor tailwind integration to configure through `vite` instead. Also disables `autoprefixer` in dev.
### Minor Changes
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index f6f32036e..bc8be12b6 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,11 +1,5 @@
# @astrojs/deno
-## 4.0.0-beta.1
-
-### Major Changes
-
-- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder.
-
## 4.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index 7fbdcdea7..6539f1587 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,11 +1,5 @@
# @astrojs/image
-## 0.13.0-beta.1
-
-### Minor Changes
-
-- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder.
-
## 0.13.0-beta.0
### Minor Changes
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 943ca2a18..e00ac5c95 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -2,10 +2,6 @@
## 2.0.0-beta.1
-### Major Changes
-
-- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder.
-
### Patch Changes
- [#5768](https://github.com/withastro/astro/pull/5768) [`2f6745019`](https://github.com/withastro/astro/commit/2f6745019ac25785032ac3659c2433b6e224f383) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix set-cookies not working in certain cases when using Node 18+