diff --git a/CHANGELOG.md b/CHANGELOG.md index f98801fe7..4ef429ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03) + + +### Bug Fixes + +* **deps:** bump ethr-did to 2.3.6 and cosmetic changes in CLI config ([#1054](https://github.com/uport-project/veramo/issues/1054)) ([eb03b63](https://github.com/uport-project/veramo/commit/eb03b637ef5aecf57b0ee130d08689094b1956df)) + + + + + ## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01) **Note:** Version bump only for package veramo diff --git a/lerna.json b/lerna.json index 242d8266f..d9043537d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.1.1", + "version": "4.1.2", "packages": [ "packages/*" ], diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 232a69be4..7eeff5c21 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03) + + +### Bug Fixes + +* **deps:** bump ethr-did to 2.3.6 and cosmetic changes in CLI config ([#1054](https://github.com/uport-project/veramo/issues/1054)) ([eb03b63](https://github.com/uport-project/veramo/commit/eb03b637ef5aecf57b0ee130d08689094b1956df)) + + + + + ## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01) **Note:** Version bump only for package @veramo/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 28156cfca..c0c87ef35 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/cli", "description": "Veramo command line application.", - "version": "4.1.1", + "version": "4.1.2", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -26,7 +26,7 @@ "@veramo/did-discovery": "^4.1.1", "@veramo/did-jwt": "^4.1.1", "@veramo/did-manager": "^4.1.1", - "@veramo/did-provider-ethr": "^4.1.1", + "@veramo/did-provider-ethr": "^4.1.2", "@veramo/did-provider-key": "^4.1.1", "@veramo/did-provider-web": "^4.1.1", "@veramo/did-resolver": "^4.1.1", diff --git a/packages/did-provider-ethr/CHANGELOG.md b/packages/did-provider-ethr/CHANGELOG.md index 82289a0d0..7b0332779 100644 --- a/packages/did-provider-ethr/CHANGELOG.md +++ b/packages/did-provider-ethr/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03) + + +### Bug Fixes + +* **deps:** bump ethr-did to 2.3.6 and cosmetic changes in CLI config ([#1054](https://github.com/uport-project/veramo/issues/1054)) ([eb03b63](https://github.com/uport-project/veramo/commit/eb03b637ef5aecf57b0ee130d08689094b1956df)) + + + + + ## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01) **Note:** Version bump only for package @veramo/did-provider-ethr diff --git a/packages/did-provider-ethr/package.json b/packages/did-provider-ethr/package.json index 6236eab6a..a35c8a2dc 100644 --- a/packages/did-provider-ethr/package.json +++ b/packages/did-provider-ethr/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-ethr", "description": "Veramo ethr-did based identity controller plugin.", - "version": "4.1.1", + "version": "4.1.2", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/test-react-app/CHANGELOG.md b/packages/test-react-app/CHANGELOG.md index 7562d40a2..60d665dbe 100644 --- a/packages/test-react-app/CHANGELOG.md +++ b/packages/test-react-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/uport-project/veramo/compare/v4.1.1...v4.1.2) (2022-11-03) + +**Note:** Version bump only for package @veramo/test-react-app + + + + + ## [4.1.1](https://github.com/uport-project/veramo/compare/v4.1.0...v4.1.1) (2022-11-01) **Note:** Version bump only for package @veramo/test-react-app diff --git a/packages/test-react-app/package.json b/packages/test-react-app/package.json index 34eac9a03..d795ce896 100644 --- a/packages/test-react-app/package.json +++ b/packages/test-react-app/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/test-react-app", "description": "This package is only meant for testing that veramo core dependencies function in a react environment.", - "version": "4.1.1", + "version": "4.1.2", "private": true, "dependencies": { "@veramo/core": "^4.1.1", @@ -11,7 +11,7 @@ "@veramo/did-comm": "^4.1.1", "@veramo/did-jwt": "^4.1.1", "@veramo/did-manager": "^4.1.1", - "@veramo/did-provider-ethr": "^4.1.1", + "@veramo/did-provider-ethr": "^4.1.2", "@veramo/did-provider-key": "^4.1.1", "@veramo/did-provider-web": "^4.1.1", "@veramo/did-resolver": "^4.1.1",