Skip to content

Commit 9a1746a

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

File tree

11 files changed

+44
-12
lines changed

11 files changed

+44
-12
lines changed

.changeset/real-moles-retire.md

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

packages/api/CHANGELOG.md

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

3+
## 0.16.2
4+
5+
### Patch Changes
6+
7+
- [#4081](https://github.com/bluesky-social/atproto/pull/4081) [`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Adds `purpose` filtering to `app.bsky.graph.getLists`.
8+
Adds `app.bsky.graph.getListsWithMembership`.
9+
Adds `app.bsky.graph.getStarterPacksWithMembership`.
10+
311
## 0.16.1
412

513
### 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.1",
3+
"version": "0.16.2",
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.177
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6)]:
8+
- @atproto/api@0.16.2
9+
310
## 0.0.176
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.176",
3+
"version": "0.0.177",
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.160
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6)]:
8+
- @atproto/api@0.16.2
9+
- @atproto/bsky@0.0.177
10+
- @atproto/ozone@0.1.135
11+
- @atproto/pds@0.4.165
12+
313
## 0.3.159
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.159",
3+
"version": "0.3.160",
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.135
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6)]:
8+
- @atproto/api@0.16.2
9+
310
## 0.1.134
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.134",
3+
"version": "0.1.135",
44
"license": "MIT",
55
"description": "Backend service for moderating the Bluesky network.",
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.165
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c370d933b`](https://github.com/bluesky-social/atproto/commit/c370d933b76b4e15b83a82b40d1b6a32bd54add6)]:
8+
- @atproto/api@0.16.2
9+
310
## 0.4.164
411

512
### Patch Changes

0 commit comments

Comments
 (0)