Skip to content

Commit

Permalink
chore: release master (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 25, 2023
1 parent 5cb7968 commit c100035
Show file tree
Hide file tree
Showing 10 changed files with 66 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.3.1",
"packages/connector": "0.3.1",
"packages/types": "0.3.1",
"packages/datamanager": "0.3.1",
"packages/snap": "0.4.0",
"packages/connector": "0.4.0",
"packages/types": "0.4.0",
"packages/datamanager": "0.4.0",
"libs/utils": "1.2.0",
"libs/did-provider-ebsi": "1.0.0",
"libs/did-provider-key": "1.0.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.0](https://github.com/blockchain-lab-um/masca/compare/masca-connector-v0.3.1...masca-connector-v0.4.0) (2023-07-25)


### :rocket: Features

* modularize snap arhitecture ([#314](https://github.com/blockchain-lab-um/masca/issues/314)) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* PolygonID support (query, save, delete, credential offer, authorization request) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* support network switching on dapp ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* use Ethers HDNodeWallet + entropy for key generation ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))

## [0.3.1](https://github.com/blockchain-lab-um/masca/compare/masca-connector-v0.3.0...masca-connector-v0.3.1) (2023-07-04)


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.3.1",
"version": "0.4.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down
12 changes: 12 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/blockchain-lab-um/masca/compare/veramo-datamanager-v0.3.1...veramo-datamanager-v0.4.0) (2023-07-25)


### :rocket: Features

* add snap type guards ([#310](https://github.com/blockchain-lab-um/masca/issues/310)) ([a7d1472](https://github.com/blockchain-lab-um/masca/commit/a7d14724256f70db7b45a8f8e8035e06bfbbbb57))


### :bug: Bug Fixes

* resolves build and test issues ([#354](https://github.com/blockchain-lab-um/masca/issues/354)) ([d178b8a](https://github.com/blockchain-lab-um/masca/commit/d178b8a75abe938aee9e9b2047d25bd7c352ed4f))

## [0.3.1](https://github.com/blockchain-lab-um/masca/compare/veramo-datamanager-v0.3.0...veramo-datamanager-v0.3.1) (2023-07-04)


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.3.1",
"version": "0.4.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://github.com/blockchain-lab-um/masca/compare/masca-v0.3.1...masca-v0.4.0) (2023-07-25)


### :rocket: Features

* add snap type guards ([#310](https://github.com/blockchain-lab-um/masca/issues/310)) ([a7d1472](https://github.com/blockchain-lab-um/masca/commit/a7d14724256f70db7b45a8f8e8035e06bfbbbb57))
* modularize snap arhitecture ([#314](https://github.com/blockchain-lab-um/masca/issues/314)) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* PolygonID support (query, save, delete, credential offer, authorization request) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* support network switching on dapp ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* switch to esbuild for bundling masca ([#311](https://github.com/blockchain-lab-um/masca/issues/311)) ([a129fa1](https://github.com/blockchain-lab-um/masca/commit/a129fa14d9e364717cba2263086fe65f2933c478))
* use Ethers HDNodeWallet + entropy for key generation ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))


### :bug: Bug Fixes

* fixes some styling problems ([#308](https://github.com/blockchain-lab-um/masca/issues/308)) ([8d321fa](https://github.com/blockchain-lab-um/masca/commit/8d321fa9fdbe148cfcb4682bfb775302422b20cb))
* resolves build and test issues ([#354](https://github.com/blockchain-lab-um/masca/issues/354)) ([d178b8a](https://github.com/blockchain-lab-um/masca/commit/d178b8a75abe938aee9e9b2047d25bd7c352ed4f))

## [0.3.1](https://github.com/blockchain-lab-um/masca/compare/masca-v0.3.0...masca-v0.3.1) (2023-07-04)


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.3.1",
"version": "0.4.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.3.1",
"version": "0.4.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": "F51rMt4W6wioUovHRMMOspcyCESSc+OwCUR/Q7UAg5M="
"shasum": "0wyv9ZUKGS9jmE2y39EKh/zwW245Rnv/YMwBdtwhiV0="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
16 changes: 16 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.0](https://github.com/blockchain-lab-um/masca/compare/masca-types-v0.3.1...masca-types-v0.4.0) (2023-07-25)


### :rocket: Features

* add snap type guards ([#310](https://github.com/blockchain-lab-um/masca/issues/310)) ([a7d1472](https://github.com/blockchain-lab-um/masca/commit/a7d14724256f70db7b45a8f8e8035e06bfbbbb57))
* modularize snap arhitecture ([#314](https://github.com/blockchain-lab-um/masca/issues/314)) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* PolygonID support (query, save, delete, credential offer, authorization request) ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* support network switching on dapp ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))
* use Ethers HDNodeWallet + entropy for key generation ([a1450f3](https://github.com/blockchain-lab-um/masca/commit/a1450f3e701cf35c019e6f0b4276f72c46bb8253))


### :bug: Bug Fixes

* resolves build and test issues ([#354](https://github.com/blockchain-lab-um/masca/issues/354)) ([d178b8a](https://github.com/blockchain-lab-um/masca/commit/d178b8a75abe938aee9e9b2047d25bd7c352ed4f))

## [0.3.1](https://github.com/blockchain-lab-um/masca/compare/masca-types-v0.3.0...masca-types-v0.3.1) (2023-07-04)


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.3.1",
"version": "0.4.0",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down

0 comments on commit c100035

Please sign in to comment.