Skip to content

Commit

Permalink
Version packages (#3539)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 14, 2025
1 parent bde6f71 commit f1d323a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-eggs-rhyme.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/dev-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto/dev-env

## 0.3.89

### Patch Changes

- Updated dependencies []:
- @atproto/pds@0.4.97
- @atproto/bsky@0.0.118
- @atproto/ozone@0.1.79

## 0.3.88

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/dev-env",
"version": "0.3.88",
"version": "0.3.89",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/oauth/oauth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atproto/oauth-provider

## 0.3.1

### Patch Changes

- [#3538](https://github.com/bluesky-social/atproto/pull/3538) [`bde6f71c4`](https://github.com/bluesky-social/atproto/commit/bde6f71c4cd33022d29da0ff23463a5838c4de24) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Mark "userAgent" as optional in `RequestMetadata`

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-provider",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/pds

## 0.4.97

### Patch Changes

- Updated dependencies [[`bde6f71c4`](https://github.com/bluesky-social/atproto/commit/bde6f71c4cd33022d29da0ff23463a5838c4de24)]:
- @atproto/oauth-provider@0.3.1

## 0.4.96

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/pds",
"version": "0.4.96",
"version": "0.4.97",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [
Expand Down

0 comments on commit f1d323a

Please sign in to comment.