Skip to content

Commit

Permalink
chore(release): v4.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Nov 3, 2022
1 parent eb03b63 commit aeb4178
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.1",
"version": "4.1.2",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-ethr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit aeb4178

Please sign in to comment.