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 #7 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
NullVoxPopuli authored Mar 16, 2023
2 parents a604863 + c2e84b4 commit cc39527
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-coats-roll.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#6](https://github.com/NullVoxPopuli/rollup-plugin-glimmer-template-tag/pull/6) [`fe9f110`](https://github.com/NullVoxPopuli/rollup-plugin-glimmer-template-tag/commit/fe9f110f2f6c6af6daa926ed4b9db32ec6fc2c3d) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - The entirety of the `<template>` transform is done in rollup.
Now folks don't need to remember to configure babel _in addition_ to the existing needed rollup config.

## 0.1.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.1.0",
"version": "0.2.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 cc39527

Please sign in to comment.