Skip to content

Commit

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

* manually bump `api` and `agent` 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 authored Apr 29, 2024
1 parent 8663aee commit 393d483
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 58 deletions.
12 changes: 0 additions & 12 deletions .changeset/few-oranges-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-horses-clap.md

This file was deleted.

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

## 0.3.2

### Patch Changes

- [#500](https://github.com/TBD54566975/web5-js/pull/500) [`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade DWN SDK with newest features

- remove `Permissions` interface and replace permissions with a first-class protocol representing it
- adding `RecordsTags` functionality

## 0.3.1

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

## 0.9.3

### Patch Changes

- [#500](https://github.com/TBD54566975/web5-js/pull/500) [`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade DWN SDK with newest features

- remove `Permissions` interface and replace permissions with a first-class protocol representing it
- adding `RecordsTags` functionality

- Updated dependencies [[`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490)]:
- @web5/user-agent@0.3.2
- @web5/agent@0.3.2

## 0.9.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.9.3",
"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.1",
"@web5/agent": "0.3.2",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1",
"@web5/user-agent": "0.3.1"
"@web5/user-agent": "0.3.2"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down Expand Up @@ -109,4 +109,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/readable-stream": "4.0.9",
"@types/node": "20.11.19",
"@types/readable-stream": "4.0.9",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@web/test-runner": "0.18.0",
Expand All @@ -99,4 +99,4 @@
"rimraf": "4.4.0",
"typescript": "5.1.6"
}
}
}
6 changes: 6 additions & 0 deletions packages/credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web5/credentials

## 1.0.1

### Patch Changes

- [#491](https://github.com/TBD54566975/web5-js/pull/491) [`8663aee`](https://github.com/TBD54566975/web5-js/commit/8663aee7fc6c608b7e23dd2ec212c22573857d41) Thanks [@nitro-neal](https://github.com/nitro-neal)! - Added credentialSchema to the VcDataModel

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "1.0.0",
"version": "1.0.1",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@sphereon/pex": "2.1.0",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0"
"@web5/dids": "1.0.1"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand All @@ -105,4 +105,4 @@
"sinon": "16.1.3",
"typescript": "5.1.6"
}
}
}
12 changes: 12 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @web5/identity-agent

## 0.3.2

### Patch Changes

- [#500](https://github.com/TBD54566975/web5-js/pull/500) [`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade DWN SDK with newest features

- remove `Permissions` interface and replace permissions with a first-class protocol representing it
- adding `RecordsTags` functionality

- Updated dependencies [[`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490)]:
- @web5/agent@0.3.2

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.3.2",
"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.1",
"@web5/agent": "0.3.2",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down Expand Up @@ -100,4 +100,4 @@
"sinon": "16.1.3",
"typescript": "5.1.6"
}
}
}
12 changes: 12 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @web5/proxy-agent

## 0.3.2

### Patch Changes

- [#500](https://github.com/TBD54566975/web5-js/pull/500) [`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade DWN SDK with newest features

- remove `Permissions` interface and replace permissions with a first-class protocol representing it
- adding `RecordsTags` functionality

- Updated dependencies [[`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490)]:
- @web5/agent@0.3.2

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.3.2",
"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.1",
"@web5/agent": "0.3.2",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down Expand Up @@ -99,4 +99,4 @@
"rimraf": "4.4.0",
"typescript": "5.1.6"
}
}
}
12 changes: 12 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @web5/user-agent

## 0.3.2

### Patch Changes

- [#500](https://github.com/TBD54566975/web5-js/pull/500) [`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade DWN SDK with newest features

- remove `Permissions` interface and replace permissions with a first-class protocol representing it
- adding `RecordsTags` functionality

- Updated dependencies [[`41ac378`](https://github.com/TBD54566975/web5-js/commit/41ac378a0197e56aeb70cf2d80d6b3917d4c1490)]:
- @web5/agent@0.3.2

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.3.2",
"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.1",
"@web5/agent": "0.3.2",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down Expand Up @@ -99,4 +99,4 @@
"rimraf": "4.4.0",
"typescript": "5.1.6"
}
}
}
29 changes: 7 additions & 22 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 393d483

Please sign in to comment.