From bce07edbbecdcf7369865b8edc40b9cb4bac895e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Oct 2024 15:49:44 +0000 Subject: [PATCH] internal: Publish new version --- .changeset/early-tools-drum.md | 8 -------- examples/benchmark/CHANGELOG.md | 7 +++++++ examples/benchmark/package.json | 2 +- examples/normalizr-github/CHANGELOG.md | 7 +++++++ examples/normalizr-github/package.json | 2 +- examples/normalizr-relationships/CHANGELOG.md | 7 +++++++ examples/normalizr-relationships/package.json | 2 +- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/package.json | 2 +- packages/normalizr/CHANGELOG.md | 6 ++++++ packages/normalizr/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/rest/CHANGELOG.md | 6 ++++++ packages/rest/package.json | 2 +- 15 files changed, 52 insertions(+), 15 deletions(-) delete mode 100644 .changeset/early-tools-drum.md diff --git a/.changeset/early-tools-drum.md b/.changeset/early-tools-drum.md deleted file mode 100644 index 65c5c2246a13..000000000000 --- a/.changeset/early-tools-drum.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@data-client/normalizr': patch -'@data-client/graphql': patch -'@data-client/react': patch -'@data-client/rest': patch ---- - -Update README to not say 'mixin' twice diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index fa2cb07dd3e5..f449e1262166 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,12 @@ # example-benchmark +## 0.4.66 + +### Patch Changes + +- Updated dependencies [[`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1)]: + - @data-client/normalizr@0.14.17 + ## 0.4.65 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index d96e90b2d509..70c62ae21d43 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.65", + "version": "0.4.66", "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 446060429ca1..9583b0e837ad 100644 --- a/examples/normalizr-github/CHANGELOG.md +++ b/examples/normalizr-github/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-github-example +## 0.1.45 + +### Patch Changes + +- Updated dependencies [[`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1)]: + - @data-client/normalizr@0.14.17 + ## 0.1.44 ### Patch Changes diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index ff18c3dee1f3..2b9dc0200612 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-github-example", - "version": "0.1.44", + "version": "0.1.45", "description": "And example of using Normalizr with github", "main": "index.js", "author": "Paul Armstrong", diff --git a/examples/normalizr-relationships/CHANGELOG.md b/examples/normalizr-relationships/CHANGELOG.md index 0d3f4bfdccac..15aab6b88710 100644 --- a/examples/normalizr-relationships/CHANGELOG.md +++ b/examples/normalizr-relationships/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-relationships +## 0.1.45 + +### Patch Changes + +- Updated dependencies [[`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1)]: + - @data-client/normalizr@0.14.17 + ## 0.1.44 ### Patch Changes diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index df0667773cdb..b0869f5dd1a9 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-relationships", - "version": "0.1.44", + "version": "0.1.45", "description": "And example of using Normalizr with relationships", "main": "index.js", "author": "Paul Armstrong", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 14e905c1c578..4c0716d44a02 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/graphql +## 0.14.17 + +### Patch Changes + +- [`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1) Thanks [@ntucker](https://github.com/ntucker)! - Update README to not say 'mixin' twice + ## 0.14.16 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 66f3b7e6d050..6f2502c3d34f 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/graphql", - "version": "0.14.16", + "version": "0.14.17", "description": "Quickly define typed GraphQL resources and endpoints", "homepage": "https://dataclient.io/docs/graphql", "repository": { diff --git a/packages/normalizr/CHANGELOG.md b/packages/normalizr/CHANGELOG.md index f0d474b46c4c..326894f4c1fe 100644 --- a/packages/normalizr/CHANGELOG.md +++ b/packages/normalizr/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.14.17 + +### Patch Changes + +- [`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1) Thanks [@ntucker](https://github.com/ntucker)! - Update README to not say 'mixin' twice + ## 0.14.16 ### Patch Changes diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index c778fa2a895a..3550e7ae68d0 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/normalizr", - "version": "0.14.16", + "version": "0.14.17", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "homepage": "https://dataclient.io/docs/concepts/normalization", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 77ab64986fb1..69bfdb413396 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/react +## 0.14.17 + +### Patch Changes + +- [`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1) Thanks [@ntucker](https://github.com/ntucker)! - Update README to not say 'mixin' twice + ## 0.14.16 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 52f5e1bd6edf..f846006dcb26 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/react", - "version": "0.14.16", + "version": "0.14.17", "description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch", "homepage": "https://dataclient.io", "repository": { diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 08ae36e84172..1cf2bd2bb63a 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/rest +## 0.14.17 + +### Patch Changes + +- [`25be07f`](https://github.com/reactive/data-client/commit/25be07f51c501003330d758993542bee3bd804e1) Thanks [@ntucker](https://github.com/ntucker)! - Update README to not say 'mixin' twice + ## 0.14.16 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index 5dfd4d63476f..ee1e78fb52c8 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.14.16", + "version": "0.14.17", "description": "Quickly define typed REST resources and endpoints", "homepage": "https://dataclient.io/rest", "repository": {