diff --git a/.changeset/five-meals-refuse.md b/.changeset/five-meals-refuse.md deleted file mode 100644 index db3fbf899e91..000000000000 --- a/.changeset/five-meals-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@data-client/endpoint': patch -'@data-client/graphql': patch -'@data-client/rest': patch ---- - -Remove name in toJSON() for Entities diff --git a/.changeset/four-berries-jog.md b/.changeset/four-berries-jog.md deleted file mode 100644 index 2af398b0b4a3..000000000000 --- a/.changeset/four-berries-jog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@data-client/endpoint': patch -'@data-client/graphql': patch -'@data-client/rest': patch ---- - -Add toString() to Collection diff --git a/.changeset/real-bees-unite.md b/.changeset/real-bees-unite.md deleted file mode 100644 index e0b4f8360da6..000000000000 --- a/.changeset/real-bees-unite.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@data-client/endpoint': patch -'@data-client/graphql': patch -'@data-client/rest': patch ---- - -Collection non-known (not Array/Values) key format improvement - -Now wraps in parens `()`: "(Todo)" \ No newline at end of file diff --git a/.changeset/silent-bananas-relax.md b/.changeset/silent-bananas-relax.md deleted file mode 100644 index dc2541983ab2..000000000000 --- a/.changeset/silent-bananas-relax.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@data-client/rest': patch ---- - -createResource() -> [resource()](https://dataclient.io/rest/api/resource) - -Note: `createResource` is still exported (it is the same) \ No newline at end of file diff --git a/examples/benchmark/CHANGELOG.md b/examples/benchmark/CHANGELOG.md index b3547656c866..70c2f8740ab2 100644 --- a/examples/benchmark/CHANGELOG.md +++ b/examples/benchmark/CHANGELOG.md @@ -1,5 +1,12 @@ # example-benchmark +## 0.4.56 + +### Patch Changes + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.4.55 ### Patch Changes diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 41ebe599854b..edc1aae99f1d 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark", - "version": "0.4.55", + "version": "0.4.56", "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 0b3cdf43754d..26cc6ceb0fdd 100644 --- a/examples/normalizr-github/CHANGELOG.md +++ b/examples/normalizr-github/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-github-example +## 0.1.38 + +### Patch Changes + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.1.37 ### Patch Changes diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 2125d4490f6f..c36abbcc490f 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-github-example", - "version": "0.1.37", + "version": "0.1.38", "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 690dedaad654..616df0f5a246 100644 --- a/examples/normalizr-redux/CHANGELOG.md +++ b/examples/normalizr-redux/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-redux-example +## 0.1.36 + +### Patch Changes + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.1.35 ### Patch Changes diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index 2085beb7208a..63fe4ecb5bec 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-redux-example", - "version": "0.1.35", + "version": "0.1.36", "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 4d7eb3db269b..e827bdc3fbef 100644 --- a/examples/normalizr-relationships/CHANGELOG.md +++ b/examples/normalizr-relationships/CHANGELOG.md @@ -1,5 +1,12 @@ # normalizr-relationships +## 0.1.38 + +### Patch Changes + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.1.37 ### Patch Changes diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index cdf3c508c7e6..eb25597833fc 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -1,6 +1,6 @@ { "name": "normalizr-relationships", - "version": "0.1.37", + "version": "0.1.38", "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 7f343a9874aa..d2038a79d2a8 100644 --- a/packages/endpoint/CHANGELOG.md +++ b/packages/endpoint/CHANGELOG.md @@ -1,5 +1,17 @@ # @data-client/endpoint +## 0.14.3 + +### Patch Changes + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Remove name in toJSON() for Entities + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Add toString() to Collection + +- [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3) Thanks [@ntucker](https://github.com/ntucker)! - Collection non-known (not Array/Values) key format improvement + + Now wraps in parens `()`: "(Todo)" + ## 0.14.1 ### Patch Changes diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index 7d3e7614f3fa..17f9345f7fec 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/endpoint", - "version": "0.14.1", + "version": "0.14.3", "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 52fa1c99af81..67027b86b58f 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,20 @@ # @data-client/graphql +## 0.14.3 + +### Patch Changes + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Remove name in toJSON() for Entities + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Add toString() to Collection + +- [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3) Thanks [@ntucker](https://github.com/ntucker)! - Collection non-known (not Array/Values) key format improvement + + Now wraps in parens `()`: "(Todo)" + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.14.1 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 24944a86d705..79409365e280 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/graphql", - "version": "0.14.1", + "version": "0.14.3", "description": "Endpoints for GraphQL APIs", "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.1" + "@data-client/endpoint": "^0.14.3" }, "devDependencies": { "@anansi/browserslist-config": "^1.4.2", diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 6b48410c6230..83ec97bf7b89 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,24 @@ # @data-client/rest +## 0.14.3 + +### Patch Changes + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Remove name in toJSON() for Entities + +- [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569) Thanks [@ntucker](https://github.com/ntucker)! - Add toString() to Collection + +- [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3) Thanks [@ntucker](https://github.com/ntucker)! - Collection non-known (not Array/Values) key format improvement + + Now wraps in parens `()`: "(Todo)" + +- [#3158](https://github.com/reactive/data-client/pull/3158) [`34e2e51`](https://github.com/reactive/data-client/commit/34e2e51e89908649f1297c23a71cdafecf1d3b6f) Thanks [@ntucker](https://github.com/ntucker)! - createResource() -> [resource()](https://dataclient.io/rest/api/resource) + + Note: `createResource` is still exported (it is the same) + +- Updated dependencies [[`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`501cb82`](https://github.com/reactive/data-client/commit/501cb82c999030fd269b40eb760ae0dda568c569), [`3058a8a`](https://github.com/reactive/data-client/commit/3058a8a7738eeea0a197c9ba2db2e8ee51e2fca3)]: + - @data-client/endpoint@0.14.3 + ## 0.14.1 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index 0dbe83b91dc5..d8c4cbc8182a 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.14.1", + "version": "0.14.3", "description": "Endpoints for REST APIs", "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.1", + "@data-client/endpoint": "^0.14.3", "path-to-regexp": "^6.2.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9442cd6333a8..2142cf114cba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3182,7 +3182,7 @@ __metadata: languageName: unknown linkType: soft -"@data-client/endpoint@npm:^0.14.1, @data-client/endpoint@workspace:*, @data-client/endpoint@workspace:^, @data-client/endpoint@workspace:packages/endpoint": +"@data-client/endpoint@npm:^0.14.1, @data-client/endpoint@npm:^0.14.3, @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: @@ -3199,7 +3199,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.14.1" + "@data-client/endpoint": "npm:^0.14.3" "@types/node": "npm:^20.0.0" languageName: unknown linkType: soft @@ -3292,7 +3292,7 @@ __metadata: dependencies: "@anansi/browserslist-config": "npm:^1.4.2" "@babel/runtime": "npm:^7.17.0" - "@data-client/endpoint": "npm:^0.14.1" + "@data-client/endpoint": "npm:^0.14.3" "@types/node": "npm:^20.0.0" path-to-regexp: "npm:^6.2.1" languageName: unknown