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

Merged
merged 1 commit into from
Oct 18, 2022
Merged

[ci] release #5078

merged 1 commit into from
Oct 18, 2022

Conversation

astrobot-houston
Copy link
Contributor

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

@astrojs/vercel@2.3.0

Minor Changes

@astrojs/vue@1.2.0

Minor Changes

  • #5075 d25f54cb9 Thanks @natemoo-re! - Add support for the appEntrypoint option, which accepts a root-relative path to an app entrypoint. The default export of this file should be a function that accepts a Vue App instance prior to rendering. This opens up the ability to extend the App instance with custom Vue plugins.

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import vue from '@astrojs/vue';
    
    export default defineConfig({
      integrations: [
        vue({
          appEntrypoint: '/src/pages/_app',
        }),
      ],
    });
    // src/pages/_app.ts
    import type { App } from 'vue';
    import i18nPlugin from '../plugins/i18n';
    
    export default function setup(app: App) {
      app.use(i18nPlugin, {
        /* options */
      });
    }

astro@1.5.1

Patch Changes

@astrojs/node@2.0.1

Patch Changes

@astrojs/react@1.2.1

Patch Changes

@astrojs/solid-js@1.2.1

Patch Changes

@astrojs/tailwind@2.1.1

Patch Changes

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) labels Oct 13, 2022
@github-actions github-actions bot added pkg: vue Related to Vue (scope) pkg: integration Related to any renderer integration (scope) labels Oct 13, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 25 times, most recently from bedc29c to d727b84 Compare October 18, 2022 13:56
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 37686a6 to 80d852b Compare October 18, 2022 15:49
@github-actions github-actions bot added pkg: react Related to React (scope) pkg: solid Related to Solid (scope) labels Oct 18, 2022
@matthewp matthewp merged commit 4c1ffef into main Oct 18, 2022
@matthewp matthewp deleted the changeset-release/main branch October 18, 2022 18:26
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: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants