Skip to content

Commit a3d15ac

Browse files
Merge pull request #827 from NullVoxPopuli/changeset-release/main
Release Preview (beta)
2 parents 2248f8f + b30d9fb commit a3d15ac

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99
},
1010
"changesets": [
1111
"afraid-cherries-type",
12+
"chilly-keys-kick",
1213
"curvy-frogs-sin",
1314
"gold-weeks-destroy",
1415
"great-fishes-look",
16+
"hip-actors-hide",
1517
"hip-fishes-agree",
1618
"hungry-waves-kiss",
1719
"long-apples-sneeze",
1820
"many-brooms-turn",
1921
"red-badgers-doubt",
22+
"selfish-chairs-jam",
2023
"twenty-adults-knock",
2124
"young-taxis-stare",
2225
"young-walls-own"

ember-resources/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ember-resources
22

3+
## 6.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
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.
9+
10+
- [#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".
11+
Previously, when you had a JSON response with 404 status code, `isError` would be false instead of true.
12+
13+
- [#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
14+
315
## 6.0.0-beta.4
416

517
### Minor Changes

ember-resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)