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 Dec 18, 2024
1 parent 6a3e781 commit 168bf16
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/thick-worms-watch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/internal/handle-resolver-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @atproto-labs/handle-resolver-node

## 0.1.9

### Patch Changes

- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]:
- @atproto-labs/handle-resolver@0.1.5

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/handle-resolver-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto-labs/handle-resolver-node",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "Node specific ATProto handle to DID resolver",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/internal/handle-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atproto-labs/handle-resolver

## 0.1.5

### Patch Changes

- [#3046](https://github.com/bluesky-social/atproto/pull/3046) [`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b) Thanks [@sgarciac](https://github.com/sgarciac)! - This change makes the DoH handle resolver accept a wider range of content types for DoH API calls.

While there is no agreed upon MIME type for DoH's JSON Schema, this change supports a reasonable
set that include those used by major DoH providers such as Google and Cloudflare.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/handle-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto-labs/handle-resolver",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"description": "Isomorphic ATProto handle to DID resolver",
"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.8

### Patch Changes

- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]:
- @atproto-labs/handle-resolver@0.1.5

## 0.1.7

### 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.7",
"version": "0.1.8",
"license": "MIT",
"description": "A library resolving ATPROTO identities",
"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.5

### Patch Changes

- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]:
- @atproto-labs/handle-resolver@0.1.5
- @atproto/oauth-client@0.3.5

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.5

### Patch Changes

- Updated dependencies []:
- @atproto-labs/handle-resolver-node@0.1.9
- @atproto/oauth-client@0.3.5

## 0.2.4

### 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.4",
"version": "0.2.5",
"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.5

### Patch Changes

- Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]:
- @atproto-labs/handle-resolver@0.1.5
- @atproto-labs/identity-resolver@0.1.8

## 0.3.4

### Patch 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.4",
"version": "0.3.5",
"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

0 comments on commit 168bf16

Please sign in to comment.