From a44db38d05363aeba32666fb2d6af3787578cdd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:32:43 -0800 Subject: [PATCH] Version packages (#3345) Co-authored-by: github-actions[bot] --- .changeset/afraid-peas-tan.md | 6 ------ .changeset/early-tomatoes-cheer.md | 5 ----- .changeset/eight-eyes-float.md | 5 ----- .changeset/eighty-planes-sleep.md | 6 ------ .changeset/short-years-press.md | 5 ----- .changeset/strong-mice-talk.md | 5 ----- .changeset/ten-seahorses-wash.md | 5 ----- .changeset/thin-mice-lick.md | 5 ----- .changeset/twenty-ghosts-tell.md | 5 ----- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 2 +- packages/bsky/CHANGELOG.md | 8 ++++++++ packages/bsky/package.json | 2 +- packages/dev-env/CHANGELOG.md | 12 ++++++++++++ packages/dev-env/package.json | 2 +- packages/internal/did-resolver/CHANGELOG.md | 7 +++++++ packages/internal/did-resolver/package.json | 2 +- packages/internal/fetch-node/CHANGELOG.md | 7 +++++++ packages/internal/fetch-node/package.json | 2 +- packages/internal/fetch/CHANGELOG.md | 10 ++++++++++ packages/internal/fetch/package.json | 2 +- packages/internal/handle-resolver-node/CHANGELOG.md | 7 +++++++ packages/internal/handle-resolver-node/package.json | 2 +- packages/internal/identity-resolver/CHANGELOG.md | 7 +++++++ packages/internal/identity-resolver/package.json | 2 +- packages/oauth/jwk-jose/CHANGELOG.md | 11 +++++++++++ packages/oauth/jwk-jose/package.json | 2 +- packages/oauth/jwk-webcrypto/CHANGELOG.md | 8 ++++++++ packages/oauth/jwk-webcrypto/package.json | 2 +- packages/oauth/jwk/CHANGELOG.md | 12 ++++++++++++ packages/oauth/jwk/package.json | 2 +- packages/oauth/oauth-client-browser/CHANGELOG.md | 11 +++++++++++ packages/oauth/oauth-client-browser/package.json | 2 +- packages/oauth/oauth-client-node/CHANGELOG.md | 13 +++++++++++++ packages/oauth/oauth-client-node/package.json | 2 +- packages/oauth/oauth-client/CHANGELOG.md | 11 +++++++++++ packages/oauth/oauth-client/package.json | 2 +- packages/oauth/oauth-provider/CHANGELOG.md | 11 +++++++++++ packages/oauth/oauth-provider/package.json | 2 +- packages/oauth/oauth-types/CHANGELOG.md | 7 +++++++ packages/oauth/oauth-types/package.json | 2 +- packages/ozone/CHANGELOG.md | 9 +++++++++ packages/ozone/package.json | 2 +- packages/pds/CHANGELOG.md | 9 +++++++++ packages/pds/package.json | 2 +- 45 files changed, 184 insertions(+), 65 deletions(-) delete mode 100644 .changeset/afraid-peas-tan.md delete mode 100644 .changeset/early-tomatoes-cheer.md delete mode 100644 .changeset/eight-eyes-float.md delete mode 100644 .changeset/eighty-planes-sleep.md delete mode 100644 .changeset/short-years-press.md delete mode 100644 .changeset/strong-mice-talk.md delete mode 100644 .changeset/ten-seahorses-wash.md delete mode 100644 .changeset/thin-mice-lick.md delete mode 100644 .changeset/twenty-ghosts-tell.md diff --git a/.changeset/afraid-peas-tan.md b/.changeset/afraid-peas-tan.md deleted file mode 100644 index 05c0e9e8d1c..00000000000 --- a/.changeset/afraid-peas-tan.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/dev-env": patch -"@atproto/ozone": patch ---- - -Properly dispose of unused http responses diff --git a/.changeset/early-tomatoes-cheer.md b/.changeset/early-tomatoes-cheer.md deleted file mode 100644 index cd5269f0c25..00000000000 --- a/.changeset/early-tomatoes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/jwk": patch ---- - -Mark jwk key fields as readonly diff --git a/.changeset/eight-eyes-float.md b/.changeset/eight-eyes-float.md deleted file mode 100644 index 6ed8c304fff..00000000000 --- a/.changeset/eight-eyes-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/jwk-jose": patch ---- - -Improve compatibility with runtimes relying on webcrypto (by explicit JOSE's importJWK() "alg" argument). diff --git a/.changeset/eighty-planes-sleep.md b/.changeset/eighty-planes-sleep.md deleted file mode 100644 index d03f9fc95c3..00000000000 --- a/.changeset/eighty-planes-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/jwk-jose": patch -"@atproto/jwk": patch ---- - -Remove unsafe type casting during JWT verification diff --git a/.changeset/short-years-press.md b/.changeset/short-years-press.md deleted file mode 100644 index 2be7f877c65..00000000000 --- a/.changeset/short-years-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto-labs/fetch": minor ---- - -Fix typo in `ResponseTranformer` and `fetchResponseJsonTranformer` diff --git a/.changeset/strong-mice-talk.md b/.changeset/strong-mice-talk.md deleted file mode 100644 index 2241147e6b5..00000000000 --- a/.changeset/strong-mice-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/jwk": patch ---- - -Allow (passthrough) unknown properties in JWT payload & headers diff --git a/.changeset/ten-seahorses-wash.md b/.changeset/ten-seahorses-wash.md deleted file mode 100644 index 350e9ce6847..00000000000 --- a/.changeset/ten-seahorses-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -add recId to getSuggestions diff --git a/.changeset/thin-mice-lick.md b/.changeset/thin-mice-lick.md deleted file mode 100644 index 385188002d5..00000000000 --- a/.changeset/thin-mice-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/jwk": patch ---- - -Expose ValidationError to allow for proper error handling diff --git a/.changeset/twenty-ghosts-tell.md b/.changeset/twenty-ghosts-tell.md deleted file mode 100644 index f89ca5335b8..00000000000 --- a/.changeset/twenty-ghosts-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto-labs/fetch": patch ---- - -Response mime type check is now case-insensitive (as per rfc2616) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 2fc42870966..10b4099374f 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/api +## 0.13.27 + +### Patch Changes + +- [#3364](https://github.com/bluesky-social/atproto/pull/3364) [`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d) Thanks [@iwsmith](https://github.com/iwsmith)! - add recId to getSuggestions + ## 0.13.26 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index f7981b77eac..a59b20f9802 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.13.26", + "version": "0.13.27", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/bsky/CHANGELOG.md b/packages/bsky/CHANGELOG.md index 7db5098a606..b30bbb22e6a 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/bsky +## 0.0.106 + +### Patch Changes + +- Updated dependencies [[`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]: + - @atproto/api@0.13.27 + - @atproto-labs/fetch-node@0.1.5 + ## 0.0.105 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index 4247c925e3d..0f3e2032cb1 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.105", + "version": "0.0.106", "license": "MIT", "description": "Reference implementation of app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/dev-env/CHANGELOG.md b/packages/dev-env/CHANGELOG.md index bbf19443a2f..a78e851c665 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,17 @@ # @atproto/dev-env +## 0.3.76 + +### Patch Changes + +- [#3344](https://github.com/bluesky-social/atproto/pull/3344) [`48a0e9d60`](https://github.com/bluesky-social/atproto/commit/48a0e9d6060c2dc93899f13f2fc7cc76c04fbcd9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly dispose of unused http responses + +- Updated dependencies [[`48a0e9d60`](https://github.com/bluesky-social/atproto/commit/48a0e9d6060c2dc93899f13f2fc7cc76c04fbcd9), [`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]: + - @atproto/ozone@0.1.67 + - @atproto/api@0.13.27 + - @atproto/bsky@0.0.106 + - @atproto/pds@0.4.84 + ## 0.3.75 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index 8fdddeb71bf..dbefc78fa25 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.3.75", + "version": "0.3.76", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/internal/did-resolver/CHANGELOG.md b/packages/internal/did-resolver/CHANGELOG.md index 681ffde9ee9..46c68212291 100644 --- a/packages/internal/did-resolver/CHANGELOG.md +++ b/packages/internal/did-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto-labs/did-resolver +## 0.1.8 + +### Patch Changes + +- Updated dependencies [[`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2)]: + - @atproto-labs/fetch@0.2.0 + ## 0.1.7 ### Patch Changes diff --git a/packages/internal/did-resolver/package.json b/packages/internal/did-resolver/package.json index ce3896a1c44..3c8162419dd 100644 --- a/packages/internal/did-resolver/package.json +++ b/packages/internal/did-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/did-resolver", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "description": "DID resolution and verification library", "keywords": [ diff --git a/packages/internal/fetch-node/CHANGELOG.md b/packages/internal/fetch-node/CHANGELOG.md index e390697a204..99cfaf36e7c 100644 --- a/packages/internal/fetch-node/CHANGELOG.md +++ b/packages/internal/fetch-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto-labs/fetch-node +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2)]: + - @atproto-labs/fetch@0.2.0 + ## 0.1.4 ### Patch Changes diff --git a/packages/internal/fetch-node/package.json b/packages/internal/fetch-node/package.json index 30f3ea1bae4..8c40d202053 100644 --- a/packages/internal/fetch-node/package.json +++ b/packages/internal/fetch-node/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/fetch-node", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "description": "SSRF protection for fetch() in Node.js", "keywords": [ diff --git a/packages/internal/fetch/CHANGELOG.md b/packages/internal/fetch/CHANGELOG.md index 72b58902089..177ca976983 100644 --- a/packages/internal/fetch/CHANGELOG.md +++ b/packages/internal/fetch/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto-labs/fetch +## 0.2.0 + +### Minor Changes + +- [#3343](https://github.com/bluesky-social/atproto/pull/3343) [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fix typo in `ResponseTranformer` and `fetchResponseJsonTranformer` + +### Patch Changes + +- [#3343](https://github.com/bluesky-social/atproto/pull/3343) [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Response mime type check is now case-insensitive (as per rfc2616) + ## 0.1.2 ### Patch Changes diff --git a/packages/internal/fetch/package.json b/packages/internal/fetch/package.json index 190734d43cd..5d992cd6b39 100644 --- a/packages/internal/fetch/package.json +++ b/packages/internal/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/fetch", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "description": "Isomorphic wrapper utilities for fetch API", "keywords": [ diff --git a/packages/internal/handle-resolver-node/CHANGELOG.md b/packages/internal/handle-resolver-node/CHANGELOG.md index d397448822d..a92ff9b329f 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.10 + +### Patch Changes + +- Updated dependencies []: + - @atproto-labs/fetch-node@0.1.5 + ## 0.1.9 ### Patch Changes diff --git a/packages/internal/handle-resolver-node/package.json b/packages/internal/handle-resolver-node/package.json index 8c96947004e..4875d73aa12 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.9", + "version": "0.1.10", "license": "MIT", "description": "Node specific ATProto handle to DID resolver", "keywords": [ diff --git a/packages/internal/identity-resolver/CHANGELOG.md b/packages/internal/identity-resolver/CHANGELOG.md index 58d90bc1252..914790c809f 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.10 + +### Patch Changes + +- Updated dependencies []: + - @atproto-labs/did-resolver@0.1.8 + ## 0.1.9 ### Patch Changes diff --git a/packages/internal/identity-resolver/package.json b/packages/internal/identity-resolver/package.json index 2564da5cc65..8eee0567a9a 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.9", + "version": "0.1.10", "license": "MIT", "description": "A library resolving ATPROTO identities", "keywords": [ diff --git a/packages/oauth/jwk-jose/CHANGELOG.md b/packages/oauth/jwk-jose/CHANGELOG.md index 9b2fbbf567f..875fa48b37c 100644 --- a/packages/oauth/jwk-jose/CHANGELOG.md +++ b/packages/oauth/jwk-jose/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/jwk-jose +## 0.1.3 + +### Patch Changes + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve compatibility with runtimes relying on webcrypto (by explicit JOSE's importJWK() "alg" argument). + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove unsafe type casting during JWT verification + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]: + - @atproto/jwk@0.1.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/oauth/jwk-jose/package.json b/packages/oauth/jwk-jose/package.json index 75785f49793..8eb21ecefd6 100644 --- a/packages/oauth/jwk-jose/package.json +++ b/packages/oauth/jwk-jose/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/jwk-jose", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "description": "`jose` based implementation of @atproto/jwk Key's", "keywords": [ diff --git a/packages/oauth/jwk-webcrypto/CHANGELOG.md b/packages/oauth/jwk-webcrypto/CHANGELOG.md index e03e87da399..29eae3377c4 100644 --- a/packages/oauth/jwk-webcrypto/CHANGELOG.md +++ b/packages/oauth/jwk-webcrypto/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/jwk-webcrypto +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]: + - @atproto/jwk@0.1.2 + - @atproto/jwk-jose@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/oauth/jwk-webcrypto/package.json b/packages/oauth/jwk-webcrypto/package.json index bb3bf3bd172..daf3aad9a2b 100644 --- a/packages/oauth/jwk-webcrypto/package.json +++ b/packages/oauth/jwk-webcrypto/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/jwk-webcrypto", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "description": "Webcrypto based implementation of @atproto/jwk Key's", "keywords": [ diff --git a/packages/oauth/jwk/CHANGELOG.md b/packages/oauth/jwk/CHANGELOG.md index d4f350d1f36..7343b312cf0 100644 --- a/packages/oauth/jwk/CHANGELOG.md +++ b/packages/oauth/jwk/CHANGELOG.md @@ -1,5 +1,17 @@ # @atproto/jwk +## 0.1.2 + +### Patch Changes + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Mark jwk key fields as readonly + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove unsafe type casting during JWT verification + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow (passthrough) unknown properties in JWT payload & headers + +- [#2879](https://github.com/bluesky-social/atproto/pull/2879) [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Expose ValidationError to allow for proper error handling + ## 0.1.1 ### Patch Changes diff --git a/packages/oauth/jwk/package.json b/packages/oauth/jwk/package.json index 70b5afa60d5..33a333c7bdd 100644 --- a/packages/oauth/jwk/package.json +++ b/packages/oauth/jwk/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/jwk", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "description": "A library for working with JSON Web Keys (JWKs) in TypeScript. This is meant to be extended by environment-specific libraries like @atproto/jwk-jose.", "keywords": [ diff --git a/packages/oauth/oauth-client-browser/CHANGELOG.md b/packages/oauth/oauth-client-browser/CHANGELOG.md index 9e7854779bd..27b107666fb 100644 --- a/packages/oauth/oauth-client-browser/CHANGELOG.md +++ b/packages/oauth/oauth-client-browser/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/oauth-client-browser +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]: + - @atproto/jwk@0.1.2 + - @atproto/jwk-webcrypto@0.1.3 + - @atproto/oauth-client@0.3.7 + - @atproto/oauth-types@0.2.2 + - @atproto-labs/did-resolver@0.1.8 + ## 0.3.6 ### Patch Changes diff --git a/packages/oauth/oauth-client-browser/package.json b/packages/oauth/oauth-client-browser/package.json index da86bc296bf..8b2e58d36b2 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.6", + "version": "0.3.7", "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 f93c354b6bf..b1c070b1183 100644 --- a/packages/oauth/oauth-client-node/CHANGELOG.md +++ b/packages/oauth/oauth-client-node/CHANGELOG.md @@ -1,5 +1,18 @@ # @atproto/oauth-client-node +## 0.2.7 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]: + - @atproto/jwk@0.1.2 + - @atproto/jwk-jose@0.1.3 + - @atproto/jwk-webcrypto@0.1.3 + - @atproto/oauth-client@0.3.7 + - @atproto/oauth-types@0.2.2 + - @atproto-labs/did-resolver@0.1.8 + - @atproto-labs/handle-resolver-node@0.1.10 + ## 0.2.6 ### Patch Changes diff --git a/packages/oauth/oauth-client-node/package.json b/packages/oauth/oauth-client-node/package.json index 82440caa5c0..82e50c7a535 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.6", + "version": "0.2.7", "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 155b1c7c2e1..eed6a2857aa 100644 --- a/packages/oauth/oauth-client/CHANGELOG.md +++ b/packages/oauth/oauth-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/oauth-client +## 0.3.7 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2)]: + - @atproto/jwk@0.1.2 + - @atproto-labs/fetch@0.2.0 + - @atproto/oauth-types@0.2.2 + - @atproto-labs/did-resolver@0.1.8 + - @atproto-labs/identity-resolver@0.1.10 + ## 0.3.6 ### Patch Changes diff --git a/packages/oauth/oauth-client/package.json b/packages/oauth/oauth-client/package.json index 039b4b455fa..c59bf2446aa 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.6", + "version": "0.3.7", "license": "MIT", "description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).", "keywords": [ diff --git a/packages/oauth/oauth-provider/CHANGELOG.md b/packages/oauth/oauth-provider/CHANGELOG.md index 55da8be63db..4820f7f3064 100644 --- a/packages/oauth/oauth-provider/CHANGELOG.md +++ b/packages/oauth/oauth-provider/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/oauth-provider +## 0.2.12 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2)]: + - @atproto/jwk@0.1.2 + - @atproto/jwk-jose@0.1.3 + - @atproto-labs/fetch@0.2.0 + - @atproto/oauth-types@0.2.2 + - @atproto-labs/fetch-node@0.1.5 + ## 0.2.11 ### Patch Changes diff --git a/packages/oauth/oauth-provider/package.json b/packages/oauth/oauth-provider/package.json index 15b61a76d14..bec58305f2b 100644 --- a/packages/oauth/oauth-provider/package.json +++ b/packages/oauth/oauth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-provider", - "version": "0.2.11", + "version": "0.2.12", "license": "MIT", "description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.", "keywords": [ diff --git a/packages/oauth/oauth-types/CHANGELOG.md b/packages/oauth/oauth-types/CHANGELOG.md index a42911dc243..854b297560b 100644 --- a/packages/oauth/oauth-types/CHANGELOG.md +++ b/packages/oauth/oauth-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/oauth-types +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]: + - @atproto/jwk@0.1.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/oauth/oauth-types/package.json b/packages/oauth/oauth-types/package.json index 5958cff83df..7e4b08bb4f0 100644 --- a/packages/oauth/oauth-types/package.json +++ b/packages/oauth/oauth-types/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/oauth-types", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "description": "OAuth typing & validation library", "keywords": [ diff --git a/packages/ozone/CHANGELOG.md b/packages/ozone/CHANGELOG.md index daa3b70acf1..8d3a3f17cc5 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/ozone +## 0.1.67 + +### Patch Changes + +- [#3344](https://github.com/bluesky-social/atproto/pull/3344) [`48a0e9d60`](https://github.com/bluesky-social/atproto/commit/48a0e9d6060c2dc93899f13f2fc7cc76c04fbcd9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly dispose of unused http responses + +- Updated dependencies [[`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]: + - @atproto/api@0.13.27 + ## 0.1.66 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index 757e6c6c5ad..7d45930b37d 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.66", + "version": "0.1.67", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index cd278716200..fa7455c5050 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/pds +## 0.4.84 + +### Patch Changes + +- Updated dependencies [[`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]: + - @atproto/api@0.13.27 + - @atproto/oauth-provider@0.2.12 + - @atproto-labs/fetch-node@0.1.5 + ## 0.4.83 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index b34fcb1730f..ab8d863b89c 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.83", + "version": "0.4.84", "license": "MIT", "description": "Reference implementation of atproto Personal Data Server (PDS)", "keywords": [