Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): release v1.5.0 #139

Merged
merged 1 commit into from
Mar 20, 2023
Merged
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/snap": "1.4.0",
"packages/connector": "1.4.0",
"packages/types": "1.4.0",
"packages/vcmanager": "1.4.0"
"packages/snap": "1.5.0",
"packages/connector": "1.5.0",
"packages/types": "1.5.0",
"packages/vcmanager": "1.5.0"
}
12 changes: 12 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-connector-v1.4.0...ssi-snap-connector-v1.5.0) (2023-03-20)


### :rocket: Features

* new error handling ([#111](https://github.com/blockchain-lab-um/ssi-snap/issues/111)) ([f0f012b](https://github.com/blockchain-lab-um/ssi-snap/commit/f0f012b84a836fbc8d383cd93824f216abda2ef3))


### :bug: Bug Fixes

* changes switchDIDMethod return type ([#132](https://github.com/blockchain-lab-um/ssi-snap/issues/132)) ([8cd8a7a](https://github.com/blockchain-lab-um/ssi-snap/commit/8cd8a7a72fccf333c021a69b19fa920c8111ebda))

## [1.4.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-connector-v1.3.0...ssi-snap-connector-v1.4.0) (2023-03-01)


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/ssi-snap-connector",
"version": "1.4.0",
"version": "1.5.0",
"description": "Library for using the SSI Snap on frontend",
"keywords": [
"MetaMask",
Expand Down
14 changes: 14 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-v1.4.0...ssi-snap-v1.5.0) (2023-03-20)


### :bug: Bug Fixes

* join VCs with same ID ([#129](https://github.com/blockchain-lab-um/ssi-snap/issues/129)) ([d04e89c](https://github.com/blockchain-lab-um/ssi-snap/commit/d04e89c35e378ff4e762212d5a2f3584a676dbe3))


### :rocket: Features

* adds verify data rpc method ([#133](https://github.com/blockchain-lab-um/ssi-snap/issues/133)) ([48b8a44](https://github.com/blockchain-lab-um/ssi-snap/commit/48b8a440876dfee7a39cd4edfb0d48fc4accd7ec))
* new error handling ([#111](https://github.com/blockchain-lab-um/ssi-snap/issues/111)) ([f0f012b](https://github.com/blockchain-lab-um/ssi-snap/commit/f0f012b84a836fbc8d383cd93824f216abda2ef3))
* new popups and snaps 0.28.0 ([#131](https://github.com/blockchain-lab-um/ssi-snap/issues/131)) ([aae6312](https://github.com/blockchain-lab-um/ssi-snap/commit/aae63129d0e3e40ddd9860de8a755a0610997204))

## [1.4.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-types-v1.3.0...ssi-snap-types-v1.4.0) (2023-03-01)


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/ssi-snap",
"version": "1.4.0",
"version": "1.5.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "ssi-snap",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.5.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-types-v1.4.0...ssi-snap-types-v1.5.0) (2023-03-20)


### :bug: Bug Fixes

* changes switchDIDMethod return type ([#132](https://github.com/blockchain-lab-um/ssi-snap/issues/132)) ([8cd8a7a](https://github.com/blockchain-lab-um/ssi-snap/commit/8cd8a7a72fccf333c021a69b19fa920c8111ebda))
* join VCs with same ID ([#129](https://github.com/blockchain-lab-um/ssi-snap/issues/129)) ([d04e89c](https://github.com/blockchain-lab-um/ssi-snap/commit/d04e89c35e378ff4e762212d5a2f3584a676dbe3))


### :rocket: Features

* adds verify data rpc method ([#133](https://github.com/blockchain-lab-um/ssi-snap/issues/133)) ([48b8a44](https://github.com/blockchain-lab-um/ssi-snap/commit/48b8a440876dfee7a39cd4edfb0d48fc4accd7ec))
* new error handling ([#111](https://github.com/blockchain-lab-um/ssi-snap/issues/111)) ([f0f012b](https://github.com/blockchain-lab-um/ssi-snap/commit/f0f012b84a836fbc8d383cd93824f216abda2ef3))

## [1.4.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-types-v1.3.0...ssi-snap-types-v1.4.0) (2023-03-01)


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/ssi-snap-types",
"version": "1.4.0",
"version": "1.5.0",
"description": "Types for SSI Snap.",
"keywords": [
"ssi",
Expand Down
7 changes: 7 additions & 0 deletions packages/vcmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-vcmanager-v1.4.0...ssi-snap-vcmanager-v1.5.0) (2023-03-20)


### chore

* **ssi-snap-vcmanager:** Synchronize ssi-snap-core versions

## [1.4.0](https://github.com/blockchain-lab-um/ssi-snap/compare/ssi-snap-vcmanager-v1.3.0...ssi-snap-vcmanager-v1.4.0) (2023-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/vcmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/veramo-vc-manager",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down