Skip to content

Commit

Permalink
Version packages (bluesky-social#1612)
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 Sep 15, 2023
1 parent b1dc355 commit 38f8f44
Show file tree
Hide file tree
Showing 29 changed files with 138 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-countries-approve.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.6.14

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/lexicon@0.2.1
- @atproto/xrpc@0.3.1

## 0.6.13

### 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.13",
"version": "0.6.14",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/aws

## 0.1.1

### Patch Changes

- Updated dependencies []:
- @atproto/repo@0.3.1
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.0",
"version": "0.1.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
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.5

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/api@0.6.14
- @atproto/lexicon@0.2.1
- @atproto/repo@0.3.1
- @atproto/xrpc-server@0.3.1

## 0.0.4

### 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.4",
"version": "0.0.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/dev-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @atproto/dev-env

## 0.2.5

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/api@0.6.14
- @atproto/bsky@0.0.5
- @atproto/pds@0.1.14
- @atproto/xrpc-server@0.3.1

## 0.2.4

### 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.4",
"version": "0.2.5",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/identifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/identifier

## 0.2.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
2 changes: 1 addition & 1 deletion packages/identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/identifier",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/lex-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @atproto/lex-cli

## 0.2.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/lexicon@0.2.1
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.0",
"version": "0.2.1",
"bin": {
"lex": "dist/index.js"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/lexicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/lexicon

## 0.2.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
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.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/nsid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/nsid

## 0.1.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
2 changes: 1 addition & 1 deletion packages/nsid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/nsid",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
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.1.14

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/api@0.6.14
- @atproto/lexicon@0.2.1
- @atproto/repo@0.3.1
- @atproto/xrpc@0.3.1
- @atproto/xrpc-server@0.3.1

## 0.1.13

### 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.1.13",
"version": "0.1.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @atproto/repo

## 0.3.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
- @atproto/lexicon@0.2.1
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.0",
"version": "0.3.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @atproto/syntax

## 0.1.1

### Patch Changes

- [#1611](https://github.com/bluesky-social/atproto/pull/1611) [`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fix imports in `README.md`.
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.0",
"version": "0.1.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/uri

## 0.1.1

### Patch Changes

- Updated dependencies [[`b1dc3555`](https://github.com/bluesky-social/atproto/commit/b1dc355504f9f2e047093dc56682b8034518cf80)]:
- @atproto/syntax@0.1.1
2 changes: 1 addition & 1 deletion packages/uri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/uri",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/xrpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/xrpc-server

## 0.3.1

### Patch Changes

- Updated dependencies []:
- @atproto/lexicon@0.2.1
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.3.0",
"version": "0.3.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/xrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @atproto/xrpc

## 0.3.1

### Patch Changes

- Updated dependencies []:
- @atproto/lexicon@0.2.1
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.3.0",
"version": "0.3.1",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
Expand Down

0 comments on commit 38f8f44

Please sign in to comment.