Skip to content

Commit a37a7de

Browse files
Version packages (#4302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f496fa2 commit a37a7de

File tree

9 files changed

+35
-10
lines changed

9 files changed

+35
-10
lines changed

.changeset/five-pianos-provide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/dev-env/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @atproto/dev-env
22

3+
## 0.3.185
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @atproto/pds@0.4.188
9+
- @atproto/bsky@0.0.191
10+
- @atproto/ozone@0.1.150
11+
312
## 0.3.184
413

514
### Patch Changes

packages/dev-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/dev-env",
3-
"version": "0.3.184",
3+
"version": "0.3.185",
44
"license": "MIT",
55
"description": "Local development environment helper for atproto development",
66
"keywords": [

packages/oauth/oauth-provider-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @atproto/oauth-provider-ui
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#4301](https://github.com/bluesky-social/atproto/pull/4301) [`f496fa2c4`](https://github.com/bluesky-social/atproto/commit/f496fa2c4d9316229523454c691c75c269aba21e) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Set dark background on authorization page's `<body>` in dark mode
8+
39
## 0.3.3
410

511
## 0.3.2

packages/oauth/oauth-provider-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/oauth-provider-ui",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"license": "MIT",
55
"description": "Sign-in & Sign-up UI for the @atproto/oauth-provider",
66
"homepage": "https://atproto.com",

packages/oauth/oauth-provider/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @atproto/oauth-provider
22

3+
## 0.13.4
4+
5+
### Patch Changes
6+
7+
- [#4301](https://github.com/bluesky-social/atproto/pull/4301) [`f496fa2c4`](https://github.com/bluesky-social/atproto/commit/f496fa2c4d9316229523454c691c75c269aba21e) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Set dark background on authorization page's `<body>` in dark mode
8+
9+
- Updated dependencies [[`f496fa2c4`](https://github.com/bluesky-social/atproto/commit/f496fa2c4d9316229523454c691c75c269aba21e)]:
10+
- @atproto/oauth-provider-ui@0.3.4
11+
312
## 0.13.3
413

514
### Patch Changes

packages/oauth/oauth-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/oauth-provider",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
44
"license": "MIT",
55
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
66
"keywords": [

packages/pds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @atproto/pds
22

3+
## 0.4.188
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f496fa2c4`](https://github.com/bluesky-social/atproto/commit/f496fa2c4d9316229523454c691c75c269aba21e)]:
8+
- @atproto/oauth-provider@0.13.4
9+
310
## 0.4.187
411

512
### Patch Changes

packages/pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/pds",
3-
"version": "0.4.187",
3+
"version": "0.4.188",
44
"license": "MIT",
55
"description": "Reference implementation of atproto Personal Data Server (PDS)",
66
"keywords": [

0 commit comments

Comments
 (0)