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 #5019

Merged
merged 1 commit into from
Oct 10, 2022
Merged

[ci] release #5019

merged 1 commit into from
Oct 10, 2022

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Oct 7, 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

@astrojs/preact@1.2.0

Minor Changes

  • #5015 b1964e9e1 Thanks @matthewp! - Shared state in Preact components with signals

    This makes it possible to share client state between Preact islands via signals.

    For example, you can create a signals in an Astro component and then pass it to multiple islands:

    ---
    // Component Imports
    import Counter from '../components/Counter';
    import { signal } from '@preact/signals';
    const count = signal(0);
    ---
    
    <Count count={count} />
    <Count count={count} />

@astrojs/react@1.2.0

Minor Changes

  • #5016 6efeaeb39 Thanks @matthewp! - Add support for mui

    This adds support for mui through configuration. Users will now not need to configure this library to get it to work.

astro@1.4.7

Patch Changes

  • #5035 d7bfb144b Thanks @AirBorne04! - preventing multiple doctype injection into html documents

  • #5015 b1964e9e1 Thanks @matthewp! - Shared state in Preact components with signals

    This makes it possible to share client state between Preact islands via signals.

    For example, you can create a signals in an Astro component and then pass it to multiple islands:

    ---
    // Component Imports
    import Counter from '../components/Counter';
    import { signal } from '@preact/signals';
    const count = signal(0);
    ---
    
    <Count count={count} />
    <Count count={count} />
  • #5036 38fdb4ca6 Thanks @matthewp! - New algorithm for shorter CSS bundle names

@astrojs/image@0.9.3

Patch Changes

@astrojs/vercel@2.1.1

Patch Changes

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: integration Related to any renderer integration (scope) labels Oct 7, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 2f34ca3 to 2f35d84 Compare October 7, 2022 20:53
@github-actions github-actions bot requested a review from a team as a code owner October 7, 2022 20:53
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from f646690 to d294177 Compare October 10, 2022 15:38
@matthewp matthewp merged commit 0ab0d8d into main Oct 10, 2022
@matthewp matthewp deleted the changeset-release/main branch October 10, 2022 15:44
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) pkg: react Related to React (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants