Skip to content

Commit 4f6f57a

Browse files
Version packages (#2870)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22d039a commit 4f6f57a

File tree

11 files changed

+44
-11
lines changed

11 files changed

+44
-11
lines changed

.changeset/modern-snails-flash.md

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

packages/api/CHANGELOG.md

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

3+
## 0.13.12
4+
5+
### Patch Changes
6+
7+
- [#2636](https://github.com/bluesky-social/atproto/pull/2636) [`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e) Thanks [@foysalit](https://github.com/foysalit)! - Sets api to manage lists of strings on ozone, mostly aimed for automod configuration
8+
39
## 0.13.11
410

511
### 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.13.11",
3+
"version": "0.13.12",
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.89
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e)]:
8+
- @atproto/api@0.13.12
9+
310
## 0.0.88
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.88",
3+
"version": "0.0.89",
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.56
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e)]:
8+
- @atproto/ozone@0.1.51
9+
- @atproto/api@0.13.12
10+
- @atproto/bsky@0.0.89
11+
- @atproto/pds@0.4.65
12+
313
## 0.3.55
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.55",
3+
"version": "0.3.56",
44
"license": "MIT",
55
"description": "Local development environment helper for atproto development",
66
"keywords": [

packages/ozone/CHANGELOG.md

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

3+
## 0.1.51
4+
5+
### Patch Changes
6+
7+
- [#2636](https://github.com/bluesky-social/atproto/pull/2636) [`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e) Thanks [@foysalit](https://github.com/foysalit)! - Sets api to manage lists of strings on ozone, mostly aimed for automod configuration
8+
9+
- Updated dependencies [[`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e)]:
10+
- @atproto/api@0.13.12
11+
312
## 0.1.50
413

514
### 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.50",
3+
"version": "0.1.51",
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.65
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`22d039a22`](https://github.com/bluesky-social/atproto/commit/22d039a229e3ef08a793e1c98b473b1b8e18ac5e)]:
8+
- @atproto/api@0.13.12
9+
310
## 0.4.64
411

512
### Patch Changes

0 commit comments

Comments
 (0)