Skip to content

Commit

Permalink
Version packages (#3336)
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 Jan 7, 2025
1 parent 1abfd74 commit 5b6e061
Show file tree
Hide file tree
Showing 23 changed files with 108 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-sloths-tie.md

This file was deleted.

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

## 0.2.12

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3
- @atproto/repo@0.6.2

## 0.2.11

### 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.2.11",
"version": "0.2.12",
"license": "MIT",
"description": "Shared AWS cloud API helpers for atproto services",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/bsky/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @atproto/bsky

## 0.0.105

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3
- @atproto/identity@0.4.5
- @atproto/repo@0.6.2
- @atproto/xrpc-server@0.7.6
- @atproto/sync@0.1.9
- @atproto-labs/xrpc-utils@0.0.2

## 0.0.104

### 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.104",
"version": "0.0.105",
"license": "MIT",
"description": "Reference implementation of app.bsky App View (Bluesky API)",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atproto/crypto

## 0.4.3

### Patch Changes

- [#3335](https://github.com/bluesky-social/atproto/pull/3335) [`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277) Thanks [@dholms](https://github.com/dholms)! - Update noble crypto libraries

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/crypto",
"version": "0.4.2",
"version": "0.4.3",
"license": "MIT",
"description": "Library for cryptographic keys and signing in atproto",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/dev-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @atproto/dev-env

## 0.3.75

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3
- @atproto/bsky@0.0.105
- @atproto/identity@0.4.5
- @atproto/ozone@0.1.66
- @atproto/pds@0.4.83
- @atproto/xrpc-server@0.7.6
- @atproto/sync@0.1.9

## 0.3.74

### 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.3.74",
"version": "0.3.75",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/identity

## 0.4.5

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"license": "MIT",
"description": "Library for decentralized identities in atproto using DIDs and handles",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/internal/xrpc-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto-labs/xrpc-utils

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @atproto/xrpc-server@0.7.6

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/xrpc-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto-labs/xrpc-utils",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "XRPC server utilities for Node.JS",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/ozone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto/ozone

## 0.1.66

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3
- @atproto/identity@0.4.5
- @atproto/xrpc-server@0.7.6

## 0.1.65

### 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.1.65",
"version": "0.1.66",
"license": "MIT",
"description": "Backend service for moderating the Bluesky network.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @atproto/pds

## 0.4.83

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3
- @atproto/aws@0.2.12
- @atproto/identity@0.4.5
- @atproto/repo@0.6.2
- @atproto/xrpc-server@0.7.6
- @atproto-labs/xrpc-utils@0.0.2

## 0.4.82

### 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.82",
"version": "0.4.83",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/repo

## 0.6.2

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3

## 0.6.1

### 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.6.1",
"version": "0.6.2",
"license": "MIT",
"description": "atproto repo and MST implementation",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto/sync

## 0.1.9

### Patch Changes

- Updated dependencies []:
- @atproto/identity@0.4.5
- @atproto/repo@0.6.2
- @atproto/xrpc-server@0.7.6

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/sync",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "atproto sync library",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/xrpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/xrpc-server

## 0.7.6

### Patch Changes

- Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
- @atproto/crypto@0.4.3

## 0.7.5

### 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.7.5",
"version": "0.7.6",
"license": "MIT",
"description": "atproto HTTP API (XRPC) server library",
"keywords": [
Expand Down

0 comments on commit 5b6e061

Please sign in to comment.