Skip to content

Commit 7b4337a

Browse files
internal: Publish new version (#3704)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09056b0 commit 7b4337a

29 files changed

Lines changed: 293 additions & 61 deletions

.changeset/optimize-schema-loops.md

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

.changeset/stale-carpets-greet.md

Lines changed: 0 additions & 7 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.78
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fe8779`](https://github.com/reactive/data-client/commit/4fe8779706cb14d9018b3375d07b486a758ccb57), [`09056b0`](https://github.com/reactive/data-client/commit/09056b0adf1375e0aa17df6c1db6f73f721c518f)]:
8+
- @data-client/endpoint@0.15.4
9+
- @data-client/normalizr@0.15.4
10+
- @data-client/core@0.15.4
11+
312
## 0.4.77
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.77",
3+
"version": "0.4.78",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/coin-app/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fe8779`](https://github.com/reactive/data-client/commit/4fe8779706cb14d9018b3375d07b486a758ccb57), [`09056b0`](https://github.com/reactive/data-client/commit/09056b0adf1375e0aa17df6c1db6f73f721c518f)]:
8+
- @data-client/react@0.15.4
9+
- @data-client/rest@0.15.4
10+
311
## 0.0.11
412

513
### Patch Changes

examples/coin-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coinbase-lite",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"packageManager": "yarn@4.12.0",
55
"description": "Coin App",
66
"scripts": {
@@ -45,8 +45,8 @@
4545
"@anansi/router": "0.10.21",
4646
"@babel/runtime-corejs3": "7.28.6",
4747
"@data-client/img": "0.15.0",
48-
"@data-client/react": "0.15.3",
49-
"@data-client/rest": "0.15.2",
48+
"@data-client/react": "0.15.4",
49+
"@data-client/rest": "0.15.4",
5050
"core-js": "3.47.0",
5151
"d3": "7.9.0",
5252
"history": "*",

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.53
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fe8779`](https://github.com/reactive/data-client/commit/4fe8779706cb14d9018b3375d07b486a758ccb57)]:
8+
- @data-client/endpoint@0.15.4
9+
- @data-client/normalizr@0.15.4
10+
311
## 0.1.52
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.52",
3+
"version": "0.1.53",
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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fe8779`](https://github.com/reactive/data-client/commit/4fe8779706cb14d9018b3375d07b486a758ccb57)]:
8+
- @data-client/endpoint@0.15.4
9+
- @data-client/normalizr@0.15.4
10+
311
## 0.1.50
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.50",
3+
"version": "0.1.51",
44
"description": "And example of using Normalizr with Redux",
55
"main": "index.js",
66
"author": "Paul Armstrong",

0 commit comments

Comments
 (0)