Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/dull-jokes-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@didtools/key-secp256k1": minor
"key-did-provider-ed25519": minor
"did-session": minor
"dids": minor
"jest-environment-ceramic": minor
---

Expose DIDs functionality to allow threaded signing and verification
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": [
"dull-jokes-teach"
]
}
13 changes: 13 additions & 0 deletions packages/did-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# did-session

## 3.1.0-next.0

### Minor Changes

- Expose DIDs functionality to allow threaded signing and verification

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]
- @didtools/[email protected]

## 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.1.0-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

- Expose DIDs functionality to allow threaded signing and verification

## 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 <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
Expand Down
Loading