Astro: @astrojs/[email protected] Release

Release date:
January 12, 2023
Previous version:
@astrojs/[email protected] (released January 6, 2023)
Magnitude:
2,971 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

32 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 12, 2023
Authored January 11, 2023
Authored January 10, 2023
Authored January 11, 2023
Authored January 11, 2023
Authored January 7, 2023
Authored January 12, 2023
Authored January 10, 2023
Authored January 9, 2023
Authored January 10, 2023
Authored January 9, 2023
Authored January 11, 2023
Authored January 11, 2023
Authored January 9, 2023
Authored January 9, 2023
Authored January 9, 2023
Authored January 9, 2023
Authored January 12, 2023

Top Contributors in @astrojs/[email protected]

ematipico
bholmesdev
Princesseuh
chenxsan
giuseppelt
birkskyum
yanthomasdev
ba55ie

Directory Browser for @astrojs/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • #5842 c4b0cb8bf Thanks @natemoo-re! - Breaking Change: client assets are built to an _astro directory in the build output directory. Previously these were built to various locations, including assets/, chunks/ and the root of build output.

    You can control this location with the new build configuration option named assets.

  • #5806 7572f7402 Thanks @matthewp! - Make astro a peerDependency of integrations

    This marks astro as a peerDependency of several packages that are already getting major version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.

Patch Changes