Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #4431

Merged
merged 1 commit into from
Aug 23, 2022
Merged

[ci] release #4431

merged 1 commit into from
Aug 23, 2022

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Aug 22, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #4330 baa2ddd01 Thanks @bluwy! - Warn hydration directive for Astro components in JSX

  • #4427 b2e976f39 Thanks @cameronmcefee! - Fix config types to allow falsy values in integrations list, to match docs

  • #4385 8164fa6f1 Thanks @krolebord! - Fix warning when using hooks inside the react components not exported as a function declaration

  • #4445 df4e99928 Thanks @bholmesdev! - Add "waiting for X integration" log for long-running integration hooks

  • #4430 dc42f2c00 Thanks @bholmesdev! - astro add - Fix third-party npm orgs, i.e. @example/integration

  • #4441 ca0c7e8b8 Thanks @Princesseuh! - Allow arbitrary strings on the target attribute

  • #4446 27ac6a03a Thanks @matthewp! - Deterministic CSS ordering

    This makes our CSS link order deterministic. It uses CSS depth; that is how deeply a module import the CSS comes from, in order to determine which CSS is page-level vs. component-level CSS.

    This is intended to match dev ordering where, because we do not bundle, the page-level CSS always comes after component-level.

  • #4426 f40065f51 Thanks @matthewp! - Ensure index pages are generated on paginated results

@astrojs/[email protected]

Patch Changes

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Aug 22, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 715788a to 4400b29 Compare August 23, 2022 18:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4400b29 to c266f79 Compare August 23, 2022 18:11
@matthewp matthewp merged commit 5427e89 into main Aug 23, 2022
@matthewp matthewp deleted the changeset-release/main branch August 23, 2022 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants