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

Commit

Permalink
Merge pull request #12 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
NullVoxPopuli authored Mar 17, 2023
2 parents 6c5f343 + 0ec3428 commit 2e838ee
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/odd-vans-repair.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/rollup-plugin-glimmer-template-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# rollup-plugin-glimmer-template-tag

## 0.3.0

### Minor Changes

- [#11](https://github.com/NullVoxPopuli/rollup-plugin-glimmer-template-tag/pull/11) [`5938936`](https://github.com/NullVoxPopuli/rollup-plugin-glimmer-template-tag/commit/5938936d9d7471d1ab03e0dbe1ee9eba23f47634) Thanks [@NullVoxPopuli](https://github.com/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:

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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-glimmer-template-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-glimmer-template-tag",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "rollup plugin for converting <template> into valid JS / TS",
"repository": "https://github.com/NullVoxPopuli/rollup-plugin-glimmer-template-tag",
Expand Down

0 comments on commit 2e838ee

Please sign in to comment.