-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4999c4b
commit 6e2f404
Showing
10 changed files
with
106 additions
and
9 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"packages/snap": "1.2.2", | ||
"packages/connector": "1.0.8", | ||
"packages/types": "1.0.11", | ||
"packages/vcmanager": "1.0.7" | ||
"packages/snap": "1.3.0", | ||
"packages/connector": "1.3.0", | ||
"packages/types": "1.3.0", | ||
"packages/vcmanager": "1.3.0" | ||
} |
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,25 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-connector-v1.0.8...ssi-snap-connector-v1.3.0) (2023-02-27) | ||
|
||
|
||
### :page_with_curl: Documentation | ||
|
||
* update docs for ssi snap 1.3.0 ([#68](https://github.com/blockchain-lab-um/ssi-snap/issues/68)) ([e571935](https://github.com/blockchain-lab-um/ssi-snap/commit/e571935111e69b97026b0ab811e22ff038a6535e)) | ||
|
||
|
||
### :bug: Bug Fixes | ||
|
||
* remove infura token ([#93](https://github.com/blockchain-lab-um/ssi-snap/issues/93)) ([8d712d7](https://github.com/blockchain-lab-um/ssi-snap/commit/8d712d70e3cdd74d38671f7733ac9f2501a1711a)) | ||
|
||
|
||
### :rocket: Features | ||
|
||
* add resolveDID RPC method ([#78](https://github.com/blockchain-lab-um/ssi-snap/issues/78)) ([c03c8e6](https://github.com/blockchain-lab-um/ssi-snap/commit/c03c8e6e2f0e67cc40d9f0392c82805003b1c791)) | ||
* implement DataManager in snap ([#64](https://github.com/blockchain-lab-um/ssi-snap/issues/64)) ([7a261bf](https://github.com/blockchain-lab-um/ssi-snap/commit/7a261bfb2c25c97a8190c0e2f77d329d2fa58ecd)) | ||
* move to SonarCloud ([#114](https://github.com/blockchain-lab-um/ssi-snap/issues/114)) ([4999c4b](https://github.com/blockchain-lab-um/ssi-snap/commit/4999c4b9cb82c26bb91b15d86272bba77122e04f)) | ||
* snap dApp ([#67](https://github.com/blockchain-lab-um/ssi-snap/issues/67)) ([5a3ef13](https://github.com/blockchain-lab-um/ssi-snap/commit/5a3ef1370fe870dc297a9e799f692bdf717e6d1e)) | ||
* snap types restructure ([#63](https://github.com/blockchain-lab-um/ssi-snap/issues/63)) ([2aca212](https://github.com/blockchain-lab-um/ssi-snap/commit/2aca2129ae8815e14c3d8bdc123fd64fff0bb94a)) | ||
* sonarqube integration ([#41](https://github.com/blockchain-lab-um/ssi-snap/issues/41)) ([2440f72](https://github.com/blockchain-lab-um/ssi-snap/commit/2440f72222fce8ba11448a83043ac76ff9a73c62)) | ||
* switch to MetaMask private keys ([#45](https://github.com/blockchain-lab-um/ssi-snap/issues/45)) ([ca75794](https://github.com/blockchain-lab-um/ssi-snap/commit/ca757948b835c8fee727b6c490a1beac42296216)) | ||
* switch to pnpm ([#80](https://github.com/blockchain-lab-um/ssi-snap/issues/80)) ([688fe61](https://github.com/blockchain-lab-um/ssi-snap/commit/688fe616430f590e0a9ab99b6e271235a6190378)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-v1.2.2...ssi-snap-v1.3.0) (2023-02-27) | ||
|
||
|
||
### :page_with_curl: Documentation | ||
|
||
* update docs for ssi snap 1.3.0 ([#68](https://github.com/blockchain-lab-um/ssi-snap/issues/68)) ([e571935](https://github.com/blockchain-lab-um/ssi-snap/commit/e571935111e69b97026b0ab811e22ff038a6535e)) | ||
|
||
|
||
### :bug: Bug Fixes | ||
|
||
* fixes ceramic network connection ([#66](https://github.com/blockchain-lab-um/ssi-snap/issues/66)) ([d181782](https://github.com/blockchain-lab-um/ssi-snap/commit/d181782927626515a1bf9afc87906f128e8b7ebc)) | ||
* fixes provider bug ([#100](https://github.com/blockchain-lab-um/ssi-snap/issues/100)) ([d89194d](https://github.com/blockchain-lab-um/ssi-snap/commit/d89194d84ee3b9dc2cc2c03d79628ff2f8e970f3)) | ||
* publicKey ([#53](https://github.com/blockchain-lab-um/ssi-snap/issues/53)) ([dbad158](https://github.com/blockchain-lab-um/ssi-snap/commit/dbad1584fa0e6548f1dc8b7aae0a26104feea24f)) | ||
* remove infura token ([#93](https://github.com/blockchain-lab-um/ssi-snap/issues/93)) ([8d712d7](https://github.com/blockchain-lab-um/ssi-snap/commit/8d712d70e3cdd74d38671f7733ac9f2501a1711a)) | ||
|
||
|
||
### :rocket: Features | ||
|
||
* add did:pkh ([#76](https://github.com/blockchain-lab-um/ssi-snap/issues/76)) ([3aebf3e](https://github.com/blockchain-lab-um/ssi-snap/commit/3aebf3eb21ee934b3cca77815b300c3bdac34a39)) | ||
* add resolveDID RPC method ([#78](https://github.com/blockchain-lab-um/ssi-snap/issues/78)) ([c03c8e6](https://github.com/blockchain-lab-um/ssi-snap/commit/c03c8e6e2f0e67cc40d9f0392c82805003b1c791)) | ||
* implement DataManager in snap ([#64](https://github.com/blockchain-lab-um/ssi-snap/issues/64)) ([7a261bf](https://github.com/blockchain-lab-um/ssi-snap/commit/7a261bfb2c25c97a8190c0e2f77d329d2fa58ecd)) | ||
* integrates nx-cloud and updates workflows ([#42](https://github.com/blockchain-lab-um/ssi-snap/issues/42)) ([872ddae](https://github.com/blockchain-lab-um/ssi-snap/commit/872ddae33d76db8e37f28bb0d29b0cd7f8c7f07c)) | ||
* move to SonarCloud ([#114](https://github.com/blockchain-lab-um/ssi-snap/issues/114)) ([4999c4b](https://github.com/blockchain-lab-um/ssi-snap/commit/4999c4b9cb82c26bb91b15d86272bba77122e04f)) | ||
* snap dApp ([#67](https://github.com/blockchain-lab-um/ssi-snap/issues/67)) ([5a3ef13](https://github.com/blockchain-lab-um/ssi-snap/commit/5a3ef1370fe870dc297a9e799f692bdf717e6d1e)) | ||
* snap types restructure ([#63](https://github.com/blockchain-lab-um/ssi-snap/issues/63)) ([2aca212](https://github.com/blockchain-lab-um/ssi-snap/commit/2aca2129ae8815e14c3d8bdc123fd64fff0bb94a)) | ||
* sonarqube integration ([#41](https://github.com/blockchain-lab-um/ssi-snap/issues/41)) ([2440f72](https://github.com/blockchain-lab-um/ssi-snap/commit/2440f72222fce8ba11448a83043ac76ff9a73c62)) | ||
* switch to MetaMask private keys ([#45](https://github.com/blockchain-lab-um/ssi-snap/issues/45)) ([ca75794](https://github.com/blockchain-lab-um/ssi-snap/commit/ca757948b835c8fee727b6c490a1beac42296216)) | ||
* switch to pnpm ([#80](https://github.com/blockchain-lab-um/ssi-snap/issues/80)) ([688fe61](https://github.com/blockchain-lab-um/ssi-snap/commit/688fe616430f590e0a9ab99b6e271235a6190378)) | ||
* upgrade RPC methods ([#52](https://github.com/blockchain-lab-um/ssi-snap/issues/52)) ([768a4f0](https://github.com/blockchain-lab-um/ssi-snap/commit/768a4f0fa9f861df2545abdccc1f92cf6e699d6b)) |
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
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,24 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-types-v1.0.11...ssi-snap-types-v1.3.0) (2023-02-27) | ||
|
||
|
||
### :page_with_curl: Documentation | ||
|
||
* update docs for ssi snap 1.3.0 ([#68](https://github.com/blockchain-lab-um/ssi-snap/issues/68)) ([e571935](https://github.com/blockchain-lab-um/ssi-snap/commit/e571935111e69b97026b0ab811e22ff038a6535e)) | ||
|
||
|
||
### :bug: Bug Fixes | ||
|
||
* remove infura token ([#93](https://github.com/blockchain-lab-um/ssi-snap/issues/93)) ([8d712d7](https://github.com/blockchain-lab-um/ssi-snap/commit/8d712d70e3cdd74d38671f7733ac9f2501a1711a)) | ||
|
||
|
||
### :rocket: Features | ||
|
||
* add did:pkh ([#76](https://github.com/blockchain-lab-um/ssi-snap/issues/76)) ([3aebf3e](https://github.com/blockchain-lab-um/ssi-snap/commit/3aebf3eb21ee934b3cca77815b300c3bdac34a39)) | ||
* add resolveDID RPC method ([#78](https://github.com/blockchain-lab-um/ssi-snap/issues/78)) ([c03c8e6](https://github.com/blockchain-lab-um/ssi-snap/commit/c03c8e6e2f0e67cc40d9f0392c82805003b1c791)) | ||
* implement DataManager in snap ([#64](https://github.com/blockchain-lab-um/ssi-snap/issues/64)) ([7a261bf](https://github.com/blockchain-lab-um/ssi-snap/commit/7a261bfb2c25c97a8190c0e2f77d329d2fa58ecd)) | ||
* snap dApp ([#67](https://github.com/blockchain-lab-um/ssi-snap/issues/67)) ([5a3ef13](https://github.com/blockchain-lab-um/ssi-snap/commit/5a3ef1370fe870dc297a9e799f692bdf717e6d1e)) | ||
* snap types restructure ([#63](https://github.com/blockchain-lab-um/ssi-snap/issues/63)) ([2aca212](https://github.com/blockchain-lab-um/ssi-snap/commit/2aca2129ae8815e14c3d8bdc123fd64fff0bb94a)) | ||
* switch to MetaMask private keys ([#45](https://github.com/blockchain-lab-um/ssi-snap/issues/45)) ([ca75794](https://github.com/blockchain-lab-um/ssi-snap/commit/ca757948b835c8fee727b6c490a1beac42296216)) | ||
* switch to pnpm ([#80](https://github.com/blockchain-lab-um/ssi-snap/issues/80)) ([688fe61](https://github.com/blockchain-lab-um/ssi-snap/commit/688fe616430f590e0a9ab99b6e271235a6190378)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-vcmanager-v1.0.7...ssi-snap-vcmanager-v1.3.0) (2023-02-27) | ||
|
||
|
||
### :page_with_curl: Documentation | ||
|
||
* update docs for ssi snap 1.3.0 ([#68](https://github.com/blockchain-lab-um/ssi-snap/issues/68)) ([e571935](https://github.com/blockchain-lab-um/ssi-snap/commit/e571935111e69b97026b0ab811e22ff038a6535e)) | ||
|
||
|
||
### :rocket: Features | ||
|
||
* implement DataManager in snap ([#64](https://github.com/blockchain-lab-um/ssi-snap/issues/64)) ([7a261bf](https://github.com/blockchain-lab-um/ssi-snap/commit/7a261bfb2c25c97a8190c0e2f77d329d2fa58ecd)) | ||
* move to SonarCloud ([#114](https://github.com/blockchain-lab-um/ssi-snap/issues/114)) ([4999c4b](https://github.com/blockchain-lab-um/ssi-snap/commit/4999c4b9cb82c26bb91b15d86272bba77122e04f)) | ||
* sonarqube integration ([#41](https://github.com/blockchain-lab-um/ssi-snap/issues/41)) ([2440f72](https://github.com/blockchain-lab-um/ssi-snap/commit/2440f72222fce8ba11448a83043ac76ff9a73c62)) | ||
* switch to MetaMask private keys ([#45](https://github.com/blockchain-lab-um/ssi-snap/issues/45)) ([ca75794](https://github.com/blockchain-lab-um/ssi-snap/commit/ca757948b835c8fee727b6c490a1beac42296216)) | ||
* switch to pnpm ([#80](https://github.com/blockchain-lab-um/ssi-snap/issues/80)) ([688fe61](https://github.com/blockchain-lab-um/ssi-snap/commit/688fe616430f590e0a9ab99b6e271235a6190378)) |
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