Skip to content

Commit b5c3f36

Browse files
internal: Publish new version (#3378)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b50c5c commit b5c3f36

File tree

28 files changed

+132
-42
lines changed

28 files changed

+132
-42
lines changed

.changeset/plain-cars-watch.md

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

examples/benchmark/CHANGELOG.md

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

3+
## 0.4.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c3514c6`](https://github.com/reactive/data-client/commit/c3514c6afa2cd76dafa02adcfad6f6481a34b5de)]:
8+
- @data-client/normalizr@0.14.20
9+
- @data-client/endpoint@0.14.20
10+
- @data-client/core@0.14.20
11+
312
## 0.4.68
413

514
### 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.68",
3+
"version": "0.4.69",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/normalizr-github/CHANGELOG.md

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

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

513
### 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.46",
3+
"version": "0.1.47",
44
"description": "And example of using Normalizr with github",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-redux/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c3514c6`](https://github.com/reactive/data-client/commit/c3514c6afa2cd76dafa02adcfad6f6481a34b5de)]:
8+
- @data-client/normalizr@0.14.20
9+
- @data-client/endpoint@0.14.20
10+
311
## 0.1.44
412

513
### 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.44",
3+
"version": "0.1.45",
44
"description": "And example of using Normalizr with Redux",
55
"main": "index.js",
66
"author": "Paul Armstrong",

examples/normalizr-relationships/CHANGELOG.md

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

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

513
### 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.46",
3+
"version": "0.1.47",
44
"description": "And example of using Normalizr with relationships",
55
"main": "index.js",
66
"author": "Paul Armstrong",

packages/core/CHANGELOG.md

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

3+
## 0.14.20
4+
5+
### Patch Changes
6+
7+
- [`c3514c6`](https://github.com/reactive/data-client/commit/c3514c6afa2cd76dafa02adcfad6f6481a34b5de) Thanks [@ntucker](https://github.com/ntucker)! - Remove unnecessary polyfills in build
8+
9+
- Updated dependencies [[`c3514c6`](https://github.com/reactive/data-client/commit/c3514c6afa2cd76dafa02adcfad6f6481a34b5de)]:
10+
- @data-client/normalizr@0.14.20
11+
312
## 0.14.19
413

514
### Patch Changes

0 commit comments

Comments
 (0)