Version packages ()

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-04-01 15:30:27 -05:00 committed by GitHub
parent 0eea698bef
commit a26813da21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
33 changed files with 145 additions and 50 deletions

@ -1,5 +0,0 @@
---
"@atproto/api": patch
---
Add com.atproto.admin.updateAccountSigningKey

@ -1,6 +0,0 @@
---
"@atproto/bsky": patch
"@atproto/api": patch
---
Add `getTrends`, `getTrendsSkeleton`, and associated types

@ -1,5 +0,0 @@
---
"@atproto/api": patch
---
Fix codegent for com.atproto.admin.updateAccountSigningKey

@ -1,6 +0,0 @@
---
"@atproto/bsky": patch
"@atproto/api": patch
---
Add `getSuggestedStarterPacks`, `getSuggestedStarterPacksSkeleton`, and associated types

@ -1,5 +0,0 @@
---
"@atproto/repo": patch
---
Add revOverride in repo constructor

@ -1,5 +0,0 @@
---
"@atproto/common": patch
---
Add renameIfExists function

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Add recovery scripts

@ -1,5 +1,17 @@
# @atproto/api
## 0.14.17
### Patch Changes
- [#2519](https://github.com/bluesky-social/atproto/pull/2519) [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f) Thanks [@dholms](https://github.com/dholms)! - Add com.atproto.admin.updateAccountSigningKey
- [#3673](https://github.com/bluesky-social/atproto/pull/3673) [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa) Thanks [@haileyok](https://github.com/haileyok)! - Add `getTrends`, `getTrendsSkeleton`, and associated types
- [#3705](https://github.com/bluesky-social/atproto/pull/3705) [`b0a0f1484`](https://github.com/bluesky-social/atproto/commit/b0a0f1484378adeb5e2aa20b9b6ff2c2eca0f740) Thanks [@dholms](https://github.com/dholms)! - Fix codegent for com.atproto.admin.updateAccountSigningKey
- [#3677](https://github.com/bluesky-social/atproto/pull/3677) [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556) Thanks [@haileyok](https://github.com/haileyok)! - Add `getSuggestedStarterPacks`, `getSuggestedStarterPacksSkeleton`, and associated types
## 0.14.16
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.14.16",
"version": "0.14.17",
"license": "MIT",
"description": "Client library for atproto and Bluesky",
"keywords": [

@ -1,5 +1,14 @@
# @atproto/aws
## 0.2.19
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/repo@0.7.3
- @atproto/common@0.4.9
- @atproto/crypto@0.4.4
## 0.2.18
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/aws",
"version": "0.2.18",
"version": "0.2.19",
"license": "MIT",
"description": "Shared AWS cloud API helpers for atproto services",
"keywords": [

@ -1,5 +1,22 @@
# @atproto/bsky
## 0.0.134
### Patch Changes
- [#3673](https://github.com/bluesky-social/atproto/pull/3673) [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa) Thanks [@haileyok](https://github.com/haileyok)! - Add `getTrends`, `getTrendsSkeleton`, and associated types
- [#3677](https://github.com/bluesky-social/atproto/pull/3677) [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556) Thanks [@haileyok](https://github.com/haileyok)! - Add `getSuggestedStarterPacks`, `getSuggestedStarterPacksSkeleton`, and associated types
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa), [`b0a0f1484`](https://github.com/bluesky-social/atproto/commit/b0a0f1484378adeb5e2aa20b9b6ff2c2eca0f740), [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/api@0.14.17
- @atproto/repo@0.7.3
- @atproto/common@0.4.9
- @atproto/sync@0.1.19
- @atproto/crypto@0.4.4
- @atproto/xrpc-server@0.7.14
- @atproto-labs/xrpc-utils@0.0.10
## 0.0.133
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/bsky",
"version": "0.0.133",
"version": "0.0.134",
"license": "MIT",
"description": "Reference implementation of app.bsky App View (Bluesky API)",
"keywords": [

@ -1,5 +1,12 @@
# @atproto/bsync
## 0.0.17
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/common@0.4.9
## 0.0.16
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/bsync",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",
"description": "Sychronizing service for app.bsky App View (Bluesky API)",
"keywords": [

@ -1,5 +1,11 @@
# @atproto/common
## 0.4.9
### Patch Changes
- [#2519](https://github.com/bluesky-social/atproto/pull/2519) [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f) Thanks [@dholms](https://github.com/dholms)! - Add renameIfExists function
## 0.4.8
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/common",
"version": "0.4.8",
"version": "0.4.9",
"license": "MIT",
"description": "Shared web-platform-friendly code for atproto libraries",
"keywords": [

@ -1,5 +1,19 @@
# @atproto/dev-env
## 0.3.111
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa), [`b0a0f1484`](https://github.com/bluesky-social/atproto/commit/b0a0f1484378adeb5e2aa20b9b6ff2c2eca0f740), [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/api@0.14.17
- @atproto/bsky@0.0.134
- @atproto/pds@0.4.118
- @atproto/ozone@0.1.96
- @atproto/sync@0.1.19
- @atproto/bsync@0.0.17
- @atproto/crypto@0.4.4
- @atproto/xrpc-server@0.7.14
## 0.3.110
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/dev-env",
"version": "0.3.110",
"version": "0.3.111",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"keywords": [

@ -1,5 +1,12 @@
# @atproto-labs/xrpc-utils
## 0.0.10
### Patch Changes
- Updated dependencies []:
- @atproto/xrpc-server@0.7.14
## 0.0.9
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/xrpc-utils",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"description": "XRPC server utilities for Node.JS",
"keywords": [

@ -1,5 +1,12 @@
# @atproto/oauth-provider
## 0.6.5
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/common@0.4.9
## 0.6.4
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
"keywords": [

@ -1,5 +1,15 @@
# @atproto/ozone
## 0.1.96
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa), [`b0a0f1484`](https://github.com/bluesky-social/atproto/commit/b0a0f1484378adeb5e2aa20b9b6ff2c2eca0f740), [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/api@0.14.17
- @atproto/common@0.4.9
- @atproto/crypto@0.4.4
- @atproto/xrpc-server@0.7.14
## 0.1.95
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/ozone",
"version": "0.1.95",
"version": "0.1.96",
"license": "MIT",
"description": "Backend service for moderating the Bluesky network.",
"keywords": [

@ -1,5 +1,21 @@
# @atproto/pds
## 0.4.118
### Patch Changes
- [#2519](https://github.com/bluesky-social/atproto/pull/2519) [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f) Thanks [@dholms](https://github.com/dholms)! - Add recovery scripts
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`2b7efb6cb`](https://github.com/bluesky-social/atproto/commit/2b7efb6cb1c93a108570efdafe9d9ec3f1018dfa), [`b0a0f1484`](https://github.com/bluesky-social/atproto/commit/b0a0f1484378adeb5e2aa20b9b6ff2c2eca0f740), [`0eea698be`](https://github.com/bluesky-social/atproto/commit/0eea698bef76520ae4cc0e1f2efbb588a0459556), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/api@0.14.17
- @atproto/repo@0.7.3
- @atproto/common@0.4.9
- @atproto/aws@0.2.19
- @atproto/crypto@0.4.4
- @atproto/oauth-provider@0.6.5
- @atproto/xrpc-server@0.7.14
- @atproto-labs/xrpc-utils@0.0.10
## 0.4.117
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/pds",
"version": "0.4.117",
"version": "0.4.118",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [

@ -1,5 +1,15 @@
# @atproto/repo
## 0.7.3
### Patch Changes
- [#2519](https://github.com/bluesky-social/atproto/pull/2519) [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f) Thanks [@dholms](https://github.com/dholms)! - Add revOverride in repo constructor
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/common@0.4.9
- @atproto/crypto@0.4.4
## 0.7.2
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/repo",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"description": "atproto repo and MST implementation",
"keywords": [

@ -1,5 +1,14 @@
# @atproto/sync
## 0.1.19
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f), [`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/repo@0.7.3
- @atproto/common@0.4.9
- @atproto/xrpc-server@0.7.14
## 0.1.18
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/sync",
"version": "0.1.18",
"version": "0.1.19",
"license": "MIT",
"description": "atproto sync library",
"keywords": [

@ -1,5 +1,13 @@
# @atproto/xrpc-server
## 0.7.14
### Patch Changes
- Updated dependencies [[`bdbd3c3e3`](https://github.com/bluesky-social/atproto/commit/bdbd3c3e3f8fe8476a3fecac73810554846c938f)]:
- @atproto/common@0.4.9
- @atproto/crypto@0.4.4
## 0.7.13
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/xrpc-server",
"version": "0.7.13",
"version": "0.7.14",
"license": "MIT",
"description": "atproto HTTP API (XRPC) server library",
"keywords": [