Skip to content

Commit

Permalink
chore(release): v1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Apr 26, 2021
1 parent 750bfcf commit 8c87769
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 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.

## [1.1.2](https://github.com/uport-project/veramo/compare/v1.1.1...v1.1.2) (2021-04-26)


### Bug Fixes

* add names to TypeORM entities ([#480](https://github.com/uport-project/veramo/issues/480)) ([750bfcf](https://github.com/uport-project/veramo/commit/750bfcf825b3d18080f7bf308b3a33a4da71a5eb))





## [1.1.1](https://github.com/uport-project/veramo/compare/v1.1.0...v1.1.1) (2021-03-09)


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": "1.1.1",
"version": "1.1.2",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [1.1.2](https://github.com/uport-project/veramo/compare/v1.1.1...v1.1.2) (2021-04-26)

**Note:** Version bump only for package @veramo/cli





## [1.1.1](https://github.com/uport-project/veramo/compare/v1.1.0...v1.1.1) (2021-03-09)


Expand Down
6 changes: 3 additions & 3 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": "1.1.1",
"version": "1.1.2",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -20,7 +20,7 @@
"@types/swagger-ui-express": "^4.1.2",
"@veramo/core": "^1.1.0",
"@veramo/credential-w3c": "^1.1.0",
"@veramo/data-store": "^1.1.0",
"@veramo/data-store": "^1.1.2",
"@veramo/did-comm": "^1.1.0",
"@veramo/did-jwt": "^1.1.0",
"@veramo/did-manager": "^1.1.0",
Expand All @@ -32,7 +32,7 @@
"@veramo/message-handler": "^1.1.0",
"@veramo/remote-client": "^1.1.0",
"@veramo/remote-server": "^1.1.0",
"@veramo/selective-disclosure": "^1.1.0",
"@veramo/selective-disclosure": "^1.1.2",
"@veramo/url-handler": "^1.1.0",
"blessed": "^0.1.81",
"commander": "^7.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/data-store/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.

## [1.1.2](https://github.com/uport-project/veramo/compare/v1.1.1...v1.1.2) (2021-04-26)


### Bug Fixes

* add names to TypeORM entities ([#480](https://github.com/uport-project/veramo/issues/480)) ([750bfcf](https://github.com/uport-project/veramo/commit/750bfcf825b3d18080f7bf308b3a33a4da71a5eb))





# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store",
"description": "Veramo date storage based on TypeORM",
"version": "1.1.0",
"version": "1.1.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/selective-disclosure/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.

## [1.1.2](https://github.com/uport-project/veramo/compare/v1.1.1...v1.1.2) (2021-04-26)

**Note:** Version bump only for package @veramo/selective-disclosure





# [1.1.0](https://github.com/uport-project/veramo/compare/v1.0.1...v1.1.0) (2021-01-26)

**Note:** Version bump only for package @veramo/selective-disclosure
Expand Down
4 changes: 2 additions & 2 deletions packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/selective-disclosure",
"description": "Veramo plugin to enable the uPort selective disclosure protocol with W3C compatibility.",
"version": "1.1.0",
"version": "1.1.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@veramo/core": "^1.1.0",
"@veramo/credential-w3c": "^1.1.0",
"@veramo/data-store": "^1.1.0",
"@veramo/data-store": "^1.1.2",
"@veramo/did-jwt": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"blakejs": "^1.1.0",
Expand Down

0 comments on commit 8c87769

Please sign in to comment.