Skip to content

Commit 014674d

Browse files
Version packages (#4307)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 601401a commit 014674d

File tree

11 files changed

+48
-13
lines changed

11 files changed

+48
-13
lines changed

.changeset/three-baboons-knock.md

Lines changed: 0 additions & 8 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.17.5
4+
5+
### Patch Changes
6+
7+
- [#4279](https://github.com/bluesky-social/atproto/pull/4279) [`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031) Thanks [@foysalit](https://github.com/foysalit)! - Add strike system to ozone
8+
39
## 0.17.4
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.17.4",
3+
"version": "0.17.5",
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.192
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031)]:
8+
- @atproto/api@0.17.5
9+
310
## 0.0.191
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.191",
3+
"version": "0.0.192",
44
"license": "MIT",
55
"description": "Reference implementation of app.bsky App View (Bluesky API)",
66
"keywords": [

packages/dev-env/CHANGELOG.md

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

3+
## 0.3.186
4+
5+
### Patch Changes
6+
7+
- [#4279](https://github.com/bluesky-social/atproto/pull/4279) [`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031) Thanks [@foysalit](https://github.com/foysalit)! - Add strike system to ozone
8+
9+
- Updated dependencies [[`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031)]:
10+
- @atproto/ozone@0.1.151
11+
- @atproto/api@0.17.5
12+
- @atproto/pds@0.4.189
13+
- @atproto/bsky@0.0.192
14+
315
## 0.3.185
416

517
### 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.185",
3+
"version": "0.3.186",
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.151
4+
5+
### Patch Changes
6+
7+
- [#4279](https://github.com/bluesky-social/atproto/pull/4279) [`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031) Thanks [@foysalit](https://github.com/foysalit)! - Add strike system to ozone
8+
9+
- Updated dependencies [[`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031)]:
10+
- @atproto/api@0.17.5
11+
312
## 0.1.150
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.150",
3+
"version": "0.1.151",
44
"license": "MIT",
55
"description": "Backend service for moderating the Bluesky network.",
66
"keywords": [

packages/pds/CHANGELOG.md

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

3+
## 0.4.189
4+
5+
### Patch Changes
6+
7+
- [#4279](https://github.com/bluesky-social/atproto/pull/4279) [`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031) Thanks [@foysalit](https://github.com/foysalit)! - Add strike system to ozone
8+
9+
- Updated dependencies [[`601401afc`](https://github.com/bluesky-social/atproto/commit/601401afce9f4da2e8a257f8dcca996dd64e6031)]:
10+
- @atproto/api@0.17.5
11+
312
## 0.4.188
413

514
### Patch Changes

0 commit comments

Comments
 (0)