Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent bac9be2 commit e701b3b
Show file tree
Hide file tree
Showing 41 changed files with 182 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-doors-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-poems-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-cats-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-impalas-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-coats-glow.md

This file was deleted.

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

## 0.13.16

### Patch Changes

- [#2911](https://github.com/bluesky-social/atproto/pull/2911) [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Export the generated lexicons `schemas` definitions

- [#2953](https://github.com/bluesky-social/atproto/pull/2953) [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff) Thanks [@rafaelbsky](https://github.com/rafaelbsky)! - Add convoView.opened to lexicon definition

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1
- @atproto/lexicon@0.4.3
- @atproto/xrpc@0.6.4

## 0.13.15

### 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.15",
"version": "0.13.16",
"license": "MIT",
"description": "Client library for atproto and Bluesky",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/aws

## 0.2.9

### Patch Changes

- Updated dependencies []:
- @atproto/repo@0.5.5

## 0.2.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.2.8",
"version": "0.2.9",
"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.94

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff)]:
- @atproto/syntax@0.3.1
- @atproto/api@0.13.16
- @atproto/lexicon@0.4.3
- @atproto/sync@0.1.6
- @atproto/repo@0.5.5
- @atproto/xrpc-server@0.7.3

## 0.0.93

### 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.93",
"version": "0.0.94",
"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.9

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1

## 0.0.8

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

## 0.3.62

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff)]:
- @atproto/syntax@0.3.1
- @atproto/api@0.13.16
- @atproto/lexicon@0.4.3
- @atproto/bsky@0.0.94
- @atproto/bsync@0.0.9
- @atproto/ozone@0.1.55
- @atproto/pds@0.4.71
- @atproto/sync@0.1.6
- @atproto/xrpc-server@0.7.3

## 0.3.61

### 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.61",
"version": "0.3.62",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"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.6

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1

## 0.1.5

### 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.5",
"version": "0.1.6",
"license": "MIT",
"description": "A library resolving ATPROTO identities",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/lex-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @atproto/lex-cli

## 0.5.2

### Patch Changes

- [#2911](https://github.com/bluesky-social/atproto/pull/2911) [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Retain type of `schemas` using definition type instead of obscuring into a `LexiconDoc[]`

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1
- @atproto/lexicon@0.4.3

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

## 0.4.3

### Patch Changes

- [#2911](https://github.com/bluesky-social/atproto/pull/2911) [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve validation performances by using discriminated unions where possible

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1

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

## 0.3.1

### Patch Changes

- Updated dependencies []:
- @atproto/oauth-client@0.3.1

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"license": "MIT",
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/oauth/oauth-client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/oauth-client-node

## 0.2.1

### Patch Changes

- Updated dependencies []:
- @atproto/oauth-client@0.3.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"license": "MIT",
"description": "ATPROTO OAuth client for the NodeJS",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/oauth-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @atproto/oauth-client

## 0.3.1

### Patch Changes

- Updated dependencies []:
- @atproto-labs/identity-resolver@0.1.6
- @atproto/xrpc@0.6.4

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/oauth-client",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/ozone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @atproto/ozone

## 0.1.55

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff)]:
- @atproto/syntax@0.3.1
- @atproto/api@0.13.16
- @atproto/lexicon@0.4.3
- @atproto/xrpc@0.6.4
- @atproto/xrpc-server@0.7.3

## 0.1.54

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

## 0.4.71

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`561431fe4`](https://github.com/bluesky-social/atproto/commit/561431fe4897e81767dc768e9a31020d09bf86ff)]:
- @atproto/syntax@0.3.1
- @atproto/api@0.13.16
- @atproto/lexicon@0.4.3
- @atproto/repo@0.5.5
- @atproto/xrpc@0.6.4
- @atproto/xrpc-server@0.7.3
- @atproto/aws@0.2.9

## 0.4.70

### 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.70",
"version": "0.4.71",
"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.5.5

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/lexicon@0.4.3

## 0.5.4

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

## 0.1.6

### Patch Changes

- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d), [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1
- @atproto/lexicon@0.4.3
- @atproto/repo@0.5.5
- @atproto/xrpc-server@0.7.3

## 0.1.5

### 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.5",
"version": "0.1.6",
"license": "MIT",
"description": "atproto sync library",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atproto/syntax

## 0.3.1

### Patch Changes

- [#2911](https://github.com/bluesky-social/atproto/pull/2911) [`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve performances of did validation

## 0.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit e701b3b

Please sign in to comment.