Skip to content

Commit

Permalink
Merge pull request #827 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 16, 2023
2 parents 2248f8f + b30d9fb commit a3d15ac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
},
"changesets": [
"afraid-cherries-type",
"chilly-keys-kick",
"curvy-frogs-sin",
"gold-weeks-destroy",
"great-fishes-look",
"hip-actors-hide",
"hip-fishes-agree",
"hungry-waves-kiss",
"long-apples-sneeze",
"many-brooms-turn",
"red-badgers-doubt",
"selfish-chairs-jam",
"twenty-adults-knock",
"young-taxis-stare",
"young-walls-own"
Expand Down
12 changes: 12 additions & 0 deletions ember-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ember-resources

## 6.0.0-beta.5

### Patch Changes

- [#828](https://github.com/NullVoxPopuli/ember-resources/pull/828) [`24b540e`](https://github.com/NullVoxPopuli/ember-resources/commit/24b540e191848c720401ce0da6d547bfe3d35b37) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - ember-async-data@v1 is out, so since we're _just now_ using it, that can be the minimum version.
NOTE: `ember-async-data`'s minimum ember-source is 4.8, so while things _might_ work with earlier ember-source's it's not guaranteed.

- [#826](https://github.com/NullVoxPopuli/ember-resources/pull/826) [`50ad1ba`](https://github.com/NullVoxPopuli/ember-resources/commit/50ad1ba2851825263a2024b370e830eba86e375b) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - When using RemoteData, isError should be true when the http status code is >= 400. Resolves #825".
Previously, when you had a JSON response with 404 status code, `isError` would be false instead of true.

- [#830](https://github.com/NullVoxPopuli/ember-resources/pull/830) [`0767c08`](https://github.com/NullVoxPopuli/ember-resources/commit/0767c08a32ae48a90feca34673d20bd061f38885) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - Support TS 5.0

## 6.0.0-beta.4

### 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.4",
"version": "6.0.0-beta.5",
"keywords": [
"ember-addon"
],
Expand Down

0 comments on commit a3d15ac

Please sign in to comment.