Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Release Preview #12

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Release Preview #12

merged 1 commit into from
Mar 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

rollup-plugin-glimmer-template-tag@0.3.0

Minor Changes

  • #11 5938936 Thanks @NullVoxPopuli! - Add option to the rollup plugin so that folks can choose to separately due to the two-step transform.

    In 0.2.0, it became possible to only use the rollup plugin for the entirety of the transform, whereas in 0.1.0, a babel plugin was needed as well.

    In this version, you may go back to the 0.1.0 style configuration via:

    // rollup.config.mjs
    export default {
      output: addon.output(),
      plugins: [
        // ...
        glimmerTemplateTag({ preprocessOnly: true }),
        // ...
      ],
    };

@NullVoxPopuli NullVoxPopuli merged commit 2e838ee into main Mar 17, 2023
@NullVoxPopuli NullVoxPopuli deleted the changeset-release/main branch March 17, 2023 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant