Skip to content

Commit 858cd8e

Browse files
internal: Publish new version (#3018)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ce164d2 commit 858cd8e

File tree

17 files changed

+85
-23
lines changed

17 files changed

+85
-23
lines changed

.changeset/short-experts-wave.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/benchmark/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example-benchmark
22

3+
## 0.4.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce164d2`](https://github.com/reactive/data-client/commit/ce164d286c8afcb2593a86abbf23948a08aa40ba)]:
8+
- @data-client/endpoint@0.11.3
9+
310
## 0.4.40
411

512
### Patch Changes

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-benchmark",
3-
"version": "0.4.40",
3+
"version": "0.4.41",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/normalizr-github/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# normalizr-github-example
22

3+
## 0.1.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce164d2`](https://github.com/reactive/data-client/commit/ce164d286c8afcb2593a86abbf23948a08aa40ba)]:
8+
- @data-client/endpoint@0.11.3
9+
310
## 0.1.29
411

512
### Patch Changes

examples/normalizr-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-github-example",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"description": "And example of using Normalizr with github",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-redux/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# normalizr-redux-example
22

3+
## 0.1.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce164d2`](https://github.com/reactive/data-client/commit/ce164d286c8afcb2593a86abbf23948a08aa40ba)]:
8+
- @data-client/endpoint@0.11.3
9+
310
## 0.1.27
411

512
### Patch Changes

examples/normalizr-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-redux-example",
3-
"version": "0.1.27",
3+
"version": "0.1.28",
44
"description": "And example of using Normalizr with Redux",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-relationships/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# normalizr-relationships
22

3+
## 0.1.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce164d2`](https://github.com/reactive/data-client/commit/ce164d286c8afcb2593a86abbf23948a08aa40ba)]:
8+
- @data-client/endpoint@0.11.3
9+
310
## 0.1.29
411

512
### Patch Changes

examples/normalizr-relationships/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-relationships",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"description": "And example of using Normalizr with relationships",
55
"main": "index.js",
66
"author": "Paul Armstrong",

packages/endpoint/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @data-client/endpoint
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- [#3017](https://github.com/reactive/data-client/pull/3017) [`ce164d2`](https://github.com/reactive/data-client/commit/ce164d286c8afcb2593a86abbf23948a08aa40ba) Thanks [@ntucker](https://github.com/ntucker)! - Queries pass-through suspense rather than ever being undefined
8+
9+
- [useSuspense()](https://dataclient.io/docs/api/useSuspense) return values will not be nullable
10+
- [useQuery()](https://dataclient.io/docs/api/useQuery) will still be nullable due to it handling `INVALID` as `undefined` return
11+
- [Query.process](https://dataclient.io/rest/api/Query#process) does not need to handle nullable cases
12+
313
## 0.11.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)