From 39b9e68a218e5114bb63da8ba46413d1498b3c1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 15:26:21 +0000 Subject: [PATCH] internal: Publish new version --- .changeset/spotty-humans-walk.md | 5 ----- .changeset/wet-crabs-sort.md | 5 ----- .changeset/wet-mirrors-visit.md | 9 --------- examples/benchmark/CHANGELOG.md | 7 +++++++ examples/benchmark/package.json | 2 +- examples/normalizr-github/CHANGELOG.md | 7 +++++++ examples/normalizr-github/package.json | 2 +- examples/normalizr-redux/CHANGELOG.md | 7 +++++++ examples/normalizr-redux/package.json | 2 +- examples/normalizr-relationships/CHANGELOG.md | 7 +++++++ examples/normalizr-relationships/package.json | 2 +- packages/endpoint/CHANGELOG.md | 10 ++++++++++ packages/endpoint/package.json | 2 +- packages/img/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 6 ++++++ packages/test/package.json | 2 +- yarn.lock | 4 ++-- 19 files changed, 60 insertions(+), 29 deletions(-) delete mode 100644 .changeset/spotty-humans-walk.md delete mode 100644 .changeset/wet-crabs-sort.md delete mode 100644 .changeset/wet-mirrors-visit.md diff --git a/.changeset/spotty-humans-walk.md b/.changeset/spotty-humans-walk.md deleted file mode 100644 index 8a02d42c2a3d..000000000000 --- a/.changeset/spotty-humans-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/react': patch ---- - -More robust requestIdleCallback wrapper diff --git a/.changeset/wet-crabs-sort.md b/.changeset/wet-crabs-sort.md deleted file mode 100644 index 891452b1ea9c..000000000000 --- a/.changeset/wet-crabs-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/test': patch ---- - -Add missing types export to @data-client/test/browser diff --git a/.changeset/wet-mirrors-visit.md b/.changeset/wet-mirrors-visit.md deleted file mode 100644 index 433b8baea7af..000000000000 --- a/.changeset/wet-mirrors-visit.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@data-client/endpoint': patch ---- - -Validate after marking cirucular reference loops - -This should not change any behavior as validate should be deterministic so if it fails -it will fail again and failure measure throwing which exits the whole stack. -This improves code grouping. (And possibly cache locality improvement - though didn't check.) \ No newline at end of file diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index 121e0b698fac..3b578091298b 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,12 @@ # example-benchmark +## 0.4.53 + +### Patch Changes + +- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]: + - @data-client/endpoint@0.13.7 + ## 0.4.52 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 48ca80b9f2d6..e929895346d6 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.52", + "version": "0.4.53", "description": "Benchmark for normalizr", "main": "index.js", "author": "Nathaniel Tucker", diff --git a/examples/normalizr-github/CHANGELOG.md b/examples/normalizr-github/CHANGELOG.md index 0fee661c81ca..01ee42046783 100644 --- a/examples/normalizr-github/CHANGELOG.md +++ b/examples/normalizr-github/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-github-example +## 0.1.36 + +### Patch Changes + +- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]: + - @data-client/endpoint@0.13.7 + ## 0.1.35 ### Patch Changes diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 70c166035ff4..93646393b551 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-github-example", - "version": "0.1.35", + "version": "0.1.36", "description": "And example of using Normalizr with github", "main": "index.js", "author": "Paul Armstrong", diff --git a/examples/normalizr-redux/CHANGELOG.md b/examples/normalizr-redux/CHANGELOG.md index 12baf28a427b..3e57186bfb6c 100644 --- a/examples/normalizr-redux/CHANGELOG.md +++ b/examples/normalizr-redux/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-redux-example +## 0.1.34 + +### Patch Changes + +- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]: + - @data-client/endpoint@0.13.7 + ## 0.1.33 ### Patch Changes diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index 34aa3b7055df..da7e92dd4290 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-redux-example", - "version": "0.1.33", + "version": "0.1.34", "description": "And example of using Normalizr with Redux", "main": "index.js", "author": "Paul Armstrong", diff --git a/examples/normalizr-relationships/CHANGELOG.md b/examples/normalizr-relationships/CHANGELOG.md index d7c5f5e304a6..f89ba99d2def 100644 --- a/examples/normalizr-relationships/CHANGELOG.md +++ b/examples/normalizr-relationships/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-relationships +## 0.1.36 + +### Patch Changes + +- Updated dependencies [[`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd)]: + - @data-client/endpoint@0.13.7 + ## 0.1.35 ### Patch Changes diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index 0b5f0fcb66f0..c6cb1e7c7d93 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-relationships", - "version": "0.1.35", + "version": "0.1.36", "description": "And example of using Normalizr with relationships", "main": "index.js", "author": "Paul Armstrong", diff --git a/packages/endpoint/CHANGELOG.md b/packages/endpoint/CHANGELOG.md index 3e6130a1b671..e3459c06c7f5 100644 --- a/packages/endpoint/CHANGELOG.md +++ b/packages/endpoint/CHANGELOG.md @@ -1,5 +1,15 @@ # @data-client/endpoint +## 0.13.7 + +### Patch Changes + +- [#3133](https://github.com/reactive/data-client/pull/3133) [`7bd322d`](https://github.com/reactive/data-client/commit/7bd322d585b0893561b3ffb3c5ad47b2764c18bd) Thanks [@ntucker](https://github.com/ntucker)! - Validate after marking cirucular reference loops + + This should not change any behavior as validate should be deterministic so if it fails + it will fail again and failure measure throwing which exits the whole stack. + This improves code grouping. (And possibly cache locality improvement - though didn't check.) + ## 0.13.4 ### Patch Changes diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index dfb6c8d75b59..d6b10235db45 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/endpoint", - "version": "0.13.4", + "version": "0.13.7", "description": "Declarative Network Interface Definitions", "homepage": "https://dataclient.io/docs/guides/custom-protocol", "keywords": [ diff --git a/packages/img/package.json b/packages/img/package.json index 64b8a68f4961..1c8f304c60de 100644 --- a/packages/img/package.json +++ b/packages/img/package.json @@ -70,7 +70,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", - "@data-client/endpoint": "^0.13.4" + "@data-client/endpoint": "^0.13.7" }, "peerDependencies": { "@data-client/react": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8f261191884c..7f10e8b21fc8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/react +## 0.13.7 + +### Patch Changes + +- [`8aabe18`](https://github.com/reactive/data-client/commit/8aabe189330bdef2f36dd2c76c9e0ff80659468b) Thanks [@ntucker](https://github.com/ntucker)! - More robust requestIdleCallback wrapper + ## 0.13.6 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d9dab056dbd9..bd45a9e8a402 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/react", - "version": "0.13.6", + "version": "0.13.7", "description": "High performance mutable data rendering in React.", "homepage": "https://dataclient.io", "repository": { diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 626ff7b96101..4c29582ffc01 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/test +## 0.13.7 + +### Patch Changes + +- [`39471f5`](https://github.com/reactive/data-client/commit/39471f5e2a76e4bb4ee401020875ffa324f3eaf2) Thanks [@ntucker](https://github.com/ntucker)! - Add missing types export to @data-client/test/browser + ## 0.13.0 ### Patch Changes diff --git a/packages/test/package.json b/packages/test/package.json index 8bda8360eafd..9710435ccec4 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/test", - "version": "0.13.0", + "version": "0.13.7", "description": "Testing utilities for Data Client", "homepage": "https://dataclient.io/docs/guides/storybook", "repository": { diff --git a/yarn.lock b/yarn.lock index c1244de3f9d2..8e1e63effad3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3168,7 +3168,7 @@ __metadata: languageName: unknown linkType: soft -"@data-client/endpoint@npm:^0.13.4, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint": +"@data-client/endpoint@npm:^0.13.4, @data-client/endpoint@npm:^0.13.7, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint": version: 0.0.0-use.local resolution: "@data-client/endpoint@workspace:packages/endpoint" dependencies: @@ -3196,7 +3196,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.13.4" + "@data-client/endpoint": "npm:^0.13.7" "@data-client/react": "workspace:*" "@types/node": "npm:^20.0.0" "@types/react": "npm:^18.0.30"