Skip to content

Commit e241281

Browse files
Version Packages (#481)
* Version Packages * Manual bump workspace packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Leo Ribeiro <leordev@gmail.com>
1 parent 1f03a5a commit e241281

12 files changed

Lines changed: 97 additions & 48 deletions

File tree

.changeset/few-icons-look.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @web5/common
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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 🎉

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/common",
3-
"version": "0.2.4",
3+
"version": "1.0.0",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/credentials/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @web5/credentials
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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 🎉
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
12+
- @web5/common@1.0.0
13+
- @web5/crypto@1.0.0
14+
- @web5/dids@1.0.0

packages/credentials/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/credentials",
3-
"version": "0.4.5",
3+
"version": "1.0.0",
44
"description": "Verifiable Credentials",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
@@ -76,9 +76,9 @@
7676
},
7777
"dependencies": {
7878
"@sphereon/pex": "2.1.0",
79-
"@web5/common": "0.2.4",
80-
"@web5/crypto": "0.4.1",
81-
"@web5/dids": "0.4.3"
79+
"@web5/common": "1.0.0",
80+
"@web5/crypto": "1.0.0",
81+
"@web5/dids": "1.0.0"
8282
},
8383
"devDependencies": {
8484
"@playwright/test": "1.40.1",
@@ -105,4 +105,4 @@
105105
"sinon": "16.1.3",
106106
"typescript": "5.1.6"
107107
}
108-
}
108+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @web5/crypto-aws-kms
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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 🎉
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
12+
- @web5/crypto@1.0.0

packages/crypto-aws-kms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/crypto-aws-kms",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Web5 cryptographic library using AWS KMS",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"@aws-sdk/client-kms": "3.478.0",
74-
"@web5/crypto": "0.4.1"
74+
"@web5/crypto": "1.0.0"
7575
},
7676
"devDependencies": {
7777
"@playwright/test": "1.40.1",
@@ -99,4 +99,4 @@
9999
"source-map-loader": "4.0.2",
100100
"typescript": "5.1.6"
101101
}
102-
}
102+
}

packages/crypto/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @web5/crypto
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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 🎉
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
12+
- @web5/common@1.0.0

packages/crypto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/crypto",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "Web5 cryptographic library",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
@@ -78,7 +78,7 @@
7878
"@noble/ciphers": "0.4.1",
7979
"@noble/curves": "1.3.0",
8080
"@noble/hashes": "1.3.3",
81-
"@web5/common": "0.2.4"
81+
"@web5/common": "1.0.0"
8282
},
8383
"devDependencies": {
8484
"@playwright/test": "1.40.1",
@@ -106,4 +106,4 @@
106106
"source-map-loader": "4.0.2",
107107
"typescript": "5.1.6"
108108
}
109-
}
109+
}

packages/dids/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @web5/dids
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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 🎉
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a0edc10`](https://github.com/TBD54566975/web5-js/commit/a0edc1085cd78fa0a57383a9919c71f4971d3aba)]:
12+
- @web5/common@1.0.0
13+
- @web5/crypto@1.0.0

0 commit comments

Comments
 (0)