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
5 changes: 0 additions & 5 deletions .changeset/dull-windows-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/every-phones-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/petite-papayas-make.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-spies-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-doors-know.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/anoncreds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
13 changes: 13 additions & 0 deletions packages/askar-to-drizzle-storage-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @credo-ts/askar-to-drizzle-storage-migration

## 0.6.2

### Patch Changes

- Updated dependencies [5e05d93]
- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar-to-drizzle-storage-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/askar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- 5e05d93: Correctly throw a `AskarStoreDuplicateError` error when the store already exists.
- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/cheqd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cheqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.2

### Patch Changes

- b9bd214: feat: add a (configurable) 30 seconds skew to JWT-based credentials and other JWT object verification. This is to prevent verification errors based on slight deviations in server time. This does not affect non-JWT credentials yet (mDOC, JSON-LD)
- 1969c67: feat: fetch updated sd-jwt-vc type metadata path for sd-jwt-vc. There is also a new `fetchTypeMetadata` method in the `SdJwtVcApi`, allowing to resolve the type metadata for an SD-JWT VC. It will also verify the `vct#integrity` if available on the credential. Only HTTPS urls are supported at the moment.
- 2073110: fix: correctly extract and store the kms key id for JWK-bound sd-jwt credentials received over openid4vc

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/didcomm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @credo-ts/didcomm

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/didcomm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
17 changes: 17 additions & 0 deletions packages/drizzle-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @credo-ts/drizzle-storage

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [657ec73]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@credo-ts/drizzle-storage",
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build",
"cli-build",
Expand Down
10 changes: 10 additions & 0 deletions packages/drpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/hedera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @credo-ts/hedera

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hedera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/indy-vdr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-vdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/openid4vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.6.2

### Patch Changes

- b9bd214: feat: add a (configurable) 30 seconds skew to JWT-based credentials and other JWT object verification. This is to prevent verification errors based on slight deviations in server time. This does not affect non-JWT credentials yet (mDOC, JSON-LD)
- 657ec73: chore: update @openid4vc package to ^0.4.3. This includes several transformation logic fixes for transforming between drafts, that caused issues for projects updating from Credo 0.5
- 2073110: fix: correctly extract and store the kms key id for JWK-bound sd-jwt credentials received over openid4vc
- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openid4vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/question-answer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

### Patch Changes

- Updated dependencies [b9bd214]
- Updated dependencies [1969c67]
- Updated dependencies [2073110]
- @credo-ts/[email protected]
- @credo-ts/[email protected]

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/question-answer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cli": "./build/index.mjs",
"import": "./src/index.ts"
},
"version": "0.6.1",
"version": "0.6.2",
"files": [
"build"
],
Expand Down
Loading