From ed23f0027479b29081fa5a10e057fc037b064d5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:32:26 -0700 Subject: [PATCH] internal: Publish new version (#2824) Co-authored-by: github-actions[bot] --- .changeset/few-eyes-remember.md | 7 ------- 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/normalizr/CHANGELOG.md | 6 ++++++ packages/normalizr/package.json | 2 +- packages/rest/CHANGELOG.md | 6 ++++++ packages/rest/package.json | 2 +- packages/ssr/CHANGELOG.md | 6 ++++++ packages/ssr/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ 14 files changed, 52 insertions(+), 13 deletions(-) delete mode 100644 .changeset/few-eyes-remember.md diff --git a/.changeset/few-eyes-remember.md b/.changeset/few-eyes-remember.md deleted file mode 100644 index 1e1acf867498..000000000000 --- a/.changeset/few-eyes-remember.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@data-client/normalizr': patch -'@data-client/rest': patch -'@data-client/ssr': patch ---- - -docs: Update readme diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index 06d39edd4751..0a747fea6a4e 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,12 @@ # example-benchmark +## 0.4.34 + +### Patch Changes + +- Updated dependencies [[`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7)]: + - @data-client/normalizr@0.9.5 + ## 0.4.33 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 5bff71b26d21..e68f6b02aae5 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.33", + "version": "0.4.34", "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 53d06cd09689..2ee51e2b4415 100644 --- a/examples/normalizr-github/CHANGELOG.md +++ b/examples/normalizr-github/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-github-example +## 0.1.24 + +### Patch Changes + +- Updated dependencies [[`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7)]: + - @data-client/normalizr@0.9.5 + ## 0.1.23 ### Patch Changes diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 463b928487b3..609dcd2d0514 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-github-example", - "version": "0.1.23", + "version": "0.1.24", "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 f31e43fe6987..a95a7ba777bb 100644 --- a/examples/normalizr-relationships/CHANGELOG.md +++ b/examples/normalizr-relationships/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-relationships +## 0.1.24 + +### Patch Changes + +- Updated dependencies [[`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7)]: + - @data-client/normalizr@0.9.5 + ## 0.1.23 ### Patch Changes diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index 405dba76397e..0a4cb92879ba 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-relationships", - "version": "0.1.23", + "version": "0.1.24", "description": "And example of using Normalizr with relationships", "main": "index.js", "author": "Paul Armstrong", diff --git a/packages/normalizr/CHANGELOG.md b/packages/normalizr/CHANGELOG.md index 8176677b108f..ed60ef6f882c 100644 --- a/packages/normalizr/CHANGELOG.md +++ b/packages/normalizr/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.9.5 + +### Patch Changes + +- [`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7) Thanks [@ntucker](https://github.com/ntucker)! - docs: Update readme + ## 0.9.4 ### Patch Changes diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index e21035e33ec4..0c9169544562 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/normalizr", - "version": "0.9.4", + "version": "0.9.5", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "homepage": "https://dataclient.io/docs/concepts/normalization", "bugs": { diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 106fa7792979..cc47b0530355 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/rest +## 0.9.5 + +### Patch Changes + +- [`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7) Thanks [@ntucker](https://github.com/ntucker)! - docs: Update readme + ## 0.9.4 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index dc5858c19982..fc4a04094724 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.9.4", + "version": "0.9.5", "description": "Endpoints for REST APIs", "homepage": "https://dataclient.io/rest", "repository": { diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 9b6492476701..bca597dbcda1 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/ssr +## 0.9.5 + +### Patch Changes + +- [`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7) Thanks [@ntucker](https://github.com/ntucker)! - docs: Update readme + ## 0.9.4 ### Patch Changes diff --git a/packages/ssr/package.json b/packages/ssr/package.json index c18f8ccc72dd..fee74b0b2f26 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/ssr", - "version": "0.9.4", + "version": "0.9.5", "description": "Server Side Rendering helpers for Data Client", "homepage": "https://dataclient.io/docs/guides/ssr", "repository": { diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index e575586604b6..db12a6aefda4 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies [[`bb4b9583c5`](https://github.com/reactive/data-client/commit/bb4b9583c52e2b2fe45765af10b385b571901ee7)]: + - @data-client/rest@0.9.5 + +## null + +### Patch Changes + - Updated dependencies [[`d1b51af7ac`](https://github.com/reactive/data-client/commit/d1b51af7ac4a8a7c0559f478cc9503be8e61514c)]: - @data-client/endpoint@0.9.4 - @data-client/graphql@0.9.4