diff --git a/.changeset/dirty-islands-dance.md b/.changeset/dirty-islands-dance.md deleted file mode 100644 index eef587dd7b3..00000000000 --- a/.changeset/dirty-islands-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/bsky": patch ---- - -Apply needs-review to individual records diff --git a/.changeset/few-rice-enjoy.md b/.changeset/few-rice-enjoy.md deleted file mode 100644 index 842fc546137..00000000000 --- a/.changeset/few-rice-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": patch ---- - -Improve compatibility with Windows runtimes. diff --git a/.changeset/friendly-berries-kick.md b/.changeset/friendly-berries-kick.md deleted file mode 100644 index 3943d923f7e..00000000000 --- a/.changeset/friendly-berries-kick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@atproto/oauth-provider": minor ---- - -Rename `onClientInfo` and `onAuthorizationDetails` hooks to `getClientInfo` and `getAuthorizationDetails` respectively. - diff --git a/.changeset/fuzzy-buttons-yawn.md b/.changeset/fuzzy-buttons-yawn.md deleted file mode 100644 index 5b93e8721d0..00000000000 --- a/.changeset/fuzzy-buttons-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/ozone": patch ---- - -Improve indexing for "chat.bsky.moderation.getMessageContext" diff --git a/.changeset/gentle-islands-impress.md b/.changeset/gentle-islands-impress.md deleted file mode 100644 index 8fdcd01e1c1..00000000000 --- a/.changeset/gentle-islands-impress.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@atproto/oauth-provider": patch ---- - -Add the following hooks in the `OAuthProvider`: - -- `onAuthorized` which is triggered when the user "authorized" a client (a `code` is issued) -- `onTokenCreated` which is triggered when the code is exchanged for a token -- `onTokenRefreshed` which is triggered when a refresh token is exchanged for a new access token diff --git a/.changeset/plenty-cows-notice.md b/.changeset/plenty-cows-notice.md deleted file mode 100644 index 4a87f854eb7..00000000000 --- a/.changeset/plenty-cows-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -Fix bug preventing "logout()" calls from working. diff --git a/.changeset/seven-falcons-pump.md b/.changeset/seven-falcons-pump.md deleted file mode 100644 index 368df048493..00000000000 --- a/.changeset/seven-falcons-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/pds": patch ---- - -Dead code cleanup. diff --git a/.changeset/yellow-cows-impress.md b/.changeset/yellow-cows-impress.md deleted file mode 100644 index 2dfeb08d2a2..00000000000 --- a/.changeset/yellow-cows-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/oauth-provider": patch ---- - -Properly compute sleep time in contantTime util diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 17ef9f3dcb7..d6218dc62e3 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/api +## 0.14.1 + +### Patch Changes + +- [#3535](https://github.com/bluesky-social/atproto/pull/3535) [`ba5bb6e66`](https://github.com/bluesky-social/atproto/commit/ba5bb6e667fb58bbefd332844957de575e102ca3) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fix bug preventing "logout()" calls from working. + ## 0.14.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 0cd6bbc2d9d..333abfd3627 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/bsky/CHANGELOG.md b/packages/bsky/CHANGELOG.md index 0a87ec18f1e..12d5e7cba81 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/bsky +## 0.0.118 + +### Patch Changes + +- [#3537](https://github.com/bluesky-social/atproto/pull/3537) [`3f58dd0e7`](https://github.com/bluesky-social/atproto/commit/3f58dd0e742cdfed9c3eae0118bc57f539de78f1) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Apply needs-review to individual records + +- Updated dependencies [[`ba5bb6e66`](https://github.com/bluesky-social/atproto/commit/ba5bb6e667fb58bbefd332844957de575e102ca3)]: + - @atproto/api@0.14.1 + ## 0.0.117 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index f62af52de95..46fcae1b753 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.117", + "version": "0.0.118", "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 8c22cf3bc91..0baa19efdc7 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/dev-env +## 0.3.88 + +### Patch Changes + +- Updated dependencies [[`3f58dd0e7`](https://github.com/bluesky-social/atproto/commit/3f58dd0e742cdfed9c3eae0118bc57f539de78f1), [`20e57bacf`](https://github.com/bluesky-social/atproto/commit/20e57bacf9bb2ae8a118eadbfc291f3213b8dc2f), [`ba5bb6e66`](https://github.com/bluesky-social/atproto/commit/ba5bb6e667fb58bbefd332844957de575e102ca3), [`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a)]: + - @atproto/bsky@0.0.118 + - @atproto/ozone@0.1.79 + - @atproto/api@0.14.1 + - @atproto/pds@0.4.96 + ## 0.3.87 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index a41d2bb8260..5569e0e8de0 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.3.87", + "version": "0.3.88", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/lex-cli/CHANGELOG.md b/packages/lex-cli/CHANGELOG.md index bda7992d090..6ed1b9e2adf 100644 --- a/packages/lex-cli/CHANGELOG.md +++ b/packages/lex-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/lex-cli +## 0.6.1 + +### Patch Changes + +- [#3534](https://github.com/bluesky-social/atproto/pull/3534) [`175f89f8f`](https://github.com/bluesky-social/atproto/commit/175f89f8fe0e570518e32b48e49f5bbf63395b67) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve compatibility with Windows runtimes. + ## 0.6.0 ### Minor Changes diff --git a/packages/lex-cli/package.json b/packages/lex-cli/package.json index 2ccbf350eb3..1ac629dba4f 100644 --- a/packages/lex-cli/package.json +++ b/packages/lex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/lex-cli", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "description": "TypeScript codegen tool for atproto Lexicon schemas", "keywords": [ diff --git a/packages/oauth/oauth-provider/CHANGELOG.md b/packages/oauth/oauth-provider/CHANGELOG.md index 3f470db43d1..93b3997181d 100644 --- a/packages/oauth/oauth-provider/CHANGELOG.md +++ b/packages/oauth/oauth-provider/CHANGELOG.md @@ -1,5 +1,21 @@ # @atproto/oauth-provider +## 0.3.0 + +### Minor Changes + +- [#3525](https://github.com/bluesky-social/atproto/pull/3525) [`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Rename `onClientInfo` and `onAuthorizationDetails` hooks to `getClientInfo` and `getAuthorizationDetails` respectively. + +### Patch Changes + +- [#3525](https://github.com/bluesky-social/atproto/pull/3525) [`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add the following hooks in the `OAuthProvider`: + + - `onAuthorized` which is triggered when the user "authorized" a client (a `code` is issued) + - `onTokenCreated` which is triggered when the code is exchanged for a token + - `onTokenRefreshed` which is triggered when a refresh token is exchanged for a new access token + +- [#3514](https://github.com/bluesky-social/atproto/pull/3514) [`e69e89a03`](https://github.com/bluesky-social/atproto/commit/e69e89a037829bd4f6656d6aa42b77b97b4934e5) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly compute sleep time in contantTime util + ## 0.2.17 ### Patch Changes diff --git a/packages/oauth/oauth-provider/package.json b/packages/oauth/oauth-provider/package.json index d35765d8bb1..9e4e6586430 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.17", + "version": "0.3.0", "license": "MIT", "description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.", "keywords": [ diff --git a/packages/ozone/CHANGELOG.md b/packages/ozone/CHANGELOG.md index 2002f0ae7df..a21e9e1a199 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,14 @@ # @atproto/ozone +## 0.1.79 + +### Patch Changes + +- [#3520](https://github.com/bluesky-social/atproto/pull/3520) [`20e57bacf`](https://github.com/bluesky-social/atproto/commit/20e57bacf9bb2ae8a118eadbfc291f3213b8dc2f) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve indexing for "chat.bsky.moderation.getMessageContext" + +- Updated dependencies [[`ba5bb6e66`](https://github.com/bluesky-social/atproto/commit/ba5bb6e667fb58bbefd332844957de575e102ca3)]: + - @atproto/api@0.14.1 + ## 0.1.78 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index 5a0cc0e0f59..e9731faf910 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.78", + "version": "0.1.79", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index e2aa814da77..bfbcbf46bef 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/pds +## 0.4.96 + +### Patch Changes + +- [#3525](https://github.com/bluesky-social/atproto/pull/3525) [`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Dead code cleanup. + +- Updated dependencies [[`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a), [`6ea9c961a`](https://github.com/bluesky-social/atproto/commit/6ea9c961af964cd9b0d00b5073c695c5e0b3345a), [`ba5bb6e66`](https://github.com/bluesky-social/atproto/commit/ba5bb6e667fb58bbefd332844957de575e102ca3), [`e69e89a03`](https://github.com/bluesky-social/atproto/commit/e69e89a037829bd4f6656d6aa42b77b97b4934e5)]: + - @atproto/oauth-provider@0.3.0 + - @atproto/api@0.14.1 + ## 0.4.95 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index 869c88b6b62..308385ab0d3 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.95", + "version": "0.4.96", "license": "MIT", "description": "Reference implementation of atproto Personal Data Server (PDS)", "keywords": [