Skip to content

Commit 630ab52

Browse files
internal: Publish new version (#3040)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 655e48b commit 630ab52

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.changeset/silly-ducks-count.md

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

.changeset/tall-monkeys-exist.md

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

packages/test/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#3038](https://github.com/reactive/data-client/pull/3038) [`7a22440`](https://github.com/reactive/data-client/commit/7a224401d2601735b9a96f477d1975e23089e199) Thanks [@ntucker](https://github.com/ntucker)! - Rely on [ErrorBoundary](https://dataclient.io/docs/api/ErrorBoundary) from '@data-client/react' rather than error-boundary package.
8+
9+
BREAKING CHANGE: This means only 0.11 and higher of '@data-client/react' is supported
10+
11+
### Patch Changes
12+
13+
- [#3038](https://github.com/reactive/data-client/pull/3038) [`7a22440`](https://github.com/reactive/data-client/commit/7a224401d2601735b9a96f477d1975e23089e199) Thanks [@ntucker](https://github.com/ntucker)! - Export renderHook() - React 17 & 18 compatible
14+
315
## 0.11.5
416

517
### Patch Changes

packages/test/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/test",
3-
"version": "0.11.5",
3+
"version": "0.12.0",
44
"description": "Testing utilities for Data Client",
55
"homepage": "https://dataclient.io/docs/guides/storybook",
66
"repository": {

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`7a22440`](https://github.com/reactive/data-client/commit/7a224401d2601735b9a96f477d1975e23089e199), [`7a22440`](https://github.com/reactive/data-client/commit/7a224401d2601735b9a96f477d1975e23089e199)]:
8+
- @data-client/test@0.12.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [[`b173c52`](https://github.com/reactive/data-client/commit/b173c52aa00bc9d57337983f01b2ce5c8ee84f6f), [`2152b41`](https://github.com/reactive/data-client/commit/2152b41afc56027175bd36e7ef89c433a2e5e025), [`068ae03`](https://github.com/reactive/data-client/commit/068ae0335d3e1c75a62393937a641a9578a2fa4e), [`95524f8`](https://github.com/reactive/data-client/commit/95524f8818a485c35be4c095d83f397be6831f65)]:
815
- @data-client/rest@0.11.5
916
- @data-client/react@0.11.5

0 commit comments

Comments
 (0)