Skip to content

Commit a109e56

Browse files
internal: Publish new version (#3483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55cfb09 commit a109e56

File tree

11 files changed

+44
-10
lines changed

11 files changed

+44
-10
lines changed

.changeset/shiny-olives-behave.md

Lines changed: 0 additions & 5 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.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6e56c6`](https://github.com/reactive/data-client/commit/c6e56c69b16da967b3b4f3f95bccb3c936d195c1)]:
8+
- @data-client/endpoint@0.14.26
9+
- @data-client/core@0.14.24
10+
- @data-client/normalizr@0.14.22
11+
312
## 0.4.74
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.74",
3+
"version": "0.4.75",
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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6e56c6`](https://github.com/reactive/data-client/commit/c6e56c69b16da967b3b4f3f95bccb3c936d195c1)]:
8+
- @data-client/endpoint@0.14.26
9+
- @data-client/normalizr@0.14.22
10+
311
## 0.1.50
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.50",
3+
"version": "0.1.51",
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.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6e56c6`](https://github.com/reactive/data-client/commit/c6e56c69b16da967b3b4f3f95bccb3c936d195c1)]:
8+
- @data-client/endpoint@0.14.26
9+
- @data-client/normalizr@0.14.22
10+
311
## 0.1.48
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.48",
3+
"version": "0.1.49",
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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6e56c6`](https://github.com/reactive/data-client/commit/c6e56c69b16da967b3b4f3f95bccb3c936d195c1)]:
8+
- @data-client/endpoint@0.14.26
9+
- @data-client/normalizr@0.14.22
10+
311
## 0.1.50
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.50",
3+
"version": "0.1.51",
44
"description": "And example of using Normalizr with relationships",
55
"main": "index.js",
66
"author": "Paul Armstrong",

packages/endpoint/CHANGELOG.md

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

3+
## 0.14.26
4+
5+
### Patch Changes
6+
7+
- [#3483](https://github.com/reactive/data-client/pull/3483) [`c6e56c6`](https://github.com/reactive/data-client/commit/c6e56c69b16da967b3b4f3f95bccb3c936d195c1) Thanks [@Tomaszal](https://github.com/Tomaszal)! - fix: export types needed for EntityMixin
8+
39
## 0.14.25
410

511
### Patch Changes

packages/endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/endpoint",
3-
"version": "0.14.25",
3+
"version": "0.14.26",
44
"description": "Declarative Network Interface Definitions",
55
"homepage": "https://dataclient.io/docs/guides/custom-protocol",
66
"keywords": [

0 commit comments

Comments
 (0)