Skip to content

Commit

Permalink
Version packages (#1909)
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 Dec 1, 2023
1 parent 378fc61 commit 1f3fad2
Show file tree
Hide file tree
Showing 24 changed files with 108 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-swans-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-guests-taste.md

This file was deleted.

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

## 0.6.24

### Patch Changes

- [#1912](https://github.com/bluesky-social/atproto/pull/1912) [`378fc613`](https://github.com/bluesky-social/atproto/commit/378fc6132f621ca517897c9467ed5bba134b3776) Thanks [@devinivy](https://github.com/devinivy)! - Contains breaking lexicon changes: removing legacy com.atproto admin endpoints, making uri field required on app.bsky list views.

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60)]:
- @atproto/syntax@0.1.5
- @atproto/lexicon@0.3.1
- @atproto/xrpc@0.4.1

## 0.6.23

### 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.6.24-next.1",
"version": "0.6.24",
"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.1.6

### Patch Changes

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

## 0.1.5

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

## 0.0.16

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60), [`378fc613`](https://github.com/bluesky-social/atproto/commit/378fc6132f621ca517897c9467ed5bba134b3776)]:
- @atproto/syntax@0.1.5
- @atproto/api@0.6.24
- @atproto/lexicon@0.3.1
- @atproto/repo@0.3.6
- @atproto/xrpc-server@0.4.2

## 0.0.15

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

## 0.2.16

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60), [`378fc613`](https://github.com/bluesky-social/atproto/commit/378fc6132f621ca517897c9467ed5bba134b3776)]:
- @atproto/syntax@0.1.5
- @atproto/api@0.6.24
- @atproto/bsky@0.0.16
- @atproto/lexicon@0.3.1
- @atproto/pds@0.3.4
- @atproto/xrpc-server@0.4.2

## 0.2.15

### 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.15",
"version": "0.2.16",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"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.2.5

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60)]:
- @atproto/syntax@0.1.5
- @atproto/lexicon@0.3.1

## 0.2.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.2.4",
"version": "0.2.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.3.1

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60)]:
- @atproto/syntax@0.1.5

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"license": "MIT",
"description": "atproto Lexicon schema language library",
"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.3.4

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60), [`378fc613`](https://github.com/bluesky-social/atproto/commit/378fc6132f621ca517897c9467ed5bba134b3776)]:
- @atproto/syntax@0.1.5
- @atproto/api@0.6.24
- @atproto/lexicon@0.3.1
- @atproto/repo@0.3.6
- @atproto/xrpc@0.4.1
- @atproto/xrpc-server@0.4.2
- @atproto/aws@0.1.6

## 0.3.3

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

## 0.3.6

### Patch Changes

- Updated dependencies [[`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60)]:
- @atproto/syntax@0.1.5
- @atproto/lexicon@0.3.1

## 0.3.5

### 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.5",
"version": "0.3.6",
"license": "MIT",
"description": "atproto repo and MST implementation",
"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.1.5

### Patch Changes

- [#1908](https://github.com/bluesky-social/atproto/pull/1908) [`3c0ef382`](https://github.com/bluesky-social/atproto/commit/3c0ef382c12a413cc971ae47ffb341236c545f60) Thanks [@gaearon](https://github.com/gaearon)! - prevent unnecessary throw/catch on uri syntax

## 0.1.4

### Patch 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.1.4",
"version": "0.1.5",
"license": "MIT",
"description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
"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.4.2

### Patch Changes

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

## 0.4.1

### 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.1",
"version": "0.4.2",
"license": "MIT",
"description": "atproto HTTP API (XRPC) server library",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/xrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto/xrpc

## 0.4.1

### Patch Changes

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

## 0.4.0

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

0 comments on commit 1f3fad2

Please sign in to comment.