Skip to content

Commit

Permalink
chore: pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Jan 29, 2024
1 parent 4d9a1ef commit 9c3a639
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-tables-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dids": minor
---

Split functionality to allow for threaded usage of dids
28 changes: 28 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@didtools/cacao": "3.0.1",
"@didtools/codecs": "3.0.0",
"did-session": "3.0.2",
"dids": "5.0.2",
"integration": "0.0.1",
"jest-environment-ceramic": "0.18.0",
"key-did-provider-ed25519": "4.0.2",
"@didtools/key-secp256k1": "0.3.2",
"@didtools/key-webcrypto": "0.2.0",
"key-did-resolver": "4.0.0",
"@didtools/key-webauthn": "2.0.1",
"@didtools/multidid": "0.1.0",
"pkh-did-resolver": "2.0.0",
"@didtools/pkh-ethereum": "0.5.0",
"@didtools/pkh-solana": "0.2.0",
"@didtools/pkh-stacks": "0.2.0",
"@didtools/pkh-tezos": "0.3.0",
"@didtools/siwx": "2.0.0",
"website": "0.0.0"
},
"changesets": [
"fair-tables-dance"
]
}
9 changes: 9 additions & 0 deletions packages/did-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# did-session

## 3.0.3-next.0

### Patch Changes

- Updated dependencies
- dids@5.1.0-next.0
- key-did-provider-ed25519@4.0.3-next.0
- @didtools/key-webcrypto@0.2.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-session",
"version": "3.0.2",
"version": "3.0.3-next.0",
"description": "Manage user DIDs in a web environment",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
Expand Down
6 changes: 6 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## v2.4.0 (2021-07-12)

## 5.1.0-next.0

### Minor Changes

- Split functionality to allow for threaded usage of dids

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dids",
"version": "5.0.2",
"version": "5.1.0-next.0",
"description": "Typescript library for interacting with DIDs",
"author": "Joel Thorstensson <oed@3box.io>",
"license": "(Apache-2.0 OR MIT)",
Expand Down
7 changes: 7 additions & 0 deletions packages/key-did-provider-ed25519/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# key-did-provider-ed25519

## 4.0.3-next.0

### Patch Changes

- Updated dependencies
- dids@5.1.0-next.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-did-provider-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "key-did-provider-ed25519",
"version": "4.0.2",
"version": "4.0.3-next.0",
"author": "Joel Thorstensson",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/key-did-provider-secp256k1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @didtools/key-secp256k1

## 0.3.3-next.0

### Patch Changes

- Updated dependencies
- dids@5.1.0-next.0

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-did-provider-secp256k1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didtools/key-secp256k1",
"version": "0.3.2",
"version": "0.3.3-next.0",
"author": "Joel Thorstensson",
"license": "(Apache-2.0 OR MIT)",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/key-did-provider-webcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/varint": "^6.0.3",
"did-jwt": "^7.4.5",
"dids": "workspace:^5.0.0",
"dids": "workspace:^5.1.0-next.0",
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
Expand Down

0 comments on commit 9c3a639

Please sign in to comment.