Skip to content

Commit

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

* Manual bump workspace packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leo Ribeiro <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 1f03a5a commit e241281
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 48 deletions.
9 changes: 0 additions & 9 deletions .changeset/few-icons-look.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [#479](https://github.com/TBD54566975/web5-js/pull/479) [`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba) Thanks [@leordev](https://github.com/leordev)! - Official tbDEX v1 release 🎉
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/common",
"version": "0.2.4",
"version": "1.0.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @web5/credentials

## 1.0.0

### Major Changes

- [#479](https://github.com/TBD54566975/web5-js/pull/479) [`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba) Thanks [@leordev](https://github.com/leordev)! - Official tbDEX v1 release 🎉

### Patch Changes

- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
- @web5/common@1.0.0
- @web5/crypto@1.0.0
- @web5/dids@1.0.0
10 changes: 5 additions & 5 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "0.4.5",
"version": "1.0.0",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -76,9 +76,9 @@
},
"dependencies": {
"@sphereon/pex": "2.1.0",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3"
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0"
},
"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/crypto-aws-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @web5/crypto-aws-kms

## 1.0.0

### Major Changes

- [#479](https://github.com/TBD54566975/web5-js/pull/479) [`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba) Thanks [@leordev](https://github.com/leordev)! - Official tbDEX v1 release 🎉

### Patch Changes

- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
- @web5/crypto@1.0.0
6 changes: 3 additions & 3 deletions packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto-aws-kms",
"version": "0.2.1",
"version": "1.0.0",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@aws-sdk/client-kms": "3.478.0",
"@web5/crypto": "0.4.1"
"@web5/crypto": "1.0.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down Expand Up @@ -99,4 +99,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
12 changes: 12 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @web5/crypto

## 1.0.0

### Major Changes

- [#479](https://github.com/TBD54566975/web5-js/pull/479) [`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba) Thanks [@leordev](https://github.com/leordev)! - Official tbDEX v1 release 🎉

### Patch Changes

- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
- @web5/common@1.0.0
6 changes: 3 additions & 3 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "0.4.1",
"version": "1.0.0",
"description": "Web5 cryptographic library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@noble/ciphers": "0.4.1",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
"@web5/common": "0.2.4"
"@web5/common": "1.0.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down Expand Up @@ -106,4 +106,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
13 changes: 13 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @web5/dids

## 1.0.0

### Major Changes

- [#479](https://github.com/TBD54566975/web5-js/pull/479) [`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba) Thanks [@leordev](https://github.com/leordev)! - Official tbDEX v1 release 🎉

### Patch Changes

- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
- @web5/common@1.0.0
- @web5/crypto@1.0.0
8 changes: 4 additions & 4 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "0.4.3",
"version": "1.0.0",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -78,8 +78,8 @@
"dependencies": {
"@decentralized-identity/ion-sdk": "1.0.1",
"@dnsquery/dns-packet": "6.1.1",
"@web5/common": "0.2.4",
"@web5/crypto": "0.4.1",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"abstract-level": "1.0.4",
"bencode": "4.0.0",
"buffer": "6.0.3",
Expand Down Expand Up @@ -112,4 +112,4 @@
"source-map-loader": "4.0.2",
"typescript": "5.1.6"
}
}
}
46 changes: 23 additions & 23 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 e241281

Please sign in to comment.