Skip to content

Commit

Permalink
chore(master): release masca-core 0.3.0 (#301)
Browse files Browse the repository at this point in the history
* chore: release master

* chore: update snap shasum

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Domajnko <35891136+martines3000@users.noreply.github.com>
Co-authored-by: Martin Domajnko <domajnko.martin@gmail.com>
  • Loading branch information
3 people committed Jul 3, 2023
1 parent 764b182 commit c2be7e8
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/snap": "0.2.1",
"packages/connector": "0.2.1",
"packages/types": "0.2.1",
"packages/datamanager": "0.2.1",
"packages/snap": "0.3.0",
"packages/connector": "0.3.0",
"packages/types": "0.3.0",
"packages/datamanager": "0.3.0",
"libs/utils": "1.2.0",
"libs/did-provider-ebsi": "1.0.0",
"libs/did-provider-key": "1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.0](https://github.com/blockchain-lab-um/masca/compare/masca-connector-v0.2.1...masca-connector-v0.3.0) (2023-07-03)


### :rocket: Features

* handle did:ethr and did:pkh ([#296](https://github.com/blockchain-lab-um/masca/issues/296)) ([af3e878](https://github.com/blockchain-lab-um/masca/commit/af3e8786729472bd084af0c37ff899256546be04))
* pass EBSI holder wallet conformance tests ([#291](https://github.com/blockchain-lab-um/masca/issues/291)) ([cdd7b63](https://github.com/blockchain-lab-um/masca/commit/cdd7b635c2a07237834fd2dccadb3dacf137f54b))

## [0.2.1](https://github.com/blockchain-lab-um/masca/compare/masca-connector-v0.2.0...masca-connector-v0.2.1) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-connector",
"version": "0.2.1",
"version": "0.3.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down
7 changes: 7 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/blockchain-lab-um/masca/compare/veramo-datamanager-v0.2.1...veramo-datamanager-v0.3.0) (2023-07-03)


### chore

* **veramo-datamanager:** Synchronize masca-core versions

## [0.2.1](https://github.com/blockchain-lab-um/masca/compare/veramo-datamanager-v0.2.0...veramo-datamanager-v0.2.1) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/datamanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/veramo-datamanager",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.0](https://github.com/blockchain-lab-um/masca/compare/masca-v0.2.1...masca-v0.3.0) (2023-07-03)


### :bug: Bug Fixes

* dApp does not accept JWT string ([#292](https://github.com/blockchain-lab-um/masca/issues/292)) ([68677ad](https://github.com/blockchain-lab-um/masca/commit/68677ad9763e2fd02ab0992866bd2a525fe5043a))
* fetched label showing elapsed time ([#284](https://github.com/blockchain-lab-um/masca/issues/284)) ([8f4d511](https://github.com/blockchain-lab-um/masca/commit/8f4d511d37de15f149bc9930ccfb1c5e8f8e4d64))


### :rocket: Features

* add global vc filter ([#298](https://github.com/blockchain-lab-um/masca/issues/298)) ([6eac029](https://github.com/blockchain-lab-um/masca/commit/6eac0298cdfef4561ab8f908c3d7c0db6af021d8))
* combine qr scanning with OIDC ([#297](https://github.com/blockchain-lab-um/masca/issues/297)) ([f475c1a](https://github.com/blockchain-lab-um/masca/commit/f475c1a615f13c1212992f6c0ffe3abfdeccae3a))
* createVP rpc method accepts VCs instead of VC IDs ([#247](https://github.com/blockchain-lab-um/masca/issues/247)) ([6cdd597](https://github.com/blockchain-lab-um/masca/commit/6cdd5976ad99babc5ca1d83b2ecd33e3c0e7342e))
* handle did:ethr and did:pkh ([#296](https://github.com/blockchain-lab-um/masca/issues/296)) ([af3e878](https://github.com/blockchain-lab-um/masca/commit/af3e8786729472bd084af0c37ff899256546be04))
* initial implementation of entropy based account indices handling ([#239](https://github.com/blockchain-lab-um/masca/issues/239)) ([4160d4e](https://github.com/blockchain-lab-um/masca/commit/4160d4e1ad466bc2ce1da5ac4c6129c91bb08dca))
* pass EBSI holder wallet conformance tests ([#291](https://github.com/blockchain-lab-um/masca/issues/291)) ([cdd7b63](https://github.com/blockchain-lab-um/masca/commit/cdd7b635c2a07237834fd2dccadb3dacf137f54b))
* refactor tests ([#286](https://github.com/blockchain-lab-um/masca/issues/286)) ([62bd89c](https://github.com/blockchain-lab-um/masca/commit/62bd89c4b08215cb6968955fdfaa01f19460ce76))

## [0.2.1](https://github.com/blockchain-lab-um/masca/compare/masca-v0.2.0...masca-v0.2.1) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca",
"version": "0.2.1",
"version": "0.3.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.3.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "masca",
"repository": {
Expand All @@ -15,7 +15,7 @@
"registry": "https://registry.npmjs.org"
}
},
"shasum": "N4Byp0ghxO8DmzeLYiZsE+G2vtR91ihXYE4JDVdyfiA="
"shasum": "5+77WRqdfue4fr/M8qSCwuy+ZgooFGYE8hvHwTfNesE="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://github.com/blockchain-lab-um/masca/compare/masca-types-v0.2.1...masca-types-v0.3.0) (2023-07-03)


### :rocket: Features

* createVP rpc method accepts VCs instead of VC IDs ([#247](https://github.com/blockchain-lab-um/masca/issues/247)) ([6cdd597](https://github.com/blockchain-lab-um/masca/commit/6cdd5976ad99babc5ca1d83b2ecd33e3c0e7342e))
* handle did:ethr and did:pkh ([#296](https://github.com/blockchain-lab-um/masca/issues/296)) ([af3e878](https://github.com/blockchain-lab-um/masca/commit/af3e8786729472bd084af0c37ff899256546be04))
* pass EBSI holder wallet conformance tests ([#291](https://github.com/blockchain-lab-um/masca/issues/291)) ([cdd7b63](https://github.com/blockchain-lab-um/masca/commit/cdd7b635c2a07237834fd2dccadb3dacf137f54b))

## [0.2.1](https://github.com/blockchain-lab-um/masca/compare/masca-types-v0.2.0...masca-types-v0.2.1) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-types",
"version": "0.2.1",
"version": "0.3.0",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down

0 comments on commit c2be7e8

Please sign in to comment.