diff --git a/.changeset/long-planes-bathe.md b/.changeset/long-planes-bathe.md deleted file mode 100644 index b78736d2ce0..00000000000 --- a/.changeset/long-planes-bathe.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@atproto/xrpc-server': minor -'@atproto/common-web': minor -'@atproto/identity': minor -'@atproto/dev-env': minor -'@atproto/lex-cli': minor -'@atproto/lexicon': minor -'@atproto/common': minor -'@atproto/crypto': minor -'@atproto/syntax': minor -'@atproto/repo': minor -'@atproto/xrpc': minor -'@atproto/api': minor -'@atproto/aws': minor -'@atproto/bsync': patch -'@atproto/ozone': patch -'@atproto/bsky': patch -'@atproto/pds': patch ---- - -Build system rework, stop bundling dependencies. diff --git a/.changeset/quiet-papayas-accept.md b/.changeset/quiet-papayas-accept.md deleted file mode 100644 index 25212017ad7..00000000000 --- a/.changeset/quiet-papayas-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@atproto/api': patch ---- - -Fix: correctly detected blocked quote-posts when moderating posts diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 075eff18bd7..280fe1eaeed 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,21 @@ # @atproto/api +## 0.12.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- [#2338](https://github.com/bluesky-social/atproto/pull/2338) [`36f2e966c`](https://github.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086) Thanks [@pfrazee](https://github.com/pfrazee)! - Fix: correctly detected blocked quote-posts when moderating posts + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common-web@0.3.0 + - @atproto/lexicon@0.4.0 + - @atproto/syntax@0.3.0 + - @atproto/xrpc@0.5.0 + ## 0.11.2 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index ae401b02e70..89ee8e6e064 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/api", - "version": "0.11.2", + "version": "0.12.0", "license": "MIT", "description": "Client library for atproto and Bluesky", "keywords": [ diff --git a/packages/aws/CHANGELOG.md b/packages/aws/CHANGELOG.md index f65c858d706..580969d75dc 100644 --- a/packages/aws/CHANGELOG.md +++ b/packages/aws/CHANGELOG.md @@ -1,5 +1,18 @@ # @atproto/aws +## 0.2.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + - @atproto/repo@0.4.0 + ## 0.1.9 ### Patch Changes diff --git a/packages/aws/package.json b/packages/aws/package.json index 0aa03638dfa..4bf769c57e5 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/aws", - "version": "0.1.9", + "version": "0.2.0", "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 405c6e159d2..0e06daf7775 100644 --- a/packages/bsky/CHANGELOG.md +++ b/packages/bsky/CHANGELOG.md @@ -1,5 +1,21 @@ # @atproto/bsky +## 0.0.41 + +### Patch Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9), [`36f2e966c`](https://github.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086)]: + - @atproto/xrpc-server@0.5.0 + - @atproto/identity@0.4.0 + - @atproto/lexicon@0.4.0 + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + - @atproto/syntax@0.3.0 + - @atproto/repo@0.4.0 + - @atproto/api@0.12.0 + ## 0.0.40 ### Patch Changes diff --git a/packages/bsky/package.json b/packages/bsky/package.json index 028e431a88a..d5f4c099ae4 100644 --- a/packages/bsky/package.json +++ b/packages/bsky/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsky", - "version": "0.0.40", + "version": "0.0.41", "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 28567031b3c..360fce498a6 100644 --- a/packages/bsync/CHANGELOG.md +++ b/packages/bsync/CHANGELOG.md @@ -1,5 +1,15 @@ # @atproto/bsync +## 0.0.3 + +### Patch Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common@0.4.0 + - @atproto/syntax@0.3.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/bsync/package.json b/packages/bsync/package.json index 354ec32e2b2..bb8bdb4753f 100644 --- a/packages/bsync/package.json +++ b/packages/bsync/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/bsync", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "description": "Sychronizing service for app.bsky App View (Bluesky API)", "keywords": [ diff --git a/packages/common-web/CHANGELOG.md b/packages/common-web/CHANGELOG.md index 2ec62fef259..4e96c06ed7c 100644 --- a/packages/common-web/CHANGELOG.md +++ b/packages/common-web/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/common-web +## 0.3.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + ## 0.2.4 ### Patch Changes diff --git a/packages/common-web/package.json b/packages/common-web/package.json index 9fc50fa67cd..51ef70fa93c 100644 --- a/packages/common-web/package.json +++ b/packages/common-web/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/common-web", - "version": "0.2.4", + "version": "0.3.0", "license": "MIT", "description": "Shared web-platform-friendly code for atproto libraries", "keywords": [ diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 785fe127c72..bd6a509ce79 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/common +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common-web@0.3.0 + ## 0.3.4 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 0626d40f6fe..9921ab46ee9 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/common", - "version": "0.3.4", + "version": "0.4.0", "license": "MIT", "description": "Shared web-platform-friendly code for atproto libraries", "keywords": [ diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 7352ef08f5a..e194c82dd70 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/crypto +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + ## 0.3.0 ### Minor Changes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 16db0cc1046..b951e72b4bf 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/crypto", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "description": "Library for cryptographic keys and signing in atproto", "keywords": [ diff --git a/packages/dev-env/CHANGELOG.md b/packages/dev-env/CHANGELOG.md index b59454bf0ce..475de1f6620 100644 --- a/packages/dev-env/CHANGELOG.md +++ b/packages/dev-env/CHANGELOG.md @@ -1,5 +1,26 @@ # @atproto/dev-env +## 0.3.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9), [`36f2e966c`](https://github.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086)]: + - @atproto/xrpc-server@0.5.0 + - @atproto/common-web@0.3.0 + - @atproto/identity@0.4.0 + - @atproto/lexicon@0.4.0 + - @atproto/crypto@0.4.0 + - @atproto/syntax@0.3.0 + - @atproto/api@0.12.0 + - @atproto/bsync@0.0.3 + - @atproto/ozone@0.1.3 + - @atproto/bsky@0.0.41 + - @atproto/pds@0.4.9 + ## 0.2.41 ### Patch Changes diff --git a/packages/dev-env/package.json b/packages/dev-env/package.json index 22515f07874..843da91591c 100644 --- a/packages/dev-env/package.json +++ b/packages/dev-env/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/dev-env", - "version": "0.2.41", + "version": "0.3.0", "license": "MIT", "description": "Local development environment helper for atproto development", "keywords": [ diff --git a/packages/identity/CHANGELOG.md b/packages/identity/CHANGELOG.md index cb824587935..9789a2fa1c3 100644 --- a/packages/identity/CHANGELOG.md +++ b/packages/identity/CHANGELOG.md @@ -1,5 +1,17 @@ # @atproto/identity +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common-web@0.3.0 + - @atproto/crypto@0.4.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/identity/package.json b/packages/identity/package.json index 6b04ce48a91..867ed489579 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/identity", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "description": "Library for decentralized identities in atproto using DIDs and handles", "keywords": [ diff --git a/packages/lex-cli/CHANGELOG.md b/packages/lex-cli/CHANGELOG.md index 93ba1305180..23a918ba4cb 100644 --- a/packages/lex-cli/CHANGELOG.md +++ b/packages/lex-cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @atproto/lex-cli +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/lexicon@0.4.0 + - @atproto/syntax@0.3.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/lex-cli/package.json b/packages/lex-cli/package.json index 55c8b84beb7..e3f2ff00b58 100644 --- a/packages/lex-cli/package.json +++ b/packages/lex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/lex-cli", - "version": "0.3.2", + "version": "0.4.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 6ea3c62d81a..e040d71ab6f 100644 --- a/packages/lexicon/CHANGELOG.md +++ b/packages/lexicon/CHANGELOG.md @@ -1,5 +1,17 @@ # @atproto/lexicon +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common-web@0.3.0 + - @atproto/syntax@0.3.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/lexicon/package.json b/packages/lexicon/package.json index 48949907c7a..3a7a035b985 100644 --- a/packages/lexicon/package.json +++ b/packages/lexicon/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/lexicon", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "description": "atproto Lexicon schema language library", "keywords": [ diff --git a/packages/ozone/CHANGELOG.md b/packages/ozone/CHANGELOG.md index 7f809fe1fce..4f579672916 100644 --- a/packages/ozone/CHANGELOG.md +++ b/packages/ozone/CHANGELOG.md @@ -1,5 +1,21 @@ # @atproto/ozone +## 0.1.3 + +### Patch Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9), [`36f2e966c`](https://github.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086)]: + - @atproto/xrpc-server@0.5.0 + - @atproto/identity@0.4.0 + - @atproto/lexicon@0.4.0 + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + - @atproto/syntax@0.3.0 + - @atproto/xrpc@0.5.0 + - @atproto/api@0.12.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/ozone/package.json b/packages/ozone/package.json index 7b19cf81af4..d10986fcd1f 100644 --- a/packages/ozone/package.json +++ b/packages/ozone/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/ozone", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "description": "Backend service for moderating the Bluesky network.", "keywords": [ diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index ab19e42cb58..faff45ad93f 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,23 @@ # @atproto/pds +## 0.4.9 + +### Patch Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9), [`36f2e966c`](https://github.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086)]: + - @atproto/xrpc-server@0.5.0 + - @atproto/identity@0.4.0 + - @atproto/lexicon@0.4.0 + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + - @atproto/syntax@0.3.0 + - @atproto/repo@0.4.0 + - @atproto/xrpc@0.5.0 + - @atproto/api@0.12.0 + - @atproto/aws@0.2.0 + ## 0.4.8 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index e7cf0fe4a6e..93a8ffb54e2 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/pds", - "version": "0.4.8", + "version": "0.4.9", "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 551c8280818..a051463f8e5 100644 --- a/packages/repo/CHANGELOG.md +++ b/packages/repo/CHANGELOG.md @@ -1,5 +1,19 @@ # @atproto/repo +## 0.4.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/common-web@0.3.0 + - @atproto/lexicon@0.4.0 + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + ## 0.3.9 ### Patch Changes diff --git a/packages/repo/package.json b/packages/repo/package.json index 069187fb4e9..c5aab98e66d 100644 --- a/packages/repo/package.json +++ b/packages/repo/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/repo", - "version": "0.3.9", + "version": "0.4.0", "license": "MIT", "description": "atproto repo and MST implementation", "keywords": [ diff --git a/packages/syntax/CHANGELOG.md b/packages/syntax/CHANGELOG.md index 59c1b31aabb..3a46f2c2326 100644 --- a/packages/syntax/CHANGELOG.md +++ b/packages/syntax/CHANGELOG.md @@ -1,5 +1,11 @@ # @atproto/syntax +## 0.3.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + ## 0.2.1 ### Patch Changes diff --git a/packages/syntax/package.json b/packages/syntax/package.json index 1d93da7c5b5..63ff60d9cd3 100644 --- a/packages/syntax/package.json +++ b/packages/syntax/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/syntax", - "version": "0.2.1", + "version": "0.3.0", "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 149c0452325..a40ec6ed528 100644 --- a/packages/xrpc-server/CHANGELOG.md +++ b/packages/xrpc-server/CHANGELOG.md @@ -1,5 +1,18 @@ # @atproto/xrpc-server +## 0.5.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/lexicon@0.4.0 + - @atproto/common@0.4.0 + - @atproto/crypto@0.4.0 + ## 0.4.4 ### Patch Changes diff --git a/packages/xrpc-server/package.json b/packages/xrpc-server/package.json index 3e65ea9e4d8..3e67465ce12 100644 --- a/packages/xrpc-server/package.json +++ b/packages/xrpc-server/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc-server", - "version": "0.4.4", + "version": "0.5.0", "license": "MIT", "description": "atproto HTTP API (XRPC) server library", "keywords": [ diff --git a/packages/xrpc/CHANGELOG.md b/packages/xrpc/CHANGELOG.md index f9cf7467fb9..c44b94adc74 100644 --- a/packages/xrpc/CHANGELOG.md +++ b/packages/xrpc/CHANGELOG.md @@ -1,5 +1,16 @@ # @atproto/xrpc +## 0.5.0 + +### Minor Changes + +- [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies. + +### Patch Changes + +- Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: + - @atproto/lexicon@0.4.0 + ## 0.4.3 ### Patch Changes diff --git a/packages/xrpc/package.json b/packages/xrpc/package.json index d24b889478a..8321c15361d 100644 --- a/packages/xrpc/package.json +++ b/packages/xrpc/package.json @@ -1,6 +1,6 @@ { "name": "@atproto/xrpc", - "version": "0.4.3", + "version": "0.5.0", "license": "MIT", "description": "atproto HTTP API (XRPC) client library", "keywords": [