diff --git a/.changeset/thick-tips-hope.md b/.changeset/thick-tips-hope.md deleted file mode 100644 index d93726f13834..000000000000 --- a/.changeset/thick-tips-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/core': patch ---- - -README: Update logo diff --git a/.changeset/twenty-mice-fry.md b/.changeset/twenty-mice-fry.md deleted file mode 100644 index 07ed9e40acc1..000000000000 --- a/.changeset/twenty-mice-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/rest': patch ---- - -Update path-to-regexp for [CVE-2024-45296](https://redirect.github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j) diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index 60840798ebdd..d02fe7b0a988 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,12 @@ # example-benchmark +## 0.4.64 + +### Patch Changes + +- Updated dependencies [[`191716f`](https://github.com/reactive/data-client/commit/191716fa120c24bf63b8c960b7d5ee505f5f0fdb)]: + - @data-client/core@0.14.13 + ## 0.4.63 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 084ccc586f92..ad00e0969b74 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.63", + "version": "0.4.64", "description": "Benchmark for normalizr", "main": "index.js", "author": "Nathaniel Tucker", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 52fee7457068..b48fa0942caf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/core +## 0.14.13 + +### Patch Changes + +- [`191716f`](https://github.com/reactive/data-client/commit/191716fa120c24bf63b8c960b7d5ee505f5f0fdb) Thanks [@ntucker](https://github.com/ntucker)! - README: Update logo + ## 0.14.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 72f416db7094..3c04d9667f3f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/core", - "version": "0.14.10", + "version": "0.14.13", "description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch", "sideEffects": false, "main": "dist/index.js", diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index d109c8735a6c..9fd27592085f 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/rest +## 0.14.13 + +### Patch Changes + +- [#3215](https://github.com/reactive/data-client/pull/3215) [`e74f7dc`](https://github.com/reactive/data-client/commit/e74f7dc0750fdf32e455bf2c36eff119afba6476) Thanks [@renovate](https://github.com/apps/renovate)! - Update path-to-regexp for [CVE-2024-45296](https://redirect.github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j) + ## 0.14.12 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index d5a28559829e..54e230ff65f9 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.14.12", + "version": "0.14.13", "description": "Quickly define typed REST resources and endpoints", "homepage": "https://dataclient.io/rest", "repository": {