Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchita Doshi committed Dec 24, 2019
1 parent 5c5809c commit fda7336
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Must provide GITHUB_AUTH

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-tracked-properties-codemod",
"version": "0.2.0",
"version": "0.2.1",
"description": "A codemod for transforming your ember app code to start using `@tracked` properties.",
"keywords": [
"codemod-cli",
Expand Down
15 changes: 7 additions & 8 deletions transforms/tracked-properties/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.hbs
## Input / Output

<!--FIXTURES_TOC_START-->

- [basic](#basic)
- [basic-with-prefix-false](#basic-with-prefix-false)
- [chained-complex-computed](#chained-complex-computed)
- [chained-computed](#chained-computed)
- [complex](#complex)
- [with-tracked](#with-tracked)
<!--FIXTURES_TOC_END-->
* [basic-with-prefix-false](#basic-with-prefix-false)
* [basic](#basic)
* [chained-complex-computed](#chained-complex-computed)
* [chained-computed](#chained-computed)
* [complex](#complex)
* [with-tracked](#with-tracked)
<!--FIXTURES_TOC_END-->

## <!--FIXTURES_CONTENT_START-->

Expand Down

0 comments on commit fda7336

Please sign in to comment.