Skip to content

Commit

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

* manually bump packages accordingly

---------

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 8, 2024
1 parent 05eeb76 commit ae7dd6c
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/odd-eels-rest.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.3.5

### Patch Changes

- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.4",
"@web5/agent": "0.3.5",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1",
"@web5/user-agent": "0.3.4"
"@web5/user-agent": "0.3.5"
},
"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.5

### Patch Changes

- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly

- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
- @web5/agent@0.3.5

## 0.3.4

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

### Patch Changes

- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly

- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
- @web5/agent@0.3.5

## 0.3.4

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

### Patch Changes

- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly

- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
- @web5/agent@0.3.5

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.4",
"@web5/agent": "0.3.5",
"@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 ae7dd6c

Please sign in to comment.