Skip to content

Commit 000051e

Browse files
internal: Publish new version (#3044)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e9d36b commit 000051e

21 files changed

+127
-49
lines changed

.changeset/famous-moose-hammer.md

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

.changeset/healthy-suns-love.md

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

.changeset/proud-dogs-rhyme.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.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c)]:
8+
- @data-client/core@0.12.1
9+
310
## 0.4.43
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.43",
3+
"version": "0.4.44",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",

examples/coin-app/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c), [`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c), [`6e9d36b`](https://github.com/reactive/data-client/commit/6e9d36b6cb287763c0fcc3f07d9f2ef0df619d12)]:
8+
- @data-client/react@0.12.1
9+
- @data-client/img@0.12.1
10+
- @data-client/redux@0.12.1
11+
312
## 0.0.3
413

514
### Patch Changes

examples/coin-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coinbase-lite",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"packageManager": "[email protected]",
55
"description": "Coin App",
66
"scripts": {
@@ -42,9 +42,9 @@
4242
"@anansi/core": "^0.19.0",
4343
"@anansi/router": "^0.10.0",
4444
"@babel/runtime": "^7.22.15",
45-
"@data-client/img": "^0.11.0",
46-
"@data-client/react": "^0.11.0",
47-
"@data-client/redux": "^0.11.0",
45+
"@data-client/img": "^0.12.1",
46+
"@data-client/react": "^0.12.1",
47+
"@data-client/redux": "^0.12.1",
4848
"@data-client/rest": "^0.11.0",
4949
"d3": "^7.9.0",
5050
"history": "*",

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.12.1
4+
5+
### Patch Changes
6+
7+
- [#3043](https://github.com/reactive/data-client/pull/3043) [`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c) Thanks [@ntucker](https://github.com/ntucker)! - Improve [controller](https://dataclient.io/docs/api/Controller) type matching for its methods
8+
39
## 0.11.5
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.5",
3+
"version": "0.12.1",
44
"description": "High performance mutable data framework.",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/img/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c), [`5b64cbf`](https://github.com/reactive/data-client/commit/5b64cbf3126c404b70853960a4bdedc268e3328c), [`6e9d36b`](https://github.com/reactive/data-client/commit/6e9d36b6cb287763c0fcc3f07d9f2ef0df619d12)]:
8+
- @data-client/react@0.12.1
9+
310
## 0.11.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)