Skip to content

Commit

Permalink
Merge pull request #817 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview (beta)
  • Loading branch information
NullVoxPopuli authored Mar 11, 2023
2 parents 715d32c + be9e3cd commit 21e217d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"afraid-cherries-type",
"curvy-frogs-sin",
"gold-weeks-destroy",
"great-fishes-look",
"hip-fishes-agree",
"hungry-waves-kiss",
"long-apples-sneeze",
Expand Down
10 changes: 10 additions & 0 deletions ember-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ember-resources

## 6.0.0-beta.3

### Major Changes

- [#815](https://github.com/NullVoxPopuli/ember-resources/pull/815) [`54e2b50`](https://github.com/NullVoxPopuli/ember-resources/commit/54e2b501ffe1cede2eec9465ed092ead5af6effd) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - The `RemoteData` resource now has the same state changes and semantics as `trackedFunction`.

Breaking Changes:

- `isResolved` is only true when the request succeeds. During migration, you may use `isFinished` for previous behavior.

## 6.0.0-beta.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ember-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-resources",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"keywords": [
"ember-addon"
],
Expand Down

0 comments on commit 21e217d

Please sign in to comment.