Skip to content

Commit

Permalink
internal: Publish new version (#3057)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 8, 2024
1 parent 4035c30 commit 2b0f7ae
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .changeset/large-games-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-needles-crash.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/smooth-brooms-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-cheetahs-cheat.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-benchmark

## 0.4.46

### Patch Changes

- Updated dependencies [[`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d), [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534)]:
- @data-client/core@0.12.5

## 0.4.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-benchmark",
"version": "0.4.45",
"version": "0.4.46",
"description": "Benchmark for normalizr",
"main": "index.js",
"author": "Nathaniel Tucker",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @data-client/core

## 0.12.5

### Patch Changes

- [`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d) Thanks [@ntucker](https://github.com/ntucker)! - [DevToolsManager](https://dataclient.io/docs/api/DevToolsManager) uses [maxAge](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/API/Arguments.md#maxage) to set buffer size

- [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534) Thanks [@ntucker](https://github.com/ntucker)! - Fix DevToolsManager() config parameter correctly sets devtools config

## 0.12.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/core",
"version": "0.12.3",
"version": "0.12.5",
"description": "High performance mutable data framework.",
"sideEffects": false,
"main": "dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @data-client/react

## 0.12.5

### Patch Changes

- [`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d) Thanks [@ntucker](https://github.com/ntucker)! - [DevToolsManager](https://dataclient.io/docs/api/DevToolsManager) uses [maxAge](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/API/Arguments.md#maxage) to set buffer size

- [`30208fb`](https://github.com/reactive/data-client/commit/30208fb065cc071643f338c8e6333449e2cc0340) Thanks [@ntucker](https://github.com/ntucker)! - Only show devtools button when DevToolsManager is used

Previously, one could use custom managers list and it
would still show the devtools button. This was confusing
as opening it would show no instance for Data Client.

- [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534) Thanks [@ntucker](https://github.com/ntucker)! - Fix DevToolsManager() config parameter correctly sets devtools config

- Updated dependencies [[`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d), [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534)]:
- @data-client/core@0.12.5

## 0.12.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/react",
"version": "0.12.3",
"version": "0.12.5",
"description": "High performance mutable data rendering in React.",
"homepage": "https://dataclient.io",
"repository": {
Expand Down Expand Up @@ -128,7 +128,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.12.3",
"@data-client/core": "^0.12.5",
"@data-client/use-enhanced-reducer": "^0.1.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@data-client/core": "^0.12.3"
"@data-client/core": "^0.12.5"
},
"peerDependencies": {
"@data-client/react": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @data-client/rest

## 0.12.5

### Patch Changes

- [`019e1bc`](https://github.com/reactive/data-client/commit/019e1bc2ecf3651540f905912aaae30c545dd521) Thanks [@ntucker](https://github.com/ntucker)! - Improve readability of RestEndpoint instance types

Now `new RestEndpoint()` will show a `RestEndpoint` type with the relevant
options.

## 0.12.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/rest",
"version": "0.12.4",
"version": "0.12.5",
"description": "Endpoints for REST APIs",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [[`019e1bc`](https://github.com/reactive/data-client/commit/019e1bc2ecf3651540f905912aaae30c545dd521), [`e4d5f01`](https://github.com/reactive/data-client/commit/e4d5f019f7c3817fb740094244e8ce17ccd5452d), [`30208fb`](https://github.com/reactive/data-client/commit/30208fb065cc071643f338c8e6333449e2cc0340), [`c3481ad`](https://github.com/reactive/data-client/commit/c3481ad578c77a6dc73f45f1afcec353ba032534)]:
- @data-client/rest@0.12.5
- @data-client/react@0.12.5
- @data-client/test@0.12.3

## null

### Patch Changes

- Updated dependencies [[`a6b4f4a`](https://github.com/reactive/data-client/commit/a6b4f4aabbfd06f5106a96e809a6c1a5e7045172), [`a6b4f4a`](https://github.com/reactive/data-client/commit/a6b4f4aabbfd06f5106a96e809a6c1a5e7045172)]:
- @data-client/rest@0.12.4

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ __metadata:
languageName: node
linkType: hard

"@data-client/core@npm:^0.12.3, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
"@data-client/core@npm:^0.12.5, @data-client/core@workspace:^, @data-client/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@data-client/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -3226,7 +3226,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/core": "npm:^0.12.3"
"@data-client/core": "npm:^0.12.5"
"@data-client/use-enhanced-reducer": "npm:^0.1.7"
"@react-navigation/native": "npm:^6.1.6"
"@types/node": "npm:^20.0.0"
Expand All @@ -3250,7 +3250,7 @@ __metadata:
dependencies:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/core": "npm:^0.12.3"
"@data-client/core": "npm:^0.12.5"
"@data-client/react": "workspace:*"
"@types/node": "npm:^20.0.0"
"@types/react": "npm:^18.0.30"
Expand Down

0 comments on commit 2b0f7ae

Please sign in to comment.