Skip to content

Commit

Permalink
chore: update changelogs, add changeset for _astro directory (#5842)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <nate@astro.build>
  • Loading branch information
natemoo-re and natemoo-re committed Jan 12, 2023
1 parent ab3b43e commit c4b0cb8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
10 changes: 10 additions & 0 deletions .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.
2 changes: 0 additions & 2 deletions packages/astro/CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions 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
Expand Down
6 changes: 0 additions & 6 deletions 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
Expand Down
4 changes: 0 additions & 4 deletions packages/integrations/netlify/CHANGELOG.md
Expand Up @@ -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+
Expand Down

0 comments on commit c4b0cb8

Please sign in to comment.