Skip to content

Commit

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

* update internal dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Liran Cohen <c.liran.c@gmail.com>
  • Loading branch information
3 people committed May 29, 2024
1 parent 8b8de7a commit 1eff7ba
Show file tree
Hide file tree
Showing 17 changed files with 74 additions and 55 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-tools-yawn.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fresh-mayflies-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-cows-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-donkeys-marry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-numbers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-trainers-wonder.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.8

### Patch Changes

- [#644](https://github.com/TBD54566975/web5-js/pull/644) [`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` to `v0.3.5`

## 0.3.7

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

## 0.9.4

### Patch Changes

- [#507](https://github.com/TBD54566975/web5-js/pull/507) [`d863c37`](https://github.com/TBD54566975/web5-js/commit/d863c373ef1cfff18cd2b4e9864057fea107115e) Thanks [@LiranCohen](https://github.com/LiranCohen)! - add reference types from dwn-sdk-js to avoid pnpm build error

https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1962129199

- [#644](https://github.com/TBD54566975/web5-js/pull/644) [`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Update `@web5/api` to the latest `@web5/agent` `v0.3.7`

Includes upgrade to `dwn-sdk-js`@`v0.3.5`

Features:

- Ability to apply the `prune` property to a `RecordsWriteDelete`

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

- [#579](https://github.com/TBD54566975/web5-js/pull/579) [`b36e7b1`](https://github.com/TBD54566975/web5-js/commit/b36e7b1eabd7c99313d6f6adb335c5a6d085d83e) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Updated some dependencies of `api` package

- [#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/api` supports `prune` via `RecordsWriteDelete`

- Updated dependencies [[`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07)]:
- @web5/user-agent@0.3.8
- @web5/agent@0.3.8

## 0.9.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/api",
"version": "0.9.3",
"version": "0.9.4",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -77,11 +77,11 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.7",
"@web5/agent": "0.3.8",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.1.0",
"@web5/user-agent": "0.3.7"
"@web5/user-agent": "0.3.8"
},
"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.8

### Patch Changes

- [#644](https://github.com/TBD54566975/web5-js/pull/644) [`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` to `v0.3.5`

- Updated dependencies [[`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07)]:
- @web5/agent@0.3.8

## 0.3.7

### 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.7",
"version": "0.3.8",
"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.7",
"@web5/agent": "0.3.8",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.1.0"
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.8

### Patch Changes

- [#644](https://github.com/TBD54566975/web5-js/pull/644) [`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` to `v0.3.5`

- Updated dependencies [[`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07)]:
- @web5/agent@0.3.8

## 0.3.7

### 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.7",
"version": "0.3.8",
"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.7",
"@web5/agent": "0.3.8",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.1.0"
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.8

### Patch Changes

- [#644](https://github.com/TBD54566975/web5-js/pull/644) [`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` to `v0.3.5`

- Updated dependencies [[`8b8de7a`](https://github.com/TBD54566975/web5-js/commit/8b8de7a82337a68c8625107da2f9fc7ce4286c07)]:
- @web5/agent@0.3.8

## 0.3.7

### 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.7",
"version": "0.3.8",
"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.7",
"@web5/agent": "0.3.8",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.1.0"
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 1eff7ba

Please sign in to comment.