-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/connection-tags
- Loading branch information
Showing
263 changed files
with
23,267 additions
and
14,156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": true, | ||
"privatePackages": false, | ||
"fixed": [["@credo-ts/*"]], | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"snapshot": { | ||
"useCalculatedVersion": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@credo-ts/core': patch | ||
--- | ||
|
||
pex query fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
'@credo-ts/action-menu': patch | ||
'@credo-ts/anoncreds': patch | ||
'@credo-ts/askar': patch | ||
'@credo-ts/bbs-signatures': patch | ||
'@credo-ts/cheqd': patch | ||
'@credo-ts/core': patch | ||
'@credo-ts/drpc': patch | ||
'@credo-ts/indy-sdk-to-askar-migration': patch | ||
'@credo-ts/indy-vdr': patch | ||
'@credo-ts/node': patch | ||
'@credo-ts/openid4vc': patch | ||
'@credo-ts/question-answer': patch | ||
'@credo-ts/react-native': patch | ||
'@credo-ts/tenants': patch | ||
--- | ||
|
||
- feat: allow serving dids from did record (#1856) | ||
- fix: set created at for anoncreds records (#1862) | ||
- feat: add goal to public api for credential and proof (#1867) | ||
- fix(oob): only reuse connection if enabled (#1868) | ||
- fix: issuer id query anoncreds w3c (#1870) | ||
- feat: sd-jwt issuance without holder binding (#1871) | ||
- chore: update oid4vci deps (#1873) | ||
- fix: query for qualified/unqualified forms in revocation notification (#1866) | ||
- fix: wrong schema id is stored for credentials (#1884) | ||
- fix: process credential or proof problem report message related to connectionless or out of band exchange (#1859) | ||
- fix: unqualified indy revRegDefId in migration (#1887) | ||
- feat: verify SD-JWT Token status list and SD-JWT VC fixes (#1872) | ||
- fix(anoncreds): combine creds into one proof (#1893) | ||
- fix: AnonCreds proof requests with unqualified dids (#1891) | ||
- fix: WebSocket priority in Message Pick Up V2 (#1888) | ||
- fix: anoncreds predicate only proof with unqualified dids (#1907) | ||
- feat: add pagination params to storage service (#1883) | ||
- feat: add message handler middleware and fallback (#1894) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.