Version packages (#3631)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-20 15:21:15 +01:00 committed by GitHub
parent 49528e83da
commit c777ba6d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
57 changed files with 236 additions and 88 deletions

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Fix hcaptcha verification based on score

View File

@ -1,5 +0,0 @@
---
"@atproto/pds": patch
---
Improve password reset error reporting during OAuth

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Fix CSP directives for assets loaded through an `src`.

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": minor
---
Remove onSignupHcaptchaResult hook

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Make CSP header shorter (by combining <script> tags in the backend, when possible)

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Disable un-necessary pre-loading of assets

View File

@ -1,6 +0,0 @@
---
"@atproto/oauth-provider-ui": patch
"@atproto/oauth-provider": patch
---
Split OAuth Provider's ui into its own package

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Fixes issue in internal HTML generation class

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Set `Cross-Origin-Embedder-Policy` to `unsafe-none` when HCaptcha is enabled

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider-api": patch
---
Exctracted types shared between OAuthProvider backand and it's UI into a separate package.

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": minor
---
Allow `onSignedUp` hook to access hcaptcha result data.

View File

@ -1,5 +0,0 @@
---
"@atproto/oauth-provider": patch
---
Improve HCaptcha error reporting

View File

@ -1,5 +0,0 @@
---
"@atproto/syntax": minor
---
update NSID syntax to allow non-leading digits

View File

@ -1,5 +1,14 @@
# @atproto/api
## 0.14.10
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
- @atproto/lexicon@0.4.9
- @atproto/xrpc@0.6.11
## 0.14.9
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto/aws
## 0.2.18
### Patch Changes
- Updated dependencies []:
- @atproto/repo@0.7.2
## 0.2.17
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @atproto/bsky
## 0.0.127
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
- @atproto/api@0.14.10
- @atproto/lexicon@0.4.9
- @atproto/sync@0.1.18
- @atproto/repo@0.7.2
- @atproto/xrpc-server@0.7.13
- @atproto-labs/xrpc-utils@0.0.9
## 0.0.126
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto/bsync
## 0.0.16
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
## 0.0.15
### Patch Changes

View File

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

View File

@ -1,5 +1,20 @@
# @atproto/dev-env
## 0.3.101
### Patch Changes
- Updated dependencies [[`03fc0aa27`](https://github.com/bluesky-social/atproto/commit/03fc0aa270884523719e67bea701ef19e2dd5696), [`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/pds@0.4.108
- @atproto/syntax@0.4.0
- @atproto/bsky@0.0.127
- @atproto/ozone@0.1.89
- @atproto/api@0.14.10
- @atproto/bsync@0.0.16
- @atproto/lexicon@0.4.9
- @atproto/sync@0.1.18
- @atproto/xrpc-server@0.7.13
## 0.3.100
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto-labs/identity-resolver
## 0.1.15
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
## 0.1.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto-labs/identity-resolver",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"description": "A library resolving ATPROTO identities",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto-labs/xrpc-utils
## 0.0.9
### Patch Changes
- Updated dependencies []:
- @atproto/xrpc@0.6.11
- @atproto/xrpc-server@0.7.13
## 0.0.8
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @atproto/lex-cli
## 0.7.1
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
- @atproto/lexicon@0.4.9
## 0.7.0
### Minor Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto/lexicon
## 0.4.9
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
## 0.4.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/lexicon",
"version": "0.4.8",
"version": "0.4.9",
"license": "MIT",
"description": "atproto Lexicon schema language library",
"keywords": [

View File

@ -1,5 +1,12 @@
# @atproto/oauth-client-browser
## 0.3.12
### Patch Changes
- Updated dependencies []:
- @atproto/oauth-client@0.3.12
## 0.3.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-browser",
"version": "0.3.11",
"version": "0.3.12",
"license": "MIT",
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
"keywords": [

View File

@ -1,5 +1,12 @@
# @atproto/oauth-client-node
## 0.2.13
### Patch Changes
- Updated dependencies []:
- @atproto/oauth-client@0.3.12
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-node",
"version": "0.2.12",
"version": "0.2.13",
"license": "MIT",
"description": "ATPROTO OAuth client for the NodeJS",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto/oauth-client
## 0.3.12
### Patch Changes
- Updated dependencies []:
- @atproto-labs/identity-resolver@0.1.15
- @atproto/xrpc@0.6.11
## 0.3.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client",
"version": "0.3.11",
"version": "0.3.12",
"license": "MIT",
"description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).",
"keywords": [

View File

@ -0,0 +1,7 @@
# @atproto/oauth-provider-api
## 0.0.1
### Patch Changes
- [#3640](https://github.com/bluesky-social/atproto/pull/3640) [`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Exctracted types shared between OAuthProvider backand and it's UI into a separate package.

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider-api",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"description": "Shared data types for the @atproto/oauth-provider and @atproto/oauth-provider-ui packages",
"keywords": [

View File

@ -0,0 +1,7 @@
# @atproto/oauth-provider-ui
## 0.0.2
### Patch Changes
- [#3640](https://github.com/bluesky-social/atproto/pull/3640) [`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Split OAuth Provider's ui into its own package

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider-ui",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Sign-in & Sign-up UI for the @atproto/oauth-provider",
"homepage": "https://atproto.com",

View File

@ -1,5 +1,36 @@
# @atproto/oauth-provider
## 0.6.0
### Minor Changes
- [#3645](https://github.com/bluesky-social/atproto/pull/3645) [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove onSignupHcaptchaResult hook
- [#3645](https://github.com/bluesky-social/atproto/pull/3645) [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow `onSignedUp` hook to access hcaptcha result data.
### Patch Changes
- [#3645](https://github.com/bluesky-social/atproto/pull/3645) [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fix hcaptcha verification based on score
- [#3627](https://github.com/bluesky-social/atproto/pull/3627) [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fix CSP directives for assets loaded through an `src`.
- [#3627](https://github.com/bluesky-social/atproto/pull/3627) [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Make CSP header shorter (by combining <script> tags in the backend, when possible)
- [#3627](https://github.com/bluesky-social/atproto/pull/3627) [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Disable un-necessary pre-loading of assets
- [#3640](https://github.com/bluesky-social/atproto/pull/3640) [`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Split OAuth Provider's ui into its own package
- [#3627](https://github.com/bluesky-social/atproto/pull/3627) [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Fixes issue in internal HTML generation class
- [#3627](https://github.com/bluesky-social/atproto/pull/3627) [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Set `Cross-Origin-Embedder-Policy` to `unsafe-none` when HCaptcha is enabled
- [#3645](https://github.com/bluesky-social/atproto/pull/3645) [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve HCaptcha error reporting
- Updated dependencies [[`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd), [`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd), [`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/oauth-provider-ui@0.0.2
- @atproto/oauth-provider-api@0.0.1
- @atproto/syntax@0.4.0
## 0.5.2
### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# @atproto/ozone
## 0.1.89
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
- @atproto/api@0.14.10
- @atproto/lexicon@0.4.9
- @atproto/xrpc@0.6.11
- @atproto/xrpc-server@0.7.13
## 0.1.88
### Patch Changes

View File

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

View File

@ -1,5 +1,22 @@
# @atproto/pds
## 0.4.108
### Patch Changes
- [`03fc0aa27`](https://github.com/bluesky-social/atproto/commit/03fc0aa270884523719e67bea701ef19e2dd5696) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve password reset error reporting during OAuth
- Updated dependencies [[`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10), [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764), [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10), [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764), [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764), [`cc4122652`](https://github.com/bluesky-social/atproto/commit/cc4122652ed42ba55826c019d0ec57bf25df1ecd), [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764), [`9332c0f31`](https://github.com/bluesky-social/atproto/commit/9332c0f315bb7270bf346f69ecb178481ed07764), [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10), [`49528e83d`](https://github.com/bluesky-social/atproto/commit/49528e83daee8d91c1956b13cc73e9c2b79b6b10), [`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/oauth-provider@0.6.0
- @atproto/syntax@0.4.0
- @atproto/api@0.14.10
- @atproto/lexicon@0.4.9
- @atproto/repo@0.7.2
- @atproto/xrpc@0.6.11
- @atproto/xrpc-server@0.7.13
- @atproto/aws@0.2.18
- @atproto-labs/xrpc-utils@0.0.9
## 0.4.107
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto/repo
## 0.7.2
### Patch Changes
- Updated dependencies []:
- @atproto/lexicon@0.4.9
## 0.7.1
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @atproto/sync
## 0.1.18
### Patch Changes
- Updated dependencies [[`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee)]:
- @atproto/syntax@0.4.0
- @atproto/lexicon@0.4.9
- @atproto/repo@0.7.2
- @atproto/xrpc-server@0.7.13
## 0.1.17
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @atproto/syntax
## 0.4.0
### Minor Changes
- [#3635](https://github.com/bluesky-social/atproto/pull/3635) [`670b6b5de`](https://github.com/bluesky-social/atproto/commit/670b6b5de2bf91e6944761c98eb1126fb6a681ee) Thanks [@bnewbold](https://github.com/bnewbold)! - update NSID syntax to allow non-leading digits
## 0.3.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@atproto/syntax",
"version": "0.3.4",
"version": "0.4.0",
"license": "MIT",
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
"keywords": [

View File

@ -1,5 +1,13 @@
# @atproto/xrpc-server
## 0.7.13
### Patch Changes
- Updated dependencies []:
- @atproto/lexicon@0.4.9
- @atproto/xrpc@0.6.11
## 0.7.12
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @atproto/xrpc
## 0.6.11
### Patch Changes
- Updated dependencies []:
- @atproto/lexicon@0.4.9
## 0.6.10
### Patch Changes

View File

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