Skip to content

Commit b7bc95d

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

File tree

11 files changed

+44
-30
lines changed

11 files changed

+44
-30
lines changed

.changeset/eleven-eagles-cry.md

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

.changeset/long-turtles-admire.md

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

.changeset/shy-dogs-kick.md

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

packages/bsky/CHANGELOG.md

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

3+
## 0.0.196
4+
5+
### Patch Changes
6+
7+
- [#4333](https://github.com/bluesky-social/atproto/pull/4333) [`f8e56b387`](https://github.com/bluesky-social/atproto/commit/f8e56b387fcd3bc8405225c1bbdef66ca5dc1591) Thanks [@ThisIsMissEm](https://github.com/ThisIsMissEm)! - Prevent usage of DPoP bound access tokens with bsky.social
8+
9+
Using DPoP bound access tokens against the bsky server would already fail, but
10+
it would fail with a rather misleading error: "InvalidToken: Bad token scope",
11+
because the `scope` on a DPoP bound access token is the actual OAuth scopes, not
12+
the expected `com.atproto.access` string.
13+
14+
This change means the entryway explicit checks if the token is a DPoP bound
15+
access token, and if it is, then it fails with an error "Malformed token: DPoP
16+
not supported". A similar check is also done with Bearer tokens in the PDS.
17+
18+
- [#4330](https://github.com/bluesky-social/atproto/pull/4330) [`3628cebfb`](https://github.com/bluesky-social/atproto/commit/3628cebfbb04ba49f326bbf411a2d15de2900302) Thanks [@mistydemeo](https://github.com/mistydemeo)! - adjust explicit-slurs regex
19+
320
## 0.0.195
421

522
### 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.195",
3+
"version": "0.0.196",
44
"license": "MIT",
55
"description": "Reference implementation of app.bsky App View (Bluesky API)",
66
"keywords": [

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.190
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f8e56b387`](https://github.com/bluesky-social/atproto/commit/f8e56b387fcd3bc8405225c1bbdef66ca5dc1591), [`3628cebfb`](https://github.com/bluesky-social/atproto/commit/3628cebfbb04ba49f326bbf411a2d15de2900302), [`82e75bf6c`](https://github.com/bluesky-social/atproto/commit/82e75bf6c1b31daa834386edce35c8aa4c787229)]:
8+
- @atproto/bsky@0.0.196
9+
- @atproto/ozone@0.1.155
10+
- @atproto/pds@0.4.193
11+
312
## 0.3.189
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.189",
3+
"version": "0.3.190",
44
"license": "MIT",
55
"description": "Local development environment helper for atproto development",
66
"keywords": [

packages/ozone/CHANGELOG.md

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

3+
## 0.1.155
4+
5+
### Patch Changes
6+
7+
- [#4330](https://github.com/bluesky-social/atproto/pull/4330) [`3628cebfb`](https://github.com/bluesky-social/atproto/commit/3628cebfbb04ba49f326bbf411a2d15de2900302) Thanks [@mistydemeo](https://github.com/mistydemeo)! - adjust explicit-slurs regex
8+
9+
- [#4335](https://github.com/bluesky-social/atproto/pull/4335) [`82e75bf6c`](https://github.com/bluesky-social/atproto/commit/82e75bf6c1b31daa834386edce35c8aa4c787229) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove non-existing `reporter_stats` from materliaziled view to refresh
10+
311
## 0.1.154
412

513
### 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.154",
3+
"version": "0.1.155",
44
"license": "MIT",
55
"description": "Backend service for moderating the Bluesky network.",
66
"keywords": [

packages/pds/CHANGELOG.md

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

3+
## 0.4.193
4+
5+
### Patch Changes
6+
7+
- [#4330](https://github.com/bluesky-social/atproto/pull/4330) [`3628cebfb`](https://github.com/bluesky-social/atproto/commit/3628cebfbb04ba49f326bbf411a2d15de2900302) Thanks [@mistydemeo](https://github.com/mistydemeo)! - adjust explicit-slurs regex
8+
39
## 0.4.192
410

511
### Patch Changes

0 commit comments

Comments
 (0)