Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 14, 2020
1 parent e2adafe commit 164cf23
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.0.2 (2020-10-14)

#### :bug: Bug Fix
* `ember-cli-code-coverage`
* [#294](https://github.com/kategengler/ember-cli-code-coverage/pull/294) Fix missing/incorrect file paths for in-repo addons re-exporting files into the app that are also extended/overridden in the app. ([@GCheung55](https://github.com/GCheung55))

#### Committers: 1
- Garrick Cheung ([@GCheung55](https://github.com/GCheung55))


## v1.0.1 (2020-10-04)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
},
"npm": false
},
"version": "1.0.1"
"version": "1.0.2"
}
2 changes: 1 addition & 1 deletion packages/ember-cli-code-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-code-coverage",
"version": "1.0.1",
"version": "1.0.2",
"description": "Code coverage for ember projects using Istanbul",
"keywords": [
"ember-addon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-code-coverage": "1.0.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app-with-in-repo-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-code-coverage": "1.0.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app-with-in-repo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-code-coverage": "1.0.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.17.2",
"ember-cli-code-coverage": "1.0.1",
"ember-cli-code-coverage": "1.0.2",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^4.2.2",
Expand Down

0 comments on commit 164cf23

Please sign in to comment.