Skip to content

Commit 5f59f4b

Browse files
internal: Publish new version (#3393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bf7e7a commit 5f59f4b

File tree

8 files changed

+29
-12
lines changed

8 files changed

+29
-12
lines changed

.changeset/spicy-wasps-raise.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.72
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bf7e7a`](https://github.com/reactive/data-client/commit/9bf7e7ab783eda767dd9f17bbf65c4b85c05d522)]:
8+
- @data-client/core@0.14.23
9+
- @data-client/endpoint@0.14.21
10+
311
## 0.4.71
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.71",
3+
"version": "0.4.72",
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.23
4+
5+
### Patch Changes
6+
7+
- [`9bf7e7a`](https://github.com/reactive/data-client/commit/9bf7e7ab783eda767dd9f17bbf65c4b85c05d522) 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.21
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.21",
3+
"version": "0.14.23",
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.23
4+
5+
### Patch Changes
6+
7+
- [`9bf7e7a`](https://github.com/reactive/data-client/commit/9bf7e7ab783eda767dd9f17bbf65c4b85c05d522) 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 [[`9bf7e7a`](https://github.com/reactive/data-client/commit/9bf7e7ab783eda767dd9f17bbf65c4b85c05d522)]:
10+
- @data-client/core@0.14.23
11+
312
## 0.14.21
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.21",
3+
"version": "0.14.23",
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.21",
172+
"@data-client/core": "^0.14.23",
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.21, @data-client/core@workspace:*, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
3078+
"@data-client/core@npm:^0.14.23, @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.21"
3169+
"@data-client/core": "npm:^0.14.23"
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)