Skip to content

Commit fda7336

Browse files
author
Suchita Doshi
committed
Release 0.2.1
1 parent 5c5809c commit fda7336

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Must provide GITHUB_AUTH
2+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-tracked-properties-codemod",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A codemod for transforming your ember app code to start using `@tracked` properties.",
55
"keywords": [
66
"codemod-cli",

transforms/tracked-properties/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.hbs
99
## Input / Output
1010

1111
<!--FIXTURES_TOC_START-->
12-
13-
- [basic](#basic)
14-
- [basic-with-prefix-false](#basic-with-prefix-false)
15-
- [chained-complex-computed](#chained-complex-computed)
16-
- [chained-computed](#chained-computed)
17-
- [complex](#complex)
18-
- [with-tracked](#with-tracked)
19-
<!--FIXTURES_TOC_END-->
12+
* [basic-with-prefix-false](#basic-with-prefix-false)
13+
* [basic](#basic)
14+
* [chained-complex-computed](#chained-complex-computed)
15+
* [chained-computed](#chained-computed)
16+
* [complex](#complex)
17+
* [with-tracked](#with-tracked)
18+
<!--FIXTURES_TOC_END-->
2019

2120
## <!--FIXTURES_CONTENT_START-->
2221

0 commit comments

Comments
 (0)