diff --git a/.changeset/thick-worms-watch.md b/.changeset/thick-worms-watch.md deleted file mode 100644 index fc11b4968e8..00000000000 --- a/.changeset/thick-worms-watch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@atproto-labs/handle-resolver": patch ---- - -This change makes the DoH handle resolver accept a wider range of content types for DoH API calls. - -While there is no agreed upon MIME type for DoH's JSON Schema, this change supports a reasonable -set that include those used by major DoH providers such as Google and Cloudflare. diff --git a/packages/internal/handle-resolver-node/CHANGELOG.md b/packages/internal/handle-resolver-node/CHANGELOG.md index e058e85b743..d397448822d 100644 --- a/packages/internal/handle-resolver-node/CHANGELOG.md +++ b/packages/internal/handle-resolver-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto-labs/handle-resolver-node +## 0.1.9 + +### Patch Changes + +- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]: + - @atproto-labs/handle-resolver@0.1.5 + ## 0.1.8 ### Patch Changes diff --git a/packages/internal/handle-resolver-node/package.json b/packages/internal/handle-resolver-node/package.json index a0a9ff77585..8c96947004e 100644 --- a/packages/internal/handle-resolver-node/package.json +++ b/packages/internal/handle-resolver-node/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/handle-resolver-node", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "description": "Node specific ATProto handle to DID resolver", "keywords": [ diff --git a/packages/internal/handle-resolver/CHANGELOG.md b/packages/internal/handle-resolver/CHANGELOG.md index 9e8a826af3b..20538c57ee5 100644 --- a/packages/internal/handle-resolver/CHANGELOG.md +++ b/packages/internal/handle-resolver/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto-labs/handle-resolver +## 0.1.5 + +### Patch Changes + +- [#3046](https://github.com/bluesky-social/atproto/pull/3046) [`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b) Thanks [@sgarciac](https://github.com/sgarciac)! - This change makes the DoH handle resolver accept a wider range of content types for DoH API calls. + + While there is no agreed upon MIME type for DoH's JSON Schema, this change supports a reasonable + set that include those used by major DoH providers such as Google and Cloudflare. + ## 0.1.4 ### Patch Changes diff --git a/packages/internal/handle-resolver/package.json b/packages/internal/handle-resolver/package.json index a9c54037cc1..15908ac0c24 100644 --- a/packages/internal/handle-resolver/package.json +++ b/packages/internal/handle-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/handle-resolver", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "description": "Isomorphic ATProto handle to DID resolver", "keywords": [ diff --git a/packages/internal/identity-resolver/CHANGELOG.md b/packages/internal/identity-resolver/CHANGELOG.md index d44acb859d2..5ef52e07d15 100644 --- a/packages/internal/identity-resolver/CHANGELOG.md +++ b/packages/internal/identity-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto-labs/identity-resolver +## 0.1.8 + +### Patch Changes + +- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]: + - @atproto-labs/handle-resolver@0.1.5 + ## 0.1.7 ### Patch Changes diff --git a/packages/internal/identity-resolver/package.json b/packages/internal/identity-resolver/package.json index 49dee0fe7d4..1954df295e5 100644 --- a/packages/internal/identity-resolver/package.json +++ b/packages/internal/identity-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/identity-resolver", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "description": "A library resolving ATPROTO identities", "keywords": [ diff --git a/packages/oauth/oauth-client-browser/CHANGELOG.md b/packages/oauth/oauth-client-browser/CHANGELOG.md index ef33a5d9a6e..a66b2912bba 100644 --- a/packages/oauth/oauth-client-browser/CHANGELOG.md +++ b/packages/oauth/oauth-client-browser/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/oauth-client-browser +## 0.3.5 + +### Patch Changes + +- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]: + - @atproto-labs/handle-resolver@0.1.5 + - @atproto/oauth-client@0.3.5 + ## 0.3.4 ### Patch Changes diff --git a/packages/oauth/oauth-client-browser/package.json b/packages/oauth/oauth-client-browser/package.json index e5c2b58f3c0..d5d4636786c 100644 --- a/packages/oauth/oauth-client-browser/package.json +++ b/packages/oauth/oauth-client-browser/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-client-browser", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)", "keywords": [ diff --git a/packages/oauth/oauth-client-node/CHANGELOG.md b/packages/oauth/oauth-client-node/CHANGELOG.md index 38c2c9c4aea..4fd20f4f062 100644 --- a/packages/oauth/oauth-client-node/CHANGELOG.md +++ b/packages/oauth/oauth-client-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/oauth-client-node +## 0.2.5 + +### Patch Changes + +- Updated dependencies []: + - @atproto-labs/handle-resolver-node@0.1.9 + - @atproto/oauth-client@0.3.5 + ## 0.2.4 ### Patch Changes diff --git a/packages/oauth/oauth-client-node/package.json b/packages/oauth/oauth-client-node/package.json index 99da5ce53ff..964b9adbe97 100644 --- a/packages/oauth/oauth-client-node/package.json +++ b/packages/oauth/oauth-client-node/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-client-node", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "description": "ATPROTO OAuth client for the NodeJS", "keywords": [ diff --git a/packages/oauth/oauth-client/CHANGELOG.md b/packages/oauth/oauth-client/CHANGELOG.md index d574ea450db..cb4054b9a7f 100644 --- a/packages/oauth/oauth-client/CHANGELOG.md +++ b/packages/oauth/oauth-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/oauth-client +## 0.3.5 + +### Patch Changes + +- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]: + - @atproto-labs/handle-resolver@0.1.5 + - @atproto-labs/identity-resolver@0.1.8 + ## 0.3.4 ### Patch Changes diff --git a/packages/oauth/oauth-client/package.json b/packages/oauth/oauth-client/package.json index 6a88d82512e..a510bf885cd 100644 --- a/packages/oauth/oauth-client/package.json +++ b/packages/oauth/oauth-client/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-client", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).", "keywords": [