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

Merged
merged 2 commits into from
Oct 27, 2022
Merged

[ci] release #5199

merged 2 commits into from
Oct 27, 2022

Conversation

astrobot-houston
Copy link
Contributor

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

astro@1.6.0

Minor Changes

  • #5147 0bf0758fb Thanks @natemoo-re! - Add astro/types entrypoint. These utilities can be used for common prop type patterns.

    HTMLAttributes

    If you would like to extend valid HTML attributes for a given HTML element, you may use the provided HTMLAttributes type—it accepts an element name and returns the valid HTML attributes for that element name.

    import { HTMLAttributes } from 'astro/types';
    interface Props extends HTMLAttributes<'a'> {
      myProp?: string;
    }
  • #5164 4a8a346ca Thanks @MoustaphaDev! - Add support for markdown files with the following extensions:

    • .markdown
    • .mdown
    • .mkdn
    • .mkd
    • .mdwn
  • #4917 ddf2f8390 Thanks @natemoo-re! - Add support for --base CLI argument, which will override the base set in your astro.config.mjs file.

    astro --site https://astro.build --base /docs
    

Patch Changes

create-astro@1.2.0

Minor Changes

  • #5088 040837628 Thanks @natemoo-re! - Introducing your new automated assistant: Houston! 🎉

    ╭─────╮  Houston:
    │ ◠ ◡ ◠  Initiating launch sequence... right... now!
    ╰─────╯
    

    Updates template and TypeScript prompts for clarity and friendliness.

    Migrates template copying from degit (unmaintained) to giget for stability.

@astrojs/rss@1.0.3

Patch Changes

  • #5164 4a8a346ca Thanks @MoustaphaDev! - Add support for markdown files with the following extensions:
    • .markdown
    • .mdown
    • .mkdn
    • .mkd
    • .mdwn

@astrojs/cloudflare@3.1.1

Patch Changes

  • #5103 d151d9f3f Thanks @AirBorne04! - enable access to cloudflare runtime [KV, R2, Durable Objects]
    • access native cloudflare runtime through import { getRuntime } from "@astrojs/cloudflare/runtime" now you can call getRuntime(Astro.request) and get access to the runtime environment

@astrojs/node@2.0.2

Patch Changes

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Oct 26, 2022
@rayaan01
Copy link

Badly needed this! 🎉

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 2267886 to 27f5d6e Compare October 26, 2022 15:19
Copy link
Contributor

@matthewp matthewp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking until tomorrow.

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once again, not totally sure whether I should be making edits/comments on these changelogs, but just in case, I'd capitalize Cloudflare! 😅

packages/integrations/cloudflare/CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 1188159 to 3959795 Compare October 27, 2022 09:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3959795 to f75d3ab Compare October 27, 2022 12:58
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: create-astro Related to the `create-astro` package (scope) pkg: example Related to an example package (scope) labels Oct 27, 2022
@matthewp matthewp dismissed their stale review October 27, 2022 13:40

Release time

@matthewp matthewp merged commit 50841bb into main Oct 27, 2022
@matthewp matthewp deleted the changeset-release/main branch October 27, 2022 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope) pkg: create-astro Related to the `create-astro` package (scope) 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.

4 participants