diff --git a/.changeset/breezy-ducks-allow.md b/.changeset/breezy-ducks-allow.md deleted file mode 100644 index 6d97409f206..00000000000 --- a/.changeset/breezy-ducks-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/did": patch ---- - -Disallow path component in Web DID's (as per spec) diff --git a/.changeset/hip-beds-flow.md b/.changeset/hip-beds-flow.md deleted file mode 100644 index de99d56faaf..00000000000 --- a/.changeset/hip-beds-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/did": patch ---- - -Properly parse localhost did:web diff --git a/.changeset/lovely-donkeys-worry.md b/.changeset/lovely-donkeys-worry.md deleted file mode 100644 index 41fe026f7f7..00000000000 --- a/.changeset/lovely-donkeys-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/api": patch -"@atproto/ozone": patch ---- - -Introduce a acknowledgeAccountSubjects flag on takedown event to ack all subjects from the author that need review diff --git a/.changeset/new-mice-cheer.md b/.changeset/new-mice-cheer.md deleted file mode 100644 index 5ac134cd64a..00000000000 --- a/.changeset/new-mice-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/common": patch ---- - -Minor optimization diff --git a/.changeset/olive-rabbits-occur.md b/.changeset/olive-rabbits-occur.md deleted file mode 100644 index f63df6ed746..00000000000 --- a/.changeset/olive-rabbits-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/did": patch ---- - -Code optimizations and documentation. Rename `check*` utility function to `assert*`. diff --git a/.changeset/perfect-radios-cross.md b/.changeset/perfect-radios-cross.md deleted file mode 100644 index dc0fb74d382..00000000000 --- a/.changeset/perfect-radios-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/xrpc-server": patch ---- - -Properly decode request body encoding diff --git a/.changeset/selfish-ads-itch.md b/.changeset/selfish-ads-itch.md deleted file mode 100644 index 23fa5c09b81..00000000000 --- a/.changeset/selfish-ads-itch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@atproto/bsky": patch -"@atproto/api": patch -"@atproto/pds": patch ---- - -Add NUX API diff --git a/.changeset/strange-dragons-eat.md b/.changeset/strange-dragons-eat.md deleted file mode 100644 index 0f73a291b47..00000000000 --- a/.changeset/strange-dragons-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/xrpc": patch ---- - -Add UnsupportedMediaType response type diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6076c6a9060..a849e3e4208 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/api +## 0.13.7 + +### Patch Changes + +- [#2807](https://github.com/bluesky-social/atproto/pull/2807) [`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e) Thanks [@foysalit](https://github.com/foysalit)! - Introduce a acknowledgeAccountSubjects flag on takedown event to ack all subjects from the author that need review + +- [#2810](https://github.com/bluesky-social/atproto/pull/2810) [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add NUX API + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/xrpc@0.6.2 + ## 0.13.6 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 3a335acee67..22f530f02ef 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.13.6", + "version": "0.13.7", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/aws/CHANGELOG.md b/packages/aws/CHANGELOG.md index dacf5d9478c..78633f6c33d 100644 --- a/packages/aws/CHANGELOG.md +++ b/packages/aws/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/aws +## 0.2.5 + +### Patch Changes + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/common@0.4.2 + - @atproto/crypto@0.4.1 + - @atproto/repo@0.5.1 + ## 0.2.4 ### Patch Changes diff --git a/packages/aws/package.json b/packages/aws/package.json index 070bd849716..ed9802226f3 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/aws", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "description": "Shared AWS cloud API helpers for atproto services", "keywords": [ diff --git a/packages/bsky/CHANGELOG.md b/packages/bsky/CHANGELOG.md index 1b4f0897c72..a91555f8d42 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/bsky +## 0.0.83 + +### Patch Changes + +- [#2810](https://github.com/bluesky-social/atproto/pull/2810) [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add NUX API + +- Updated dependencies [[`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7)]: + - @atproto/api@0.13.7 + - @atproto/common@0.4.2 + - @atproto/xrpc-server@0.6.4 + - @atproto/crypto@0.4.1 + - @atproto/repo@0.5.1 + - @atproto/sync@0.1.1 + ## 0.0.82 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index 1468d6367a2..1bafb5b6b76 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.82", + "version": "0.0.83", "license": "MIT", "description": "Reference implementation of app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/bsync/CHANGELOG.md b/packages/bsync/CHANGELOG.md index b1e02a15bde..5227943fadd 100644 --- a/packages/bsync/CHANGELOG.md +++ b/packages/bsync/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/bsync +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/common@0.4.2 + ## 0.0.5 ### Patch Changes diff --git a/packages/bsync/package.json b/packages/bsync/package.json index 7e40fe5d88c..635089bddd5 100644 --- a/packages/bsync/package.json +++ b/packages/bsync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsync", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "description": "Sychronizing service for app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index ee14a03aa32..907006ece6e 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/common +## 0.4.2 + +### Patch Changes + +- [#2464](https://github.com/bluesky-social/atproto/pull/2464) [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Minor optimization + ## 0.4.1 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 2e90f8ba9de..a93e089ac1d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/common", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "description": "Shared web-platform-friendly code for atproto libraries", "keywords": [ diff --git a/packages/dev-env/CHANGELOG.md b/packages/dev-env/CHANGELOG.md index 1a67a87986a..cecfe91cb9d 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/dev-env +## 0.3.50 + +### Patch Changes + +- Updated dependencies [[`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7)]: + - @atproto/api@0.13.7 + - @atproto/ozone@0.1.45 + - @atproto/xrpc-server@0.6.4 + - @atproto/bsky@0.0.83 + - @atproto/pds@0.4.59 + - @atproto/bsync@0.0.6 + - @atproto/crypto@0.4.1 + - @atproto/sync@0.1.1 + ## 0.3.49 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index 514d846fcaa..fea59b207b1 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.3.49", + "version": "0.3.50", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/did/CHANGELOG.md b/packages/did/CHANGELOG.md index 7acdf5bc6d3..3c183aabd90 100644 --- a/packages/did/CHANGELOG.md +++ b/packages/did/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/did +## 0.1.2 + +### Patch Changes + +- [#2776](https://github.com/bluesky-social/atproto/pull/2776) [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Disallow path component in Web DID's (as per spec) + +- [#2776](https://github.com/bluesky-social/atproto/pull/2776) [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly parse localhost did:web + +- [#2776](https://github.com/bluesky-social/atproto/pull/2776) [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Code optimizations and documentation. Rename `check*` utility function to `assert*`. + ## 0.1.1 ### Patch Changes diff --git a/packages/did/package.json b/packages/did/package.json index 94a8449ca33..d1f5d57f64b 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/did", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "description": "DID resolution and verification library", "keywords": [ diff --git a/packages/internal/did-resolver/CHANGELOG.md b/packages/internal/did-resolver/CHANGELOG.md index 54a415d2341..0b635b8b527 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.3 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]: + - @atproto/did@0.1.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/internal/did-resolver/package.json b/packages/internal/did-resolver/package.json index bb74cee42ae..3bff85d2798 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.2", + "version": "0.1.3", "license": "MIT", "description": "DID resolution and verification library", "keywords": [ diff --git a/packages/internal/handle-resolver-node/CHANGELOG.md b/packages/internal/handle-resolver-node/CHANGELOG.md index 6e8933bc61c..738cfb317d1 100644 --- a/packages/internal/handle-resolver-node/CHANGELOG.md +++ b/packages/internal/handle-resolver-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto-labs/handle-resolver-node +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]: + - @atproto/did@0.1.2 + - @atproto-labs/handle-resolver@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/internal/handle-resolver-node/package.json b/packages/internal/handle-resolver-node/package.json index 8488319d66a..33e2453e762 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.2", + "version": "0.1.3", "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 723ffd691ce..da91f2546e7 100644 --- a/packages/internal/handle-resolver/CHANGELOG.md +++ b/packages/internal/handle-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto-labs/handle-resolver +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]: + - @atproto/did@0.1.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/internal/handle-resolver/package.json b/packages/internal/handle-resolver/package.json index d31e93b6fe7..f90d1634f99 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.2", + "version": "0.1.3", "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 16526b20802..d2ae0876f2b 100644 --- a/packages/internal/identity-resolver/CHANGELOG.md +++ b/packages/internal/identity-resolver/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto-labs/identity-resolver +## 0.1.3 + +### Patch Changes + +- Updated dependencies []: + - @atproto-labs/did-resolver@0.1.3 + - @atproto-labs/handle-resolver@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/internal/identity-resolver/package.json b/packages/internal/identity-resolver/package.json index 4cfe7684b20..134f738a330 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.2", + "version": "0.1.3", "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 ae84b216570..a9b446854e3 100644 --- a/packages/oauth/oauth-client-browser/CHANGELOG.md +++ b/packages/oauth/oauth-client-browser/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/oauth-client-browser +## 0.2.1 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]: + - @atproto/did@0.1.2 + - @atproto-labs/did-resolver@0.1.3 + - @atproto-labs/handle-resolver@0.1.3 + - @atproto/oauth-client@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/oauth/oauth-client-browser/package.json b/packages/oauth/oauth-client-browser/package.json index a728725394b..35393e0769b 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.2.0", + "version": "0.2.1", "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 105f4d4742e..18fc8135b0c 100644 --- a/packages/oauth/oauth-client-node/CHANGELOG.md +++ b/packages/oauth/oauth-client-node/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/oauth-client-node +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]: + - @atproto/did@0.1.2 + - @atproto-labs/did-resolver@0.1.3 + - @atproto-labs/handle-resolver-node@0.1.3 + - @atproto/oauth-client@0.2.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/oauth/oauth-client-node/package.json b/packages/oauth/oauth-client-node/package.json index 62f1e306666..263def1308e 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.1.0", + "version": "0.1.1", "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 b6ae5e4e908..62153b89834 100644 --- a/packages/oauth/oauth-client/CHANGELOG.md +++ b/packages/oauth/oauth-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/oauth-client +## 0.2.1 + +### Patch Changes + +- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/did@0.1.2 + - @atproto/xrpc@0.6.2 + - @atproto-labs/did-resolver@0.1.3 + - @atproto-labs/handle-resolver@0.1.3 + - @atproto-labs/identity-resolver@0.1.3 + ## 0.2.0 ### Minor Changes diff --git a/packages/oauth/oauth-client/package.json b/packages/oauth/oauth-client/package.json index 61ee436a652..02234b47b72 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.2.0", + "version": "0.2.1", "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/ozone/CHANGELOG.md b/packages/ozone/CHANGELOG.md index b42cad088a8..03fd9175cc2 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,18 @@ # @atproto/ozone +## 0.1.45 + +### Patch Changes + +- [#2807](https://github.com/bluesky-social/atproto/pull/2807) [`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e) Thanks [@foysalit](https://github.com/foysalit)! - Introduce a acknowledgeAccountSubjects flag on takedown event to ack all subjects from the author that need review + +- Updated dependencies [[`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/api@0.13.7 + - @atproto/common@0.4.2 + - @atproto/xrpc-server@0.6.4 + - @atproto/xrpc@0.6.2 + - @atproto/crypto@0.4.1 + ## 0.1.44 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index 8044688c7cc..e1cdfd96df4 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.44", + "version": "0.1.45", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 09ed314625e..797a43e6bc2 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,20 @@ # @atproto/pds +## 0.4.59 + +### Patch Changes + +- [#2810](https://github.com/bluesky-social/atproto/pull/2810) [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add NUX API + +- Updated dependencies [[`e6bd5aecc`](https://github.com/bluesky-social/atproto/commit/e6bd5aecce7954d60e5fb263297e697ab7aab98e), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`33aa0c722`](https://github.com/bluesky-social/atproto/commit/33aa0c722226a18215af0ae1833c7c552fc7aaa7), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/api@0.13.7 + - @atproto/common@0.4.2 + - @atproto/xrpc-server@0.6.4 + - @atproto/xrpc@0.6.2 + - @atproto/aws@0.2.5 + - @atproto/crypto@0.4.1 + - @atproto/repo@0.5.1 + ## 0.4.58 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index c05c9c4c203..101ce19acb3 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.58", + "version": "0.4.59", "license": "MIT", "description": "Reference implementation of atproto Personal Data Server (PDS)", "keywords": [ diff --git a/packages/repo/CHANGELOG.md b/packages/repo/CHANGELOG.md index 5ccb40fb5b3..4788c6cdc88 100644 --- a/packages/repo/CHANGELOG.md +++ b/packages/repo/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/repo +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/common@0.4.2 + - @atproto/crypto@0.4.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/repo/package.json b/packages/repo/package.json index cb77150ee32..91e62f26f8b 100644 --- a/packages/repo/package.json +++ b/packages/repo/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/repo", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "description": "atproto repo and MST implementation", "keywords": [ diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index 33eebc5001f..45608b2f944 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/sync +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/common@0.4.2 + - @atproto/xrpc-server@0.6.4 + - @atproto/repo@0.5.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/sync/package.json b/packages/sync/package.json index 2cb48786c17..a3856a9af36 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/sync", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "description": "atproto sync library", "keywords": [ diff --git a/packages/xrpc-server/CHANGELOG.md b/packages/xrpc-server/CHANGELOG.md index af904cea1e4..ba6a288bc7c 100644 --- a/packages/xrpc-server/CHANGELOG.md +++ b/packages/xrpc-server/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/xrpc-server +## 0.6.4 + +### Patch Changes + +- [#2464](https://github.com/bluesky-social/atproto/pull/2464) [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly decode request body encoding + +- Updated dependencies [[`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93), [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93)]: + - @atproto/common@0.4.2 + - @atproto/xrpc@0.6.2 + - @atproto/crypto@0.4.1 + ## 0.6.3 ### Patch Changes diff --git a/packages/xrpc-server/package.json b/packages/xrpc-server/package.json index a86055503ba..3abd32e44a0 100644 --- a/packages/xrpc-server/package.json +++ b/packages/xrpc-server/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc-server", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "description": "atproto HTTP API (XRPC) server library", "keywords": [ diff --git a/packages/xrpc/CHANGELOG.md b/packages/xrpc/CHANGELOG.md index 6f19c1a9636..0c30ed248fe 100644 --- a/packages/xrpc/CHANGELOG.md +++ b/packages/xrpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/xrpc +## 0.6.2 + +### Patch Changes + +- [#2464](https://github.com/bluesky-social/atproto/pull/2464) [`98711a147`](https://github.com/bluesky-social/atproto/commit/98711a147a8674337f605c6368f39fc10c2fae93) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add UnsupportedMediaType response type + ## 0.6.1 ### Patch Changes diff --git a/packages/xrpc/package.json b/packages/xrpc/package.json index 56454bed8bb..7dbbcf0b932 100644 --- a/packages/xrpc/package.json +++ b/packages/xrpc/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "description": "atproto HTTP API (XRPC) client library", "keywords": [