Skip to content

Commit 39f9f7b

Browse files
internal: Publish new version (#3395)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d41f658 commit 39f9f7b

File tree

8 files changed

+29
-12
lines changed

8 files changed

+29
-12
lines changed

.changeset/evil-cars-itch.md

-6
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.73
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d41f658`](https://github.com/reactive/data-client/commit/d41f6582478f9392bcbcbcc1213f7a2d9646e9c4)]:
8+
- @data-client/core@0.14.24
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.4.72
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.72",
3+
"version": "0.4.73",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

packages/core/CHANGELOG.md

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

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

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/core",
3-
"version": "0.14.23",
3+
"version": "0.14.24",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @data-client/react
22

3+
## 0.14.24
4+
5+
### Patch Changes
6+
7+
- [`d41f658`](https://github.com/reactive/data-client/commit/d41f6582478f9392bcbcbcc1213f7a2d9646e9c4) Thanks [@ntucker](https://github.com/ntucker)! - Improve performance by using Map() instead of Object for unbounded keys [#3390](https://github.com/reactive/data-client/pull/3390)
8+
9+
- Updated dependencies [[`d41f658`](https://github.com/reactive/data-client/commit/d41f6582478f9392bcbcbcc1213f7a2d9646e9c4)]:
10+
- @data-client/core@0.14.24
11+
312
## 0.14.23
413

514
### Patch Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/react",
3-
"version": "0.14.23",
3+
"version": "0.14.24",
44
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
55
"homepage": "https://dataclient.io",
66
"repository": {
@@ -169,7 +169,7 @@
169169
"license": "Apache-2.0",
170170
"dependencies": {
171171
"@babel/runtime": "^7.20.0",
172-
"@data-client/core": "^0.14.23",
172+
"@data-client/core": "^0.14.24",
173173
"@data-client/use-enhanced-reducer": "^0.1.14"
174174
},
175175
"peerDependencies": {

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,7 @@ __metadata:
30753075
languageName: node
30763076
linkType: hard
30773077

3078-
"@data-client/core@npm:^0.14.23, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
3078+
"@data-client/core@npm:^0.14.24, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
30793079
version: 0.0.0-use.local
30803080
resolution: "@data-client/core@workspace:packages/core"
30813081
dependencies:
@@ -3166,7 +3166,7 @@ __metadata:
31663166
dependencies:
31673167
"@anansi/browserslist-config": "npm:^1.4.2"
31683168
"@babel/runtime": "npm:^7.20.0"
3169-
"@data-client/core": "npm:^0.14.23"
3169+
"@data-client/core": "npm:^0.14.24"
31703170
"@data-client/rest": "workspace:*"
31713171
"@data-client/test": "workspace:*"
31723172
"@data-client/use-enhanced-reducer": "npm:^0.1.14"

0 commit comments

Comments
 (0)