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 (rc) #8147

Merged
merged 1 commit into from
Aug 22, 2023
Merged

[ci] release (rc) #8147

merged 1 commit into from
Aug 22, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Aug 18, 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 next, this PR will be updated.

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

next 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 next.

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

Releases

astro@3.0.0-rc.5

Major Changes

  • #8142 81545197a Thanks @natemoo-re! - Fixes for the class:list directive

    • Previously, class:list would ocassionally not be merged the class prop when passed to Astro components. Now, class:list is always converted to a class prop (as a string value).
    • Previously, class:list diverged from clsx in a few edge cases. Now, class:list uses clsx directly.
      • class:list used to deduplicate matching values, but it no longer does
      • class:list used to sort individual values, but it no longer does
      • class:list used to support Set and other iterables, but it no longer does
  • #8179 6011d52d3 Thanks @matthewp! - Astro 3.0 Release Candidate

  • #8170 be6bbd2c8 Thanks @bluwy! - Remove deprecated config option types, deprecated script/style attributes, and deprecated image export from astro:content

  • #8180 f003e7364 Thanks @ematipico! - The scoped hash created by the Astro compiler is now lowercase.

  • #8169 e79e3779d Thanks @bluwy! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:

    • material-darker -> material-theme-darker
    • material-default -> material-theme
    • material-lighter -> material-theme-lighter
    • material-ocean -> material-theme-ocean
    • material-palenight -> material-theme-palenight

Patch Changes

  • #8147 adf9fccfd Thanks @astrobot-houston! - Do not throw Error when users pass an object with a "type" property

  • #8152 582132328 Thanks @andremralves! - Displays a new config error if outDir is placed within publicDir.

  • #8147 42785c7b7 Thanks @astrobot-houston! - Improve fidelity of time stats when running astro build

  • #8171 95120efbe Thanks @Princesseuh! - Fix missing type for imageConfig export from astro:assets

  • #8147 2ae9d37f0 Thanks @astrobot-houston! - Open to configured base when astro dev --open runs

  • #8099 732111cdc Thanks @bluwy! - Deprecate the markdown.drafts configuration option.

    If you'd like to create draft pages that are visible in dev but not in production, you can migrate to content collections and manually filter out pages with the draft: true frontmatter property instead.

  • #8147 33b8910cf Thanks @astrobot-houston! - On back navigation only animate view transitions that were animated going forward.

  • #8163 179796405 Thanks @delucis! - Make typing of defineCollection more permissive to support advanced union and intersection types

  • #8147 a87cbe400 Thanks @astrobot-houston! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)

  • #8132 767eb6866 Thanks @bluwy! - Deprecate returning simple objects from endpoints. Endpoints should only return a Response.

    To return a result with a custom encoding not supported by a Response, you can use the ResponseWithEncoding utility class instead.

    Before:

    export function GET() {
      return {
        body: '...',
        encoding: 'binary',
      };
    }

    After:

    export function GET({ ResponseWithEncoding }) {
      return new ResponseWithEncoding('...', undefined, 'binary');
    }
  • Updated dependencies [6011d52d3, e79e3779d]:

    • @astrojs/markdown-remark@3.0.0-rc.1
    • @astrojs/telemetry@3.0.0-rc.3
    • @astrojs/internal-helpers@0.2.0-rc.2

@astrojs/prism@3.0.0-rc.1

Major Changes

@astrojs/rss@3.0.0-rc.1

Major Changes

Patch Changes

create-astro@4.0.0-rc.2

Major Changes

@astrojs/cloudflare@7.0.0-rc.3

Major Changes

Patch Changes

@astrojs/deno@5.0.0-rc.1

Major Changes

Patch Changes

@astrojs/lit@3.0.0-rc.1

Major Changes

@astrojs/mdx@1.0.0-rc.2

Major Changes

Minor Changes

  • #8169 e79e3779d Thanks @bluwy! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:

    • material-darker -> material-theme-darker
    • material-default -> material-theme
    • material-lighter -> material-theme-lighter
    • material-ocean -> material-theme-ocean
    • material-palenight -> material-theme-palenight

Patch Changes

@astrojs/netlify@3.0.0-rc.2

Major Changes

Patch Changes

@astrojs/node@6.0.0-rc.1

Major Changes

Patch Changes

@astrojs/partytown@2.0.0-rc.1

Major Changes

@astrojs/preact@3.0.0-rc.2

Major Changes

@astrojs/react@3.0.0-rc.4

Major Changes

Patch Changes

  • Updated dependencies [6011d52d3]:
    • @astrojs/internal-helpers@0.2.0-rc.2

@astrojs/sitemap@3.0.0-rc.1

Major Changes

@astrojs/solid-js@3.0.0-rc.3

Major Changes

@astrojs/svelte@4.0.0-rc.2

Major Changes

Patch Changes

@astrojs/tailwind@5.0.0-rc.1

Major Changes

Patch Changes

@astrojs/vercel@4.0.0-rc.4

Major Changes

Patch Changes

@astrojs/vue@3.0.0-rc.1

Major Changes

Patch Changes

@astrojs/markdown-remark@3.0.0-rc.1

Major Changes

  • #8179 6011d52d3 Thanks @matthewp! - Astro 3.0 Release Candidate

  • #8169 e79e3779d Thanks @bluwy! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:

    • material-darker -> material-theme-darker
    • material-default -> material-theme
    • material-lighter -> material-theme-lighter
    • material-ocean -> material-theme-ocean
    • material-palenight -> material-theme-palenight

Patch Changes

@astrojs/telemetry@3.0.0-rc.3

Major Changes

@astrojs/alpinejs@0.3.0-rc.1

Minor Changes

@astrojs/markdoc@0.5.0-rc.1

Minor Changes

  • #8179 6011d52d3 Thanks @matthewp! - Astro 3.0 Release Candidate

  • #8169 e79e3779d Thanks @bluwy! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:

    • material-darker -> material-theme-darker
    • material-default -> material-theme
    • material-lighter -> material-theme-lighter
    • material-ocean -> material-theme-ocean
    • material-palenight -> material-theme-palenight

Patch Changes

@astrojs/prefetch@0.4.0-rc.1

Minor Changes

@astrojs/internal-helpers@0.2.0-rc.2

Minor Changes

@astrojs/underscore-redirects@0.3.0-rc.1

Minor Changes

@github-actions github-actions bot added pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Aug 18, 2023
@github-actions github-actions bot force-pushed the changeset-release/next branch 3 times, most recently from 92635b1 to fd1a6ad Compare August 21, 2023 12:49
@github-actions github-actions bot requested a review from a team as a code owner August 21, 2023 12:49
@github-actions github-actions bot force-pushed the changeset-release/next branch 6 times, most recently from 95186f9 to f61cac3 Compare August 21, 2023 16:37
@astrobot-houston astrobot-houston changed the title [ci] release (beta) [ci] release (rc) Aug 21, 2023
@github-actions github-actions bot force-pushed the changeset-release/next branch 3 times, most recently from b43bcb4 to e29a3b3 Compare August 22, 2023 08:14
@matthewp matthewp merged commit 9f18814 into next Aug 22, 2023
@matthewp matthewp deleted the changeset-release/next branch August 22, 2023 14:19
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: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants