Skip to content

Commit

Permalink
Version Packages (#901)
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 12, 2024
1 parent e7cb25a commit b97dace
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/slimy-bulldogs-kiss.md

This file was deleted.

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

## 0.7.3

### Patch Changes

- [#894](https://github.com/TBD54566975/web5-js/pull/894) [`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable ProtocolQuery/Configure with delegate grant

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.7.2",
"version": "0.7.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/identity-agent

## 0.6.3

### Patch Changes

- [#894](https://github.com/TBD54566975/web5-js/pull/894) [`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable ProtocolQuery/Configure with delegate grant

- Updated dependencies [[`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c)]:
- @web5/agent@0.7.3

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/proxy-agent

## 0.6.3

### Patch Changes

- [#894](https://github.com/TBD54566975/web5-js/pull/894) [`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable ProtocolQuery/Configure with delegate grant

- Updated dependencies [[`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c)]:
- @web5/agent@0.7.3

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/user-agent

## 0.6.3

### Patch Changes

- [#894](https://github.com/TBD54566975/web5-js/pull/894) [`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable ProtocolQuery/Configure with delegate grant

- Updated dependencies [[`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c)]:
- @web5/agent@0.7.3

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit b97dace

Please sign in to comment.