diff --git a/.changeset/curvy-tools-decide.md b/.changeset/curvy-tools-decide.md deleted file mode 100644 index 71144a48af14..000000000000 --- a/.changeset/curvy-tools-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/rest': patch ---- - -Add ResourceInterface export diff --git a/.changeset/early-balloons-judge.md b/.changeset/early-balloons-judge.md deleted file mode 100644 index bda35893df70..000000000000 --- a/.changeset/early-balloons-judge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@data-client/normalizr': patch -'@data-client/endpoint': patch -'@data-client/rest': patch -'@data-client/graphql': patch ---- - -Add schema table to README diff --git a/.changeset/honest-lamps-add.md b/.changeset/honest-lamps-add.md deleted file mode 100644 index 2f38b87c77be..000000000000 --- a/.changeset/honest-lamps-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@data-client/react': patch ---- - -fix: ExternalDataProvider correctly tracks unmounting diff --git a/.changeset/many-queens-care.md b/.changeset/many-queens-care.md deleted file mode 100644 index 6b5468927135..000000000000 --- a/.changeset/many-queens-care.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@data-client/endpoint': patch -'@data-client/graphql': patch -'@data-client/rest': patch ---- - -Fix: Collection adders (push/unshift) should _not_ be Queryable diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index 1a4cf621911d..60840798ebdd 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,13 @@ # example-benchmark +## 0.4.63 + +### Patch Changes + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/normalizr@0.14.12 + - @data-client/endpoint@0.14.12 + ## 0.4.62 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 3531e8e464a2..084ccc586f92 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.62", + "version": "0.4.63", "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 188f22eb0418..db0d94d798a4 100644 --- a/examples/normalizr-github/CHANGELOG.md +++ b/examples/normalizr-github/CHANGELOG.md @@ -1,5 +1,13 @@ # normalizr-github-example +## 0.1.43 + +### Patch Changes + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/normalizr@0.14.12 + - @data-client/endpoint@0.14.12 + ## 0.1.42 ### Patch Changes diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 4072083c4fc8..cdb530c0c0bc 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-github-example", - "version": "0.1.42", + "version": "0.1.43", "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 4e8d069b3a78..7a049fccea28 100644 --- a/examples/normalizr-redux/CHANGELOG.md +++ b/examples/normalizr-redux/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-redux-example +## 0.1.41 + +### Patch Changes + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/endpoint@0.14.12 + ## 0.1.40 ### Patch Changes diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index 881ce826dc8e..eafe8c2a7ec7 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-redux-example", - "version": "0.1.40", + "version": "0.1.41", "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 bf8fdc2ffed2..137a16451b70 100644 --- a/examples/normalizr-relationships/CHANGELOG.md +++ b/examples/normalizr-relationships/CHANGELOG.md @@ -1,5 +1,13 @@ # normalizr-relationships +## 0.1.43 + +### Patch Changes + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/normalizr@0.14.12 + - @data-client/endpoint@0.14.12 + ## 0.1.42 ### Patch Changes diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index 2b7e75eb8eb2..6a4d5897fddd 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-relationships", - "version": "0.1.42", + "version": "0.1.43", "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 7632a2c8a749..6d39b031f584 100644 --- a/packages/endpoint/CHANGELOG.md +++ b/packages/endpoint/CHANGELOG.md @@ -1,5 +1,13 @@ # @data-client/endpoint +## 0.14.12 + +### Patch Changes + +- [`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1) Thanks [@ntucker](https://github.com/ntucker)! - Add schema table to README + +- [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e) Thanks [@ntucker](https://github.com/ntucker)! - Fix: Collection adders (push/unshift) should _not_ be Queryable + ## 0.14.11 ### Patch Changes diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index 2f9828ac8790..fdde7af50146 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/endpoint", - "version": "0.14.11", + "version": "0.14.12", "description": "Declarative Network Interface Definitions", "homepage": "https://dataclient.io/docs/guides/custom-protocol", "keywords": [ diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index c58abda98756..d7266edb21fa 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,16 @@ # @data-client/graphql +## 0.14.12 + +### Patch Changes + +- [`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1) Thanks [@ntucker](https://github.com/ntucker)! - Add schema table to README + +- [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e) Thanks [@ntucker](https://github.com/ntucker)! - Fix: Collection adders (push/unshift) should _not_ be Queryable + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/endpoint@0.14.12 + ## 0.14.11 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index ef44bdbe10f4..3231dbbb666b 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/graphql", - "version": "0.14.11", + "version": "0.14.12", "description": "Quickly define typed GraphQL resources and endpoints", "homepage": "https://dataclient.io/docs/graphql", "repository": { @@ -105,7 +105,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", - "@data-client/endpoint": "^0.14.11" + "@data-client/endpoint": "^0.14.12" }, "devDependencies": { "@anansi/browserslist-config": "^1.4.2", diff --git a/packages/img/package.json b/packages/img/package.json index 431304c539f8..8de5acd9c93c 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.14.11" + "@data-client/endpoint": "^0.14.12" }, "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 || ^0.14.0", diff --git a/packages/normalizr/CHANGELOG.md b/packages/normalizr/CHANGELOG.md index 3ed6a21207a8..16a479cfedc3 100644 --- a/packages/normalizr/CHANGELOG.md +++ b/packages/normalizr/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.14.12 + +### Patch Changes + +- [`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1) Thanks [@ntucker](https://github.com/ntucker)! - Add schema table to README + ## 0.14.10 ### Patch Changes diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index 59762fd71e5d..6821f60e5ba6 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/normalizr", - "version": "0.14.10", + "version": "0.14.12", "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 44147d7b6569..c9befcc5c04f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @data-client/react +## 0.14.12 + +### Patch Changes + +- [#3202](https://github.com/reactive/data-client/pull/3202) [`1ce07be`](https://github.com/reactive/data-client/commit/1ce07be35f52dc51f3d3ee8ff1db5f0ebb15d058) Thanks [@renovate](https://github.com/apps/renovate)! - fix: ExternalDataProvider correctly tracks unmounting + ## 0.14.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3f9ef2b529f1..b85171ab619a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/react", - "version": "0.14.11", + "version": "0.14.12", "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 9b8c0cb221ab..d109c8735a6c 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,18 @@ # @data-client/rest +## 0.14.12 + +### Patch Changes + +- [`2b10a49`](https://github.com/reactive/data-client/commit/2b10a4997093570b96533ef7b99c89be722a6fa7) Thanks [@ntucker](https://github.com/ntucker)! - Add ResourceInterface export + +- [`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1) Thanks [@ntucker](https://github.com/ntucker)! - Add schema table to README + +- [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e) Thanks [@ntucker](https://github.com/ntucker)! - Fix: Collection adders (push/unshift) should _not_ be Queryable + +- Updated dependencies [[`3b337e7`](https://github.com/reactive/data-client/commit/3b337e74e3f22f2fe48f6eb37084bbf58859bbe1), [`11d4ccf`](https://github.com/reactive/data-client/commit/11d4ccfb4c630c25b847bf59ca1028eed8c2369e)]: + - @data-client/endpoint@0.14.12 + ## 0.14.11 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index f9ea7096f538..afbd456d0254 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.14.11", + "version": "0.14.12", "description": "Quickly define typed REST resources and endpoints", "homepage": "https://dataclient.io/rest", "repository": { @@ -131,7 +131,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.17.0", - "@data-client/endpoint": "^0.14.11", + "@data-client/endpoint": "^0.14.12", "path-to-regexp": "^6.2.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index df9bdc8b3dc6..cc016101aff7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3101,7 +3101,7 @@ __metadata: languageName: unknown linkType: soft -"@data-client/endpoint@npm:^0.14.11, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint": +"@data-client/endpoint@npm:^0.14.12, @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: @@ -3118,7 +3118,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.14.11" + "@data-client/endpoint": "npm:^0.14.12" "@types/node": "npm:^22.0.0" languageName: unknown linkType: soft @@ -3129,7 +3129,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.14.11" + "@data-client/endpoint": "npm:^0.14.12" "@data-client/react": "workspace:*" "@types/node": "npm:^22.0.0" "@types/react": "npm:^18.0.30" @@ -3211,7 +3211,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.14.11" + "@data-client/endpoint": "npm:^0.14.12" "@types/node": "npm:^22.0.0" path-to-regexp: "npm:^6.2.1" languageName: unknown