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

Merged
merged 1 commit into from
Oct 24, 2023
Merged

[ci] release #8895

merged 1 commit into from
Oct 24, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Oct 23, 2023

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

create-astro@4.4.0

Minor Changes

  • #8853 ce807a2bf Thanks @rayriffy! - Automatically installs the required dependencies to run the astro check command when the user indicates they plan to write TypeScript.

Patch Changes

  • #8841 f2dd895d7 Thanks @Genteure! - No longer attempts to delete the directory after a template download fails if the path is ., ./ or starts with ../.

@astrojs/markdoc@0.7.0

Minor Changes

  • #8802 73b8d60f8 Thanks @AndyClifford! - Added ignoreIndentation as a markdoc integration option to enable better readability of source code.

Patch Changes

  • Updated dependencies [26b77b8fe]:
    • astro@3.3.4

@astrojs/vercel@5.1.0

Minor Changes

  • #8867 b209e5335 Thanks @lilnasy! - You can now configure how long your functions can run before timing out.

    export default defineConfig({
        output: "server",
        adapter: vercel({
    +       maxDuration: 60
        }),
    });

Patch Changes

  • #8896 5dd1ed50b Thanks @bluwy! - Prevents the Vercel serverless adapter from generating static redirect pages in hybrid mode

  • Updated dependencies [26b77b8fe]:

    • astro@3.3.4

astro@3.3.4

Patch Changes

  • #8877 26b77b8fe Thanks @bluwy! - Fixes CSS modules ordering by rendering styles before links

  • Updated dependencies [341ef6578]:

    • @astrojs/telemetry@3.0.4

@astrojs/mdx@1.1.3

Patch Changes

@astrojs/react@3.0.4

Patch Changes

@astrojs/telemetry@3.0.4

Patch Changes

  • #8900 341ef6578 Thanks @FredKSchott! - Track if the Astro CLI is running in a TTY context.

    This information helps us better understand scripted use of Astro vs. direct terminal use of Astro CLI by a user, especially the astro dev command.

@github-actions github-actions bot added pkg: integration Related to any renderer integration (scope) pr: docs A PR that includes documentation for review labels Oct 23, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 466ea60 to f553ad4 Compare October 24, 2023 16:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from f553ad4 to 4c0dd88 Compare October 24, 2023 16:19
@matthewp matthewp merged commit a86b41c into main Oct 24, 2023
@matthewp matthewp deleted the changeset-release/main branch October 24, 2023 16:26
natemoo-re pushed a commit that referenced this pull request Nov 22, 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
pkg: integration Related to any renderer integration (scope) pr: docs A PR that includes documentation for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants