Skip to content

Commit

Permalink
Version packages (#2305)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 13, 2024
1 parent 4eaadc0 commit b286cd1
Show file tree
Hide file tree
Showing 34 changed files with 190 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-trees-reflect.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/pink-turkeys-matter.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @atproto/api

## 0.11.0

### Minor Changes

- [#2302](https://github.com/bluesky-social/atproto/pull/2302) [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0) Thanks [@dholms](https://github.com/dholms)! - - Breaking changes
- Redesigned the `moderate*` APIs which now output a `ModerationUI` object.
- `agent.getPreferences()` output object `BskyPreferences` has been modified.
- Moved Ozone routes from `com.atproto.admin` to `tools.ozone` namespace.
- Additions
- Added support for labeler configuration in `Agent.configure()` and `agent.configureLabelerHeader()`.
- Added `agent.addLabeler()` and `agent.removeLabeler()` preference methods.
- Muted words and hidden posts are now handled in the `moderate*` APIs.
- Added `agent.getLabelers()` and `agent.getLabelDefinitions()`.
- Added `agent.configureProxyHeader()` and `withProxy()` methods to support remote service proxying behaviors.

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4
- @atproto/lexicon@0.3.3
- @atproto/syntax@0.2.1
- @atproto/xrpc@0.4.3

## 0.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.10.5",
"version": "0.11.0",
"license": "MIT",
"description": "Client library for atproto and Bluesky",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto/aws

## 0.1.9

### Patch Changes

- Updated dependencies []:
- @atproto/common@0.3.4
- @atproto/repo@0.3.9
- @atproto/crypto@0.3.0

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/aws",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "Shared AWS cloud API helpers for atproto services",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/bsky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @atproto/bsky

## 0.0.38

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/identity@0.3.3
- @atproto/api@0.11.0
- @atproto/common@0.3.4
- @atproto/lexicon@0.3.3
- @atproto/repo@0.3.9
- @atproto/syntax@0.2.1
- @atproto/crypto@0.3.0
- @atproto/xrpc-server@0.4.4

## 0.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bsky/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/bsky",
"version": "0.0.37",
"version": "0.0.38",
"license": "MIT",
"description": "Reference implementation of app.bsky App View (Bluesky API)",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/bsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/bsync

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @atproto/common@0.3.4
- @atproto/syntax@0.2.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/bsync",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Sychronizing service for app.bsky App View (Bluesky API)",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/common-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atproto/common-web

## 0.2.4

### Patch Changes

- [#2302](https://github.com/bluesky-social/atproto/pull/2302) [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0) Thanks [@dholms](https://github.com/dholms)! - Added methods for parsing labeler verification methods and services in DID Documents

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/common-web",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"description": "Shared web-platform-friendly code for atproto libraries",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/common

## 0.3.4

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/common",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"description": "Shared web-platform-friendly code for atproto libraries",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions packages/dev-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @atproto/dev-env

## 0.2.38

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4
- @atproto/identity@0.3.3
- @atproto/api@0.11.0
- @atproto/lexicon@0.3.3
- @atproto/syntax@0.2.1
- @atproto/bsky@0.0.38
- @atproto/ozone@0.0.17
- @atproto/pds@0.4.6
- @atproto/bsync@0.0.2
- @atproto/crypto@0.3.0
- @atproto/xrpc-server@0.4.4

## 0.2.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/dev-env",
"version": "0.2.37",
"version": "0.2.38",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @atproto/identity

## 0.3.3

### Patch Changes

- [#2302](https://github.com/bluesky-social/atproto/pull/2302) [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0) Thanks [@dholms](https://github.com/dholms)! - Added methods for parsing labeler verification methods and services in DID Documents

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4
- @atproto/crypto@0.3.0

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/identity",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"description": "Library for decentralized identities in atproto using DIDs and handles",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/lex-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/lex-cli

## 0.3.2

### Patch Changes

- Updated dependencies []:
- @atproto/lexicon@0.3.3
- @atproto/syntax@0.2.1

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lex-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/lex-cli",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"description": "TypeScript codegen tool for atproto Lexicon schemas",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/lexicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/lexicon

## 0.3.3

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4
- @atproto/syntax@0.2.1

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lexicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/lexicon",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"description": "atproto Lexicon schema language library",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/ozone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @atproto/ozone

## 0.0.17

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/identity@0.3.3
- @atproto/api@0.11.0
- @atproto/common@0.3.4
- @atproto/lexicon@0.3.3
- @atproto/syntax@0.2.1
- @atproto/crypto@0.3.0
- @atproto/xrpc-server@0.4.4

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ozone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/ozone",
"version": "0.0.17-next.1",
"version": "0.0.17",
"license": "MIT",
"description": "Backend service for moderating the Bluesky network.",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions packages/pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @atproto/pds

## 0.4.6

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/identity@0.3.3
- @atproto/api@0.11.0
- @atproto/common@0.3.4
- @atproto/lexicon@0.3.3
- @atproto/repo@0.3.9
- @atproto/syntax@0.2.1
- @atproto/aws@0.1.9
- @atproto/crypto@0.3.0
- @atproto/xrpc-server@0.4.4
- @atproto/xrpc@0.4.3

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/pds",
"version": "0.4.6-next.1",
"version": "0.4.6",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @atproto/repo

## 0.3.9

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4
- @atproto/identity@0.3.3
- @atproto/common@0.3.4
- @atproto/lexicon@0.3.3
- @atproto/syntax@0.2.1
- @atproto/crypto@0.3.0

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/repo",
"version": "0.3.8",
"version": "0.3.9",
"license": "MIT",
"description": "atproto repo and MST implementation",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/syntax

## 0.2.1

### Patch Changes

- Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
- @atproto/common-web@0.2.4

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/syntax",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/xrpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto/xrpc-server

## 0.4.4

### Patch Changes

- Updated dependencies []:
- @atproto/common@0.3.4
- @atproto/lexicon@0.3.3
- @atproto/crypto@0.3.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xrpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/xrpc-server",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"description": "atproto HTTP API (XRPC) server library",
"keywords": [
Expand Down
Loading

0 comments on commit b286cd1

Please sign in to comment.