From 03351a5818f4722651dcaaa1285c96d00004f4f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:27:09 +0100 Subject: [PATCH] Version packages (#3529) Co-authored-by: github-actions[bot] --- .changeset/beige-trees-float.md | 5 ----- .changeset/brown-flies-stare.md | 10 ---------- .changeset/fast-points-walk.md | 5 ----- .changeset/fast-waves-jog.md | 5 ----- .changeset/green-cherries-shave.md | 5 ----- .changeset/green-forks-lie.md | 5 ----- .changeset/late-worms-travel.md | 5 ----- .changeset/popular-shirts-rescue.md | 5 ----- .changeset/shiny-suns-walk.md | 5 ----- .changeset/silly-starfishes-pay.md | 5 ----- .changeset/spotty-bottles-march.md | 5 ----- .changeset/tiny-carpets-impress.md | 5 ----- packages/api/CHANGELOG.md | 17 ++++++++++++++++ packages/api/package.json | 2 +- packages/aws/CHANGELOG.md | 7 +++++++ packages/aws/package.json | 2 +- packages/bsky/CHANGELOG.md | 15 ++++++++++++++ packages/bsky/package.json | 2 +- packages/bsync/CHANGELOG.md | 7 +++++++ packages/bsync/package.json | 2 +- packages/dev-env/CHANGELOG.md | 15 ++++++++++++++ packages/dev-env/package.json | 2 +- .../internal/identity-resolver/CHANGELOG.md | 7 +++++++ .../internal/identity-resolver/package.json | 2 +- packages/internal/xrpc-utils/CHANGELOG.md | 8 ++++++++ packages/internal/xrpc-utils/package.json | 2 +- packages/lex-cli/CHANGELOG.md | 20 +++++++++++++++++++ packages/lex-cli/package.json | 2 +- packages/lexicon/CHANGELOG.md | 11 ++++++++++ packages/lexicon/package.json | 2 +- .../oauth/oauth-client-browser/CHANGELOG.md | 7 +++++++ .../oauth/oauth-client-browser/package.json | 2 +- packages/oauth/oauth-client-node/CHANGELOG.md | 7 +++++++ packages/oauth/oauth-client-node/package.json | 2 +- packages/oauth/oauth-client/CHANGELOG.md | 8 ++++++++ packages/oauth/oauth-client/package.json | 2 +- packages/ozone/CHANGELOG.md | 13 ++++++++++++ packages/ozone/package.json | 2 +- packages/pds/CHANGELOG.md | 18 +++++++++++++++++ packages/pds/package.json | 2 +- packages/repo/CHANGELOG.md | 7 +++++++ packages/repo/package.json | 2 +- packages/sync/CHANGELOG.md | 10 ++++++++++ packages/sync/package.json | 2 +- packages/syntax/CHANGELOG.md | 6 ++++++ packages/syntax/package.json | 2 +- packages/xrpc-server/CHANGELOG.md | 8 ++++++++ packages/xrpc-server/package.json | 2 +- packages/xrpc/CHANGELOG.md | 7 +++++++ packages/xrpc/package.json | 2 +- 50 files changed, 217 insertions(+), 84 deletions(-) delete mode 100644 .changeset/beige-trees-float.md delete mode 100644 .changeset/brown-flies-stare.md delete mode 100644 .changeset/fast-points-walk.md delete mode 100644 .changeset/fast-waves-jog.md delete mode 100644 .changeset/green-cherries-shave.md delete mode 100644 .changeset/green-forks-lie.md delete mode 100644 .changeset/late-worms-travel.md delete mode 100644 .changeset/popular-shirts-rescue.md delete mode 100644 .changeset/shiny-suns-walk.md delete mode 100644 .changeset/silly-starfishes-pay.md delete mode 100644 .changeset/spotty-bottles-march.md delete mode 100644 .changeset/tiny-carpets-impress.md diff --git a/.changeset/beige-trees-float.md b/.changeset/beige-trees-float.md deleted file mode 100644 index 06b11c8fd2d..00000000000 --- a/.changeset/beige-trees-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": patch ---- - -Fixes a bug that would clear interests prefs when updating hidden posts diff --git a/.changeset/brown-flies-stare.md b/.changeset/brown-flies-stare.md deleted file mode 100644 index e31e8c5f2f4..00000000000 --- a/.changeset/brown-flies-stare.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@atproto/ozone": patch -"@atproto/bsky": patch -"@atproto/api": minor -"@atproto/pds": patch ---- - -Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the `$type` property that can be present in the data. - - diff --git a/.changeset/fast-points-walk.md b/.changeset/fast-points-walk.md deleted file mode 100644 index 697405d5178..00000000000 --- a/.changeset/fast-points-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/syntax": patch ---- - -Improve performance of isValidTid diff --git a/.changeset/fast-waves-jog.md b/.changeset/fast-waves-jog.md deleted file mode 100644 index 17daee73935..00000000000 --- a/.changeset/fast-waves-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": minor ---- - -Update the code generation to better reflect the data typings. In particular this change will cause generated code to explicit the `$type` property that can be present in the data. diff --git a/.changeset/green-cherries-shave.md b/.changeset/green-cherries-shave.md deleted file mode 100644 index 13326d6d967..00000000000 --- a/.changeset/green-cherries-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/pds": patch ---- - -Minor typing fixes diff --git a/.changeset/green-forks-lie.md b/.changeset/green-forks-lie.md deleted file mode 100644 index d00a1e5b694..00000000000 --- a/.changeset/green-forks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/api": minor ---- - -Helper functions (e.g. `NS.isRecord`) no longer casts the output value. Use `asPredicate(NS.validateRecord)` to create a predicate function that will ensure that an unknown value is indeed an `NS.Record`. The `isX` helper function's purpose is to discriminate between `$type`d values from unions. diff --git a/.changeset/late-worms-travel.md b/.changeset/late-worms-travel.md deleted file mode 100644 index 68f63285d98..00000000000 --- a/.changeset/late-worms-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": patch ---- - -Add `.js` file extension to `import` statements in generated code. diff --git a/.changeset/popular-shirts-rescue.md b/.changeset/popular-shirts-rescue.md deleted file mode 100644 index 3e7b8ed68bb..00000000000 --- a/.changeset/popular-shirts-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lexicon": patch ---- - -Various performance improvements diff --git a/.changeset/shiny-suns-walk.md b/.changeset/shiny-suns-walk.md deleted file mode 100644 index 65068e336df..00000000000 --- a/.changeset/shiny-suns-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": patch ---- - -Type the generated `ids` object (that contains all the lexicon namespace ids) as `const`. diff --git a/.changeset/silly-starfishes-pay.md b/.changeset/silly-starfishes-pay.md deleted file mode 100644 index af95fb425c4..00000000000 --- a/.changeset/silly-starfishes-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lexicon": patch ---- - -Fully type `ValidationResult`'s `value` property, allowing `NS.validateMyType` helper functions to return a typed value in case of success. diff --git a/.changeset/spotty-bottles-march.md b/.changeset/spotty-bottles-march.md deleted file mode 100644 index 9dfc33703aa..00000000000 --- a/.changeset/spotty-bottles-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": minor ---- - -Remove `[string]: unknown` index signature from custom user objects, input and output schemas. diff --git a/.changeset/tiny-carpets-impress.md b/.changeset/tiny-carpets-impress.md deleted file mode 100644 index 8d7699990dc..00000000000 --- a/.changeset/tiny-carpets-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atproto/lex-cli": patch ---- - -Ensures that empty `schemas` arrays are typed as `LexiconDoc[]`. diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c0054b021da..17ef9f3dcb7 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,22 @@ # @atproto/api +## 0.14.0 + +### Minor Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the `$type` property that can be present in the data. + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Helper functions (e.g. `NS.isRecord`) no longer casts the output value. Use `asPredicate(NS.validateRecord)` to create a predicate function that will ensure that an unknown value is indeed an `NS.Record`. The `isX` helper function's purpose is to discriminate between `$type`d values from unions. + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fixes a bug that would clear interests prefs when updating hidden posts + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/xrpc@0.6.9 + ## 0.13.35 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 9d35bae35c2..0cd6bbc2d9d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.13.35", + "version": "0.14.0", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/aws/CHANGELOG.md b/packages/aws/CHANGELOG.md index 5ed9649eec0..2ed95ff626d 100644 --- a/packages/aws/CHANGELOG.md +++ b/packages/aws/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/aws +## 0.2.15 + +### Patch Changes + +- Updated dependencies []: + - @atproto/repo@0.6.5 + ## 0.2.14 ### Patch Changes diff --git a/packages/aws/package.json b/packages/aws/package.json index 16febea5d8e..5b16fe4c93d 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/aws", - "version": "0.2.14", + "version": "0.2.15", "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 f4909155352..0a87ec18f1e 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,20 @@ # @atproto/bsky +## 0.0.117 + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the `$type` property that can be present in the data. + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/api@0.14.0 + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/sync@0.1.14 + - @atproto/repo@0.6.5 + - @atproto/xrpc-server@0.7.11 + - @atproto-labs/xrpc-utils@0.0.7 + ## 0.0.116 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index fee7c0d0d07..f62af52de95 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.116", + "version": "0.0.117", "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 4391302876f..f413bfd4ae2 100644 --- a/packages/bsync/CHANGELOG.md +++ b/packages/bsync/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/bsync +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + ## 0.0.13 ### Patch Changes diff --git a/packages/bsync/package.json b/packages/bsync/package.json index decbd546134..3b6707eb312 100644 --- a/packages/bsync/package.json +++ b/packages/bsync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsync", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT", "description": "Sychronizing service for app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/dev-env/CHANGELOG.md b/packages/dev-env/CHANGELOG.md index 3e369cc578d..8c22cf3bc91 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,20 @@ # @atproto/dev-env +## 0.3.87 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/api@0.14.0 + - @atproto/ozone@0.1.78 + - @atproto/bsky@0.0.117 + - @atproto/pds@0.4.95 + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/bsync@0.0.14 + - @atproto/sync@0.1.14 + - @atproto/xrpc-server@0.7.11 + ## 0.3.86 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index 5c4966bac59..a41d2bb8260 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.3.86", + "version": "0.3.87", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/internal/identity-resolver/CHANGELOG.md b/packages/internal/identity-resolver/CHANGELOG.md index 1d45e3b5dd4..4c8c5068b5d 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.13 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + ## 0.1.12 ### Patch Changes diff --git a/packages/internal/identity-resolver/package.json b/packages/internal/identity-resolver/package.json index 71140c9be97..00ab6469b0b 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.12", + "version": "0.1.13", "license": "MIT", "description": "A library resolving ATPROTO identities", "keywords": [ diff --git a/packages/internal/xrpc-utils/CHANGELOG.md b/packages/internal/xrpc-utils/CHANGELOG.md index 7bb6be2e535..f955202ed08 100644 --- a/packages/internal/xrpc-utils/CHANGELOG.md +++ b/packages/internal/xrpc-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto-labs/xrpc-utils +## 0.0.7 + +### Patch Changes + +- Updated dependencies []: + - @atproto/xrpc@0.6.9 + - @atproto/xrpc-server@0.7.11 + ## 0.0.6 ### Patch Changes diff --git a/packages/internal/xrpc-utils/package.json b/packages/internal/xrpc-utils/package.json index cd440e57898..2ec69b13659 100644 --- a/packages/internal/xrpc-utils/package.json +++ b/packages/internal/xrpc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@atproto-labs/xrpc-utils", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "description": "XRPC server utilities for Node.JS", "keywords": [ diff --git a/packages/lex-cli/CHANGELOG.md b/packages/lex-cli/CHANGELOG.md index 282c296fc96..bda7992d090 100644 --- a/packages/lex-cli/CHANGELOG.md +++ b/packages/lex-cli/CHANGELOG.md @@ -1,5 +1,25 @@ # @atproto/lex-cli +## 0.6.0 + +### Minor Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update the code generation to better reflect the data typings. In particular this change will cause generated code to explicit the `$type` property that can be present in the data. + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove `[string]: unknown` index signature from custom user objects, input and output schemas. + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add `.js` file extension to `import` statements in generated code. + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Type the generated `ids` object (that contains all the lexicon namespace ids) as `const`. + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Ensures that empty `schemas` arrays are typed as `LexiconDoc[]`. + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + ## 0.5.7 ### Patch Changes diff --git a/packages/lex-cli/package.json b/packages/lex-cli/package.json index 408c3161e45..2ccbf350eb3 100644 --- a/packages/lex-cli/package.json +++ b/packages/lex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/lex-cli", - "version": "0.5.7", + "version": "0.6.0", "license": "MIT", "description": "TypeScript codegen tool for atproto Lexicon schemas", "keywords": [ diff --git a/packages/lexicon/CHANGELOG.md b/packages/lexicon/CHANGELOG.md index f9b3746d268..d90eece13cc 100644 --- a/packages/lexicon/CHANGELOG.md +++ b/packages/lexicon/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/lexicon +## 0.4.7 + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Various performance improvements + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fully type `ValidationResult`'s `value` property, allowing `NS.validateMyType` helper functions to return a typed value in case of success. + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + ## 0.4.6 ### Patch Changes diff --git a/packages/lexicon/package.json b/packages/lexicon/package.json index dc5e2a925cf..70299e3760c 100644 --- a/packages/lexicon/package.json +++ b/packages/lexicon/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/lexicon", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "description": "atproto Lexicon schema language library", "keywords": [ diff --git a/packages/oauth/oauth-client-browser/CHANGELOG.md b/packages/oauth/oauth-client-browser/CHANGELOG.md index 2422ffb9089..3d3ef4dcaa6 100644 --- a/packages/oauth/oauth-client-browser/CHANGELOG.md +++ b/packages/oauth/oauth-client-browser/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/oauth-client-browser +## 0.3.10 + +### Patch Changes + +- Updated dependencies []: + - @atproto/oauth-client@0.3.10 + ## 0.3.9 ### Patch Changes diff --git a/packages/oauth/oauth-client-browser/package.json b/packages/oauth/oauth-client-browser/package.json index b34ee4d9de8..0b5123ec68e 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.9", + "version": "0.3.10", "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 4b57a36282e..8aa7c4805a5 100644 --- a/packages/oauth/oauth-client-node/CHANGELOG.md +++ b/packages/oauth/oauth-client-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/oauth-client-node +## 0.2.11 + +### Patch Changes + +- Updated dependencies []: + - @atproto/oauth-client@0.3.10 + ## 0.2.10 ### Patch Changes diff --git a/packages/oauth/oauth-client-node/package.json b/packages/oauth/oauth-client-node/package.json index 6c3e192e74d..0bef52e5706 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.10", + "version": "0.2.11", "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 76033774fe7..62c9b240e48 100644 --- a/packages/oauth/oauth-client/CHANGELOG.md +++ b/packages/oauth/oauth-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/oauth-client +## 0.3.10 + +### Patch Changes + +- Updated dependencies []: + - @atproto-labs/identity-resolver@0.1.13 + - @atproto/xrpc@0.6.9 + ## 0.3.9 ### Patch Changes diff --git a/packages/oauth/oauth-client/package.json b/packages/oauth/oauth-client/package.json index 3ea8f8f7496..0f941078db6 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.9", + "version": "0.3.10", "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 084bac4a2c0..2002f0ae7df 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,18 @@ # @atproto/ozone +## 0.1.78 + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the `$type` property that can be present in the data. + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/api@0.14.0 + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/xrpc@0.6.9 + - @atproto/xrpc-server@0.7.11 + ## 0.1.77 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index bbc547f5b18..5a0cc0e0f59 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.77", + "version": "0.1.78", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 5d57baf2af5..e2aa814da77 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,23 @@ # @atproto/pds +## 0.4.95 + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the `$type` property that can be present in the data. + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Minor typing fixes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/api@0.14.0 + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/repo@0.6.5 + - @atproto/xrpc@0.6.9 + - @atproto/xrpc-server@0.7.11 + - @atproto/aws@0.2.15 + - @atproto-labs/xrpc-utils@0.0.7 + ## 0.4.94 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index ed1d3a5fb42..869c88b6b62 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.94", + "version": "0.4.95", "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 f972303de06..75d7940762b 100644 --- a/packages/repo/CHANGELOG.md +++ b/packages/repo/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/repo +## 0.6.5 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/lexicon@0.4.7 + ## 0.6.4 ### Patch Changes diff --git a/packages/repo/package.json b/packages/repo/package.json index 06a3cc4f585..190679fe9a7 100644 --- a/packages/repo/package.json +++ b/packages/repo/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/repo", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "description": "atproto repo and MST implementation", "keywords": [ diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index 806ae256a19..bd29b398d71 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/sync +## 0.1.14 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/syntax@0.3.3 + - @atproto/lexicon@0.4.7 + - @atproto/repo@0.6.5 + - @atproto/xrpc-server@0.7.11 + ## 0.1.13 ### Patch Changes diff --git a/packages/sync/package.json b/packages/sync/package.json index 3c14022e625..c162bd4a792 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/sync", - "version": "0.1.13", + "version": "0.1.14", "license": "MIT", "description": "atproto sync library", "keywords": [ diff --git a/packages/syntax/CHANGELOG.md b/packages/syntax/CHANGELOG.md index ee1a46ceb05..f42bb1a51a3 100644 --- a/packages/syntax/CHANGELOG.md +++ b/packages/syntax/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/syntax +## 0.3.3 + +### Patch Changes + +- [#2999](https://github.com/bluesky-social/atproto/pull/2999) [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve performance of isValidTid + ## 0.3.2 ### Patch Changes diff --git a/packages/syntax/package.json b/packages/syntax/package.json index 5c49ed335a6..8333ba6718d 100644 --- a/packages/syntax/package.json +++ b/packages/syntax/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/syntax", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc", "keywords": [ diff --git a/packages/xrpc-server/CHANGELOG.md b/packages/xrpc-server/CHANGELOG.md index 04fb0b013c2..0ad68ce2d22 100644 --- a/packages/xrpc-server/CHANGELOG.md +++ b/packages/xrpc-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @atproto/xrpc-server +## 0.7.11 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/lexicon@0.4.7 + - @atproto/xrpc@0.6.9 + ## 0.7.10 ### Patch Changes diff --git a/packages/xrpc-server/package.json b/packages/xrpc-server/package.json index 76529d04835..83268ef9c23 100644 --- a/packages/xrpc-server/package.json +++ b/packages/xrpc-server/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc-server", - "version": "0.7.10", + "version": "0.7.11", "license": "MIT", "description": "atproto HTTP API (XRPC) server library", "keywords": [ diff --git a/packages/xrpc/CHANGELOG.md b/packages/xrpc/CHANGELOG.md index b0f307427d2..91afd349655 100644 --- a/packages/xrpc/CHANGELOG.md +++ b/packages/xrpc/CHANGELOG.md @@ -1,5 +1,12 @@ # @atproto/xrpc +## 0.6.9 + +### Patch Changes + +- Updated dependencies [[`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c), [`c53d943c8`](https://github.com/bluesky-social/atproto/commit/c53d943c8be5b8886254e020970a68c0f745b14c)]: + - @atproto/lexicon@0.4.7 + ## 0.6.8 ### Patch Changes diff --git a/packages/xrpc/package.json b/packages/xrpc/package.json index 8e67dad33a3..1ed4ccf8e5f 100644 --- a/packages/xrpc/package.json +++ b/packages/xrpc/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc", - "version": "0.6.8", + "version": "0.6.9", "license": "MIT", "description": "atproto HTTP API (XRPC) client library", "keywords": [