Skip to content

Commit

Permalink
Version packages (#3331)
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 9690f11 commit 7aecc57
Show file tree
Hide file tree
Showing 52 changed files with 253 additions and 58 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-hairs-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-cobras-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-ants-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-bees-share.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/neat-insects-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-owls-fail.md

This file was deleted.

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

## 0.13.26

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto/common-web@0.3.2
- @atproto/lexicon@0.4.5
- @atproto/xrpc@0.6.6

## 0.13.25

### 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.13.25",
"version": "0.13.26",
"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.2.11

### Patch Changes

- Updated dependencies []:
- @atproto/common@0.4.6
- @atproto/repo@0.6.1
- @atproto/crypto@0.4.2

## 0.2.10

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

## 0.0.104

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve performance when serving blobs

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove dependency on Axios

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto-labs/xrpc-utils@0.0.1
- @atproto/identity@0.4.4
- @atproto/api@0.13.26
- @atproto/common@0.4.6
- @atproto/lexicon@0.4.5
- @atproto/repo@0.6.1
- @atproto/sync@0.1.8
- @atproto/crypto@0.4.2
- @atproto/xrpc-server@0.7.5

## 0.0.103

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

## 0.0.11

### Patch Changes

- Updated dependencies []:
- @atproto/common@0.4.6

## 0.0.10

### 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.10",
"version": "0.0.11",
"license": "MIT",
"description": "Sychronizing service for app.bsky App View (Bluesky API)",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/common-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/common-web

## 0.3.2

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add `createRetryable` utility function

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add `allFulfilled` utility

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"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.4.6

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto/common-web@0.3.2

## 0.4.5

### 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.4.5",
"version": "0.4.6",
"license": "MIT",
"description": "Shared web-platform-friendly code for atproto libraries",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions packages/dev-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @atproto/dev-env

## 0.3.74

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove dependency on Axios

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto/bsky@0.0.104
- @atproto/common-web@0.3.2
- @atproto/identity@0.4.4
- @atproto/ozone@0.1.65
- @atproto/pds@0.4.82
- @atproto/api@0.13.26
- @atproto/lexicon@0.4.5
- @atproto/sync@0.1.8
- @atproto/bsync@0.0.11
- @atproto/crypto@0.4.2
- @atproto/xrpc-server@0.7.5

## 0.3.73

### 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.73",
"version": "0.3.74",
"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.4.4

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove dependency on Axios

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto/common-web@0.3.2
- @atproto/crypto@0.4.2

## 0.4.3

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

## 0.1.7

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Ensure proper escaping when building PLC url

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/did-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto-labs/did-resolver",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"description": "DID resolution and verification library",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/internal/identity-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto-labs/identity-resolver

## 0.1.9

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto-labs/did-resolver@0.1.7

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/identity-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto-labs/identity-resolver",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "A library resolving ATPROTO identities",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/internal/xrpc-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @atproto-labs/xrpc-utils

## 0.0.1

### Patch Changes

- [#3177](https://github.com/bluesky-social/atproto/pull/3177) [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99) Thanks [@matthieusieben](https://github.com/matthieusieben)! - New utility package to work with xrpc-server

- Updated dependencies []:
- @atproto/xrpc-server@0.7.5
- @atproto/xrpc@0.6.6
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.0",
"version": "0.0.1",
"license": "MIT",
"description": "XRPC server utilities for Node.JS",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/lex-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/lex-cli

## 0.5.5

### Patch Changes

- Updated dependencies []:
- @atproto/lexicon@0.4.5

## 0.5.4

### 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.5.4",
"version": "0.5.5",
"license": "MIT",
"description": "TypeScript codegen tool for atproto Lexicon schemas",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/lexicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/lexicon

## 0.4.5

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99), [`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto/common-web@0.3.2

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"license": "MIT",
"description": "atproto Lexicon schema language library",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/oauth-client-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/oauth-client-browser

## 0.3.6

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto-labs/did-resolver@0.1.7
- @atproto/oauth-client@0.3.6

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-browser",
"version": "0.3.5",
"version": "0.3.6",
"license": "MIT",
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/oauth-client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/oauth-client-node

## 0.2.6

### Patch Changes

- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
- @atproto-labs/did-resolver@0.1.7
- @atproto/oauth-client@0.3.6

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client-node",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",
"description": "ATPROTO OAuth client for the NodeJS",
"keywords": [
Expand Down
Loading

0 comments on commit 7aecc57

Please sign in to comment.