Skip to content

Commit 70740a7

Browse files
author
Suchita Doshi
committed
Release 0.2.5
1 parent a3b12b3 commit 70740a7

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.2.5 (2020-01-14)
2+
3+
#### :bug: Bug Fix
4+
* [#14](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/14) Add support for readOnly computed property conversion ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
6+
#### :memo: Documentation
7+
* [#14](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/14) Add support for readOnly computed property conversion ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
8+
9+
#### Committers: 2
10+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
11+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
12+
113
## v0.2.4 (2019-12-25)
214

315
#### :bug: Bug Fix

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.4",
3+
"version": "0.2.5",
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: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.js
99
## Input / Output
1010

1111
<!--FIXTURES_TOC_START-->
12-
13-
- [basic-with-prefix-false](#basic-with-prefix-false)
14-
- [basic](#basic)
15-
- [chained-complex-computed](#chained-complex-computed)
16-
- [chained-computed](#chained-computed)
17-
- [complex](#complex)
18-
- [non-computed-decorators](#non-computed-decorators)
19-
- [read-only-computed-decorators](#read-only-computed-decorators)
20-
- [with-tracked](#with-tracked)
21-
<!--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+
* [non-computed-decorators](#non-computed-decorators)
18+
* [read-only-computed-decorators](#read-only-computed-decorators)
19+
* [with-tracked](#with-tracked)
20+
<!--FIXTURES_TOC_END-->
2221

2322
## <!--FIXTURES_CONTENT_START-->
2423

0 commit comments

Comments
 (0)