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 Jul 10, 2024
1 parent 2f40203 commit 8df3ffa
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-yaks-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dryers-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-wombats-count.md

This file was deleted.

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

## 0.12.24

### Patch Changes

- [#2613](https://github.com/bluesky-social/atproto/pull/2613) [`ed5810179`](https://github.com/bluesky-social/atproto/commit/ed5810179006f254f2035fe1f0e3c4798080cfe0) Thanks [@haileyok](https://github.com/haileyok)! - Support for starter packs in record embed views.

- [#2554](https://github.com/bluesky-social/atproto/pull/2554) [`0529bec99`](https://github.com/bluesky-social/atproto/commit/0529bec99183439829a3553f45ac7203763144c3) Thanks [@sugyan](https://github.com/sugyan)! - Add missing `getPreferences` union return types

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

## 0.0.67

### Patch Changes

- Updated dependencies [[`ed5810179`](https://github.com/bluesky-social/atproto/commit/ed5810179006f254f2035fe1f0e3c4798080cfe0), [`0529bec99`](https://github.com/bluesky-social/atproto/commit/0529bec99183439829a3553f45ac7203763144c3)]:
- @atproto/api@0.12.24

## 0.0.66

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

## 0.3.31

### Patch Changes

- Updated dependencies [[`ed5810179`](https://github.com/bluesky-social/atproto/commit/ed5810179006f254f2035fe1f0e3c4798080cfe0), [`0529bec99`](https://github.com/bluesky-social/atproto/commit/0529bec99183439829a3553f45ac7203763144c3), [`2f40203fb`](https://github.com/bluesky-social/atproto/commit/2f40203fb453934aaf5d353b680d89b8a1febd0f)]:
- @atproto/api@0.12.24
- @atproto/ozone@0.1.29
- @atproto/bsky@0.0.67
- @atproto/pds@0.4.40

## 0.3.30

### 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.30",
"version": "0.3.31",
"license": "MIT",
"description": "Local development environment helper for atproto development",
"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.29

### Patch Changes

- [#2635](https://github.com/bluesky-social/atproto/pull/2635) [`2f40203fb`](https://github.com/bluesky-social/atproto/commit/2f40203fb453934aaf5d353b680d89b8a1febd0f) Thanks [@dholms](https://github.com/dholms)! - Add in-memory did cachee

- Updated dependencies [[`ed5810179`](https://github.com/bluesky-social/atproto/commit/ed5810179006f254f2035fe1f0e3c4798080cfe0), [`0529bec99`](https://github.com/bluesky-social/atproto/commit/0529bec99183439829a3553f45ac7203763144c3)]:
- @atproto/api@0.12.24

## 0.1.28

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

## 0.4.40

### Patch Changes

- Updated dependencies [[`ed5810179`](https://github.com/bluesky-social/atproto/commit/ed5810179006f254f2035fe1f0e3c4798080cfe0), [`0529bec99`](https://github.com/bluesky-social/atproto/commit/0529bec99183439829a3553f45ac7203763144c3)]:
- @atproto/api@0.12.24

## 0.4.39

### 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.39",
"version": "0.4.40",
"license": "MIT",
"description": "Reference implementation of atproto Personal Data Server (PDS)",
"keywords": [
Expand Down

0 comments on commit 8df3ffa

Please sign in to comment.