Skip to content

Commit 56d8beb

Browse files
internal: Publish new version (#3392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent abff162 commit 56d8beb

File tree

16 files changed

+76
-36
lines changed

16 files changed

+76
-36
lines changed

.changeset/evil-beans-attack.md

-7
This file was deleted.

.changeset/loud-rice-fry.md

-22
This file was deleted.

examples/benchmark/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-benchmark
22

3+
## 0.4.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a)]:
8+
- @data-client/normalizr@0.14.22
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.4.70
412

513
### Patch Changes

examples/benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-benchmark",
3-
"version": "0.4.70",
3+
"version": "0.4.71",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/normalizr-github/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-github-example
22

3+
## 0.1.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a)]:
8+
- @data-client/normalizr@0.14.22
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.1.48
412

513
### Patch Changes

examples/normalizr-github/package.json

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

examples/normalizr-redux/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-redux-example
22

3+
## 0.1.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a)]:
8+
- @data-client/normalizr@0.14.22
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.1.46
412

513
### Patch Changes

examples/normalizr-redux/package.json

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

examples/normalizr-relationships/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# normalizr-relationships
22

3+
## 0.1.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a)]:
8+
- @data-client/normalizr@0.14.22
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.1.48
412

513
### Patch Changes

examples/normalizr-relationships/package.json

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

packages/normalizr/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.14.22
4+
5+
### Patch Changes
6+
7+
- [#3390](https://github.com/reactive/data-client/pull/3390) [`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a) Thanks [@ntucker](https://github.com/ntucker)! - Improve performance by using Map() instead of Object for unbounded keys
8+
39
## 0.14.21
410

511
### Patch Changes

packages/normalizr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/normalizr",
3-
"version": "0.14.21",
3+
"version": "0.14.22",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"homepage": "https://dataclient.io/docs/concepts/normalization",
66
"keywords": [

packages/rest/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @data-client/rest
22

3+
## 0.14.22
4+
5+
### Patch Changes
6+
7+
- [#3390](https://github.com/reactive/data-client/pull/3390) [`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a) Thanks [@ntucker](https://github.com/ntucker)! - Improve performance by using Map() instead of Object for unbounded keys
8+
39
## 0.14.21
410

511
### Patch Changes

packages/rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/rest",
3-
"version": "0.14.21",
3+
"version": "0.14.22",
44
"description": "Quickly define typed REST resources and endpoints",
55
"homepage": "https://dataclient.io/rest",
66
"repository": {

packages/test/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @data-client/test
22

3+
## 0.14.22
4+
5+
### Patch Changes
6+
7+
- [#3390](https://github.com/reactive/data-client/pull/3390) [`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a) Thanks [@ntucker](https://github.com/ntucker)! - Improve performance by using Map() instead of Object for unbounded keys
8+
9+
- [#3390](https://github.com/reactive/data-client/pull/3390) [`32cccdb`](https://github.com/reactive/data-client/commit/32cccdb921cd8d7643b641a9e8872aa89782a94a) Thanks [@ntucker](https://github.com/ntucker)! - Interceptors that have args specified will still work, and warn about args.
10+
11+
Example:
12+
13+
```typescript
14+
{
15+
endpoint: TodoResource.getList.push,
16+
args: [{ userId: '5' }, {}],
17+
response({ userId }, body) {
18+
return { id: Math.random(), userId, ...ensurePojo(body) };
19+
},
20+
}
21+
```
22+
23+
This is clearly an interceptor, but args were accidentally specified. Before
24+
this would make it not register, and TypeScript couldn't detect the issue.
25+
26+
Now this is treated as an interceptor (args ignored); and there is a console warning
27+
328
## 0.14.21
429

530
### Patch Changes

packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/test",
3-
"version": "0.14.21",
3+
"version": "0.14.22",
44
"description": "Testing utilities for Data Client",
55
"homepage": "https://dataclient.io/docs/guides/storybook",
66
"repository": {

0 commit comments

Comments
 (0)