Skip to content

Commit 597cdab

Browse files
Version Packages
1 parent 6a4c401 commit 597cdab

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/rude-seas-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-suns-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-ladybugs-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#4](https://github.com/IgnaceMaes/ember-codemod-template-tag/pull/4) [`d9c588c`](https://github.com/IgnaceMaes/ember-codemod-template-tag/commit/d9c588c74afe9823353bade5a998695cefaf0f45) Thanks [@IgnaceMaes](https://github.com/IgnaceMaes)! - refactor: split off utils
8+
9+
- [#7](https://github.com/IgnaceMaes/ember-codemod-template-tag/pull/7) [`143da6d`](https://github.com/IgnaceMaes/ember-codemod-template-tag/commit/143da6d2d99a3180bd8fca7016f18a7b9caac101) Thanks [@IgnaceMaes](https://github.com/IgnaceMaes)! - refactor: extract change extension step
10+
11+
- [#6](https://github.com/IgnaceMaes/ember-codemod-template-tag/pull/6) [`4594227`](https://github.com/IgnaceMaes/ember-codemod-template-tag/commit/4594227fd42bead2c0cb2cf9dfb904682048f84a) Thanks [@IgnaceMaes](https://github.com/IgnaceMaes)! - Add utils for template tag AST and move hbs import removal to separate step
12+
313
## 0.1.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemod-template-tag",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Codemod to convert Glimmer components to the <template> tag authoring format in .gjs and .gts",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)