Skip to content

Commit

Permalink
Version Packages (#847)
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 Aug 14, 2024
1 parent ddd7106 commit ac08f55
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-lies-allow.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.5.1

### Patch Changes

- [#846](https://github.com/TBD54566975/web5-js/pull/846) [`ddd7106`](https://github.com/TBD54566975/web5-js/commit/ddd71065431209048a9f6b012c034530510d44da) Thanks [@shamilovtim](https://github.com/shamilovtim)! - bump dwn-sdk-js

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web5/identity-agent

## 0.4.3

### Patch Changes

- Updated dependencies [[`ddd7106`](https://github.com/TBD54566975/web5-js/commit/ddd71065431209048a9f6b012c034530510d44da)]:
- @web5/agent@0.5.1

## 0.4.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.4.2",
"version": "0.4.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web5/proxy-agent

## 0.4.3

### Patch Changes

- Updated dependencies [[`ddd7106`](https://github.com/TBD54566975/web5-js/commit/ddd71065431209048a9f6b012c034530510d44da)]:
- @web5/agent@0.5.1

## 0.4.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.4.2",
"version": "0.4.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web5/user-agent

## 0.4.3

### Patch Changes

- Updated dependencies [[`ddd7106`](https://github.com/TBD54566975/web5-js/commit/ddd71065431209048a9f6b012c034530510d44da)]:
- @web5/agent@0.5.1

## 0.4.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.4.2",
"version": "0.4.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit ac08f55

Please sign in to comment.