Skip to content

Commit

Permalink
chore(release): v5.5.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Oct 6, 2023
1 parent 4ee626d commit a93df72
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 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.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)


### Bug Fixes

* **data-store:** match claims by credential hash when deleting credential ([#1270](https://github.com/uport-project/veramo/issues/1270)) ([4ee626d](https://github.com/uport-project/veramo/commit/4ee626d4b16e50cbc9a16055120051b068f177bd)), closes [#1269](https://github.com/uport-project/veramo/issues/1269)





## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)


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.5.1",
"version": "5.5.2",
"npmClient": "pnpm",
"changelog": {
"repo": "uport-project/veramo",
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.

## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)

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





## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)

**Note:** Version bump only for package @veramo/cli
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.5.1",
"version": "5.5.2",
"exports": {
".": {
"types": "./build/cli.d.ts",
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.

## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)


### Bug Fixes

* **data-store:** match claims by credential hash when deleting credential ([#1270](https://github.com/uport-project/veramo/issues/1270)) ([4ee626d](https://github.com/uport-project/veramo/commit/4ee626d4b16e50cbc9a16055120051b068f177bd)), closes [#1269](https://github.com/uport-project/veramo/issues/1269)





## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)


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 data storage plugin based on TypeORM database drivers",
"version": "5.5.1",
"version": "5.5.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.

## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)

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





## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)

**Note:** Version bump only for package @veramo/test-react-app
Expand Down
2 changes: 1 addition & 1 deletion 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.5.1",
"version": "5.5.2",
"private": true,
"dependencies": {
"@veramo/core": "workspace:*",
Expand Down

0 comments on commit a93df72

Please sign in to comment.