Skip to content

Commit

Permalink
chore(release): v5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Feb 25, 2023
1 parent b8b18e9 commit 84983f6
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 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.

## [5.1.1](https://github.com/uport-project/veramo/compare/v5.1.0...v5.1.1) (2023-02-25)


### Bug Fixes

* **ci:** add publishConfig for did-provider-jwk ([b8b18e9](https://github.com/uport-project/veramo/commit/b8b18e97b75c709f0b2445324923c8ae3c4c2d74))





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


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": "5.1.0",
"version": "5.1.1",
"npmClient": "pnpm",
"changelog": {
"repo": "uport-project/veramo",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-jwk/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.

## [5.1.1](https://github.com/uport-project/veramo/compare/v5.1.0...v5.1.1) (2023-02-25)


### Bug Fixes

* **ci:** add publishConfig for did-provider-jwk ([b8b18e9](https://github.com/uport-project/veramo/commit/b8b18e97b75c709f0b2445324923c8ae3c4c2d74))





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veramo/did-provider-jwk",
"version": "5.1.0",
"version": "5.1.1",
"description": "Veramo plugin that can enable creation and control of did:jwk identifiers.",
"main": "build/index.js",
"types": "build/index.d.ts",
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.

## [5.1.1](https://github.com/uport-project/veramo/compare/v5.1.0...v5.1.1) (2023-02-25)

**Note:** Version bump only for package @veramo/test-react-app





# [5.1.0](https://github.com/uport-project/veramo/compare/v5.0.0...v5.1.0) (2023-02-24)


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": "5.1.0",
"version": "5.1.1",
"private": true,
"dependencies": {
"@veramo/core": "^5.1.0",
Expand All @@ -14,7 +14,7 @@
"@veramo/did-jwt": "^5.1.0",
"@veramo/did-manager": "^5.1.0",
"@veramo/did-provider-ethr": "^5.1.0",
"@veramo/did-provider-jwk": "^5.1.0",
"@veramo/did-provider-jwk": "^5.1.1",
"@veramo/did-provider-key": "^5.1.0",
"@veramo/did-provider-pkh": "^5.1.0",
"@veramo/did-provider-web": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84983f6

Please sign in to comment.