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 (next) #2492

Merged
merged 1 commit into from
Feb 1, 2022
Merged

[ci] release (next) #2492

merged 1 commit into from
Feb 1, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 29, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

[email protected]

Minor Changes

  • #2489 618a16f5 Thanks @natemoo-re! - Add support for the set:html and set:text directives.

    With the introduction of these directives, unescaped HTML content in expressions is now deprecated. Please migrate to set:html in order to continue injecting unescaped HTML in future versions of Astro—you can use <Fragment set:html={content}> to avoid a wrapper element. set:text allows you to opt-in to escaping now, but it will soon become the default.

  • #2494 d7149f9b Thanks @FredKSchott! - Refactor dev server to use vite server internally.

    This should be an invisible change, and no breaking changes are expected from this change. However, it is a big enough refactor that some unexpected changes may occur. If you've experienced a regression in the dev server, it is most likely a bug!

  • #2471 c9bb1147 Thanks @FredKSchott! - Standardize trailing subpath behavior in config.

    Most users are not aware of the subtle differences between /foo and /foo/. Internally, we have to handle both which means that we are constantly worrying about the format of the URL, needing to add/remove trailing slashes when we go to work with this property, etc. This change transforms all site values to use a trailing slash internally, which should help reduce bugs for both users and maintainers.

Patch Changes

@astrojs/[email protected]

Patch Changes

@netlify
Copy link

netlify bot commented Jan 29, 2022

✔️ Deploy Preview for astro-docs-2 ready!

🔨 Explore the source changes: 8a365c3

🔍 Inspect the deploy log: https://app.netlify.com/sites/astro-docs-2/deploys/61f8731d1b0dfc0008f1d6b0

😎 Browse the preview: https://deploy-preview-2492--astro-docs-2.netlify.app

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 869865c to 68604c5 Compare January 31, 2022 21:59
@github-actions github-actions bot changed the title [ci] release [ci] release (next) Jan 31, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from bbe9dcd to 8a365c3 Compare January 31, 2022 23:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8a365c3 to 98ed853 Compare February 1, 2022 04:32
@matthewp matthewp merged commit dd1a14a into main Feb 1, 2022
@matthewp matthewp deleted the changeset-release/main branch February 1, 2022 13:52
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