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-03-10 17:30:48 -04:00 committed by GitHub
parent c501715b0d
commit 48f194ffa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 38 additions and 24 deletions

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Properly validate handle syntax during sign-up

@ -1,5 +0,0 @@
---
"@atproto/lex-cli": minor
---
Fix type-only imports in codegen

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Allow invite codes in any format

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Emit "sync" event on account creation through OAuth

@ -1,5 +1,15 @@
# @atproto/dev-env
## 0.3.100
### Patch Changes
- Updated dependencies [[`0ae7f416e`](https://github.com/bluesky-social/atproto/commit/0ae7f416e8055fe4d05b283449e44457161f6a93)]:
- @atproto/pds@0.4.107
- @atproto/api@0.14.9
- @atproto/bsky@0.0.126
- @atproto/ozone@0.1.88
## 0.3.99
### Patch Changes

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

@ -1,5 +1,11 @@
# @atproto/lex-cli
## 0.7.0
### Minor Changes
- [#3282](https://github.com/bluesky-social/atproto/pull/3282) [`c501715b0`](https://github.com/bluesky-social/atproto/commit/c501715b0dbe6daad962e1df80986521d00f65aa) Thanks [@tcyrus](https://github.com/tcyrus)! - Fix type-only imports in codegen
## 0.6.2
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/lex-cli",
"version": "0.6.2",
"version": "0.7.0",
"license": "MIT",
"description": "TypeScript codegen tool for atproto Lexicon schemas",
"keywords": [

@ -1,5 +1,13 @@
# @atproto/oauth-provider
## 0.5.2
### Patch Changes
- [#3622](https://github.com/bluesky-social/atproto/pull/3622) [`9e3eace8f`](https://github.com/bluesky-social/atproto/commit/9e3eace8f9c22141e6da80b7696cd3b3e7c38779) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly validate handle syntax during sign-up
- [#3621](https://github.com/bluesky-social/atproto/pull/3621) [`5ada66ceb`](https://github.com/bluesky-social/atproto/commit/5ada66ceb9d5b2c64f112bb62da0edc421c765bf) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow invite codes in any format
## 0.5.1
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider",
"version": "0.5.1",
"version": "0.5.2",
"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/pds
## 0.4.107
### Patch Changes
- [#3624](https://github.com/bluesky-social/atproto/pull/3624) [`0ae7f416e`](https://github.com/bluesky-social/atproto/commit/0ae7f416e8055fe4d05b283449e44457161f6a93) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Emit "sync" event on account creation through OAuth
- Updated dependencies [[`9e3eace8f`](https://github.com/bluesky-social/atproto/commit/9e3eace8f9c22141e6da80b7696cd3b3e7c38779), [`5ada66ceb`](https://github.com/bluesky-social/atproto/commit/5ada66ceb9d5b2c64f112bb62da0edc421c765bf)]:
- @atproto/oauth-provider@0.5.2
- @atproto/api@0.14.9
## 0.4.106
### Patch Changes

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