Skip to content

Commit 9fa1f33

Browse files
internal: Publish new version (#3029)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f53b5e commit 9fa1f33

17 files changed

+69
-45
lines changed

.changeset/fluffy-beans-act.md

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

.changeset/itchy-kiwis-design.md

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

.changeset/light-needles-visit.md

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

.changeset/tricky-goats-worry.md

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

examples/benchmark/CHANGELOG.md

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

3+
## 0.4.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2152b41`](https://github.com/reactive/data-client/commit/2152b41afc56027175bd36e7ef89c433a2e5e025)]:
8+
- @data-client/core@0.11.5
9+
310
## 0.4.42
411

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

packages/core/CHANGELOG.md

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

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- [#3033](https://github.com/reactive/data-client/pull/3033) [`2152b41`](https://github.com/reactive/data-client/commit/2152b41afc56027175bd36e7ef89c433a2e5e025) Thanks [@ntucker](https://github.com/ntucker)! - Environments without RequestIdleCallback will call immediately
8+
39
## 0.11.4
410

511
### Patch Changes

packages/core/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/core",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"description": "High performance mutable data framework.",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/react/CHANGELOG.md

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

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- [#3033](https://github.com/reactive/data-client/pull/3033) [`2152b41`](https://github.com/reactive/data-client/commit/2152b41afc56027175bd36e7ef89c433a2e5e025) Thanks [@ntucker](https://github.com/ntucker)! - Environments without RequestIdleCallback will call immediately
8+
9+
- Updated dependencies [[`2152b41`](https://github.com/reactive/data-client/commit/2152b41afc56027175bd36e7ef89c433a2e5e025)]:
10+
- @data-client/core@0.11.5
11+
312
## 0.11.4
413

514
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-client/react",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"description": "High performance mutable data rendering in React.",
55
"homepage": "https://dataclient.io",
66
"repository": {
@@ -127,7 +127,7 @@
127127
"license": "Apache-2.0",
128128
"dependencies": {
129129
"@babel/runtime": "^7.17.0",
130-
"@data-client/core": "^0.11.4",
130+
"@data-client/core": "^0.11.5",
131131
"@data-client/use-enhanced-reducer": "^0.1.6"
132132
},
133133
"peerDependencies": {

0 commit comments

Comments
 (0)