Skip to content

Commit 29b2d85

Browse files
committed
Release 6.0.2
1 parent 34fe71f commit 29b2d85

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111

1212

13+
14+
## v6.0.2 (2023-07-15)
15+
16+
#### :bug: Bug Fix
17+
* [#474](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/474) fix(polymorphism): fix regression introduced with ember-data-model-fragments 6.0.0 where owner is not passed to typeKey function ([@VincentMolinie](https://github.com/VincentMolinie))
18+
* [#472](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/472) Ensure changing arrays are notified. ([@deanmarano](https://github.com/deanmarano))
19+
* [#469](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/469) Fix issue with reloading array records. ([@deanmarano](https://github.com/deanmarano))
20+
21+
#### :house: Internal
22+
* [#473](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/473) chore(deps): bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
24+
#### Committers: 2
25+
- Dean Marano ([@deanmarano](https://github.com/deanmarano))
26+
- Vincent Molinié ([@VincentMolinie](https://github.com/VincentMolinie))
27+
1328
## v6.0.1 (2023-05-30)
1429

1530
#### :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-data-model-fragments",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Ember Data addon to support nested JSON documents",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)