Skip to content

Commit d7154a7

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

File tree

12 files changed

+46
-15
lines changed

12 files changed

+46
-15
lines changed

.changeset/fast-monkeys-punch.md

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

.changeset/metal-llamas-mate.md

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

packages/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @atproto/api
22

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#4238](https://github.com/bluesky-social/atproto/pull/4238) [`dba2d30e2`](https://github.com/bluesky-social/atproto/commit/dba2d30e2c4ce0eb624f2139b485719d14474940) Thanks [@gaearon](https://github.com/gaearon)! - Don't clear session in resumeSession on transient network errors
8+
9+
### Patch Changes
10+
11+
- [#4232](https://github.com/bluesky-social/atproto/pull/4232) [`7f38ee03c`](https://github.com/bluesky-social/atproto/commit/7f38ee03c01357686a4ce54cdf8eed4e37074a58) Thanks [@rafaeleyng](https://github.com/rafaeleyng)! - Add `pronouns` to `profileView` and `profileViewBasic`
12+
313
## 0.16.11
414

515
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/api",
3-
"version": "0.16.11",
3+
"version": "0.17.0",
44
"license": "MIT",
55
"description": "Client library for atproto and Bluesky",
66
"keywords": [

packages/bsky/CHANGELOG.md

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

3+
## 0.0.187
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dba2d30e2`](https://github.com/bluesky-social/atproto/commit/dba2d30e2c4ce0eb624f2139b485719d14474940), [`7f38ee03c`](https://github.com/bluesky-social/atproto/commit/7f38ee03c01357686a4ce54cdf8eed4e37074a58)]:
8+
- @atproto/api@0.17.0
9+
310
## 0.0.186
411

512
### Patch Changes

packages/bsky/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/bsky",
3-
"version": "0.0.186",
3+
"version": "0.0.187",
44
"license": "MIT",
55
"description": "Reference implementation of app.bsky App View (Bluesky API)",
66
"keywords": [

packages/dev-env/CHANGELOG.md

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

3+
## 0.3.180
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dba2d30e2`](https://github.com/bluesky-social/atproto/commit/dba2d30e2c4ce0eb624f2139b485719d14474940), [`7f38ee03c`](https://github.com/bluesky-social/atproto/commit/7f38ee03c01357686a4ce54cdf8eed4e37074a58)]:
8+
- @atproto/api@0.17.0
9+
- @atproto/bsky@0.0.187
10+
- @atproto/ozone@0.1.146
11+
- @atproto/pds@0.4.183
12+
313
## 0.3.179
414

515
### 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.179",
3+
"version": "0.3.180",
44
"license": "MIT",
55
"description": "Local development environment helper for atproto development",
66
"keywords": [

packages/ozone/CHANGELOG.md

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

3+
## 0.1.146
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dba2d30e2`](https://github.com/bluesky-social/atproto/commit/dba2d30e2c4ce0eb624f2139b485719d14474940), [`7f38ee03c`](https://github.com/bluesky-social/atproto/commit/7f38ee03c01357686a4ce54cdf8eed4e37074a58)]:
8+
- @atproto/api@0.17.0
9+
310
## 0.1.145
411

512
### Patch Changes

packages/ozone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atproto/ozone",
3-
"version": "0.1.145",
3+
"version": "0.1.146",
44
"license": "MIT",
55
"description": "Backend service for moderating the Bluesky network.",
66
"keywords": [

0 commit comments

Comments
 (0)