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

Merged
merged 1 commit into from
Jun 23, 2022
Merged

[ci] release #3684

merged 1 commit into from
Jun 23, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 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

  • #3685 3d554fdb Thanks @bholmesdev! - Fix PostCSS config not applied to Svelte component by default

  • #3665 9a813268 Thanks @matthewp! - Allow TypeScript inside script tags

    This makes it so that you can use TypeScript inside of script tags like so:

    <script>
      interface Person {
        name: string;
      }
    
      const person: Person = {
        name: 'Astro',
      };
    
      console.log(person);
    </script>

    Note that the the VSCode extension does not currently support this, however.

  • #3633 921d9a27 Thanks @FredKSchott! - Fix a bug with astro add react adding a too-complex semver to your package.json

  • #3676 85c33751 Thanks @matthewp! - Allow specifying entryFileNames for client JS

@astrojs/[email protected]

Patch Changes

@astrojs/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from bca3cf9 to 02f4bb4 Compare June 22, 2022 23:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 02f4bb4 to 287eaa2 Compare June 23, 2022 13:07
@matthewp matthewp merged commit 19cd962 into main Jun 23, 2022
@matthewp matthewp deleted the changeset-release/main branch June 23, 2022 13:14
SiriousHunter pushed a commit to SiriousHunter/astro that referenced this pull request Feb 3, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant