Skip to content

Commit

Permalink
Version Packages (#570)
Browse files Browse the repository at this point in the history
* Version Packages

* bump agent version within identity-agent, proxy-agent, and user-agent, bump versions in api package

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Liran Cohen <[email protected]>
  • Loading branch information
3 people authored May 13, 2024
1 parent b516a5f commit 3a1561f
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 24 deletions.
10 changes: 0 additions & 10 deletions .changeset/six-pandas-tell.md

This file was deleted.

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

## 0.3.6

### Patch Changes

- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`

## 0.3.5

### 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.3.5",
"version": "0.3.6",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.5",
"@web5/agent": "0.3.6",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1",
"@web5/user-agent": "0.3.5"
"@web5/user-agent": "0.3.6"
},
"devDependencies": {
"@playwright/test": "1.40.1",
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.3.6

### Patch Changes

- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
- @web5/agent@0.3.6

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.5",
"version": "0.3.6",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.5",
"@web5/agent": "0.3.6",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
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.3.6

### Patch Changes

- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
- @web5/agent@0.3.6

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.5",
"version": "0.3.6",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.5",
"@web5/agent": "0.3.6",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
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.3.6

### Patch Changes

- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
- @web5/agent@0.3.6

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.5",
"version": "0.3.6",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.5",
"@web5/agent": "0.3.6",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a1561f

Please sign in to comment.