Skip to content

Commit a93df72

Browse files
chore(release): v5.5.2 [skip ci]
1 parent 4ee626d commit a93df72

8 files changed

Lines changed: 42 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.5.1",
2+
"version": "5.5.2",
33
"npmClient": "pnpm",
44
"changelog": {
55
"repo": "uport-project/veramo",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)
7+
8+
**Note:** Version bump only for package @veramo/cli
9+
10+
11+
12+
13+
614
## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)
715

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@veramo/cli",
33
"description": "Veramo command line application.",
4-
"version": "5.5.1",
4+
"version": "5.5.2",
55
"exports": {
66
".": {
77
"types": "./build/cli.d.ts",

packages/data-store/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)
718

819

packages/data-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@veramo/data-store",
33
"description": "Veramo data storage plugin based on TypeORM database drivers",
4-
"version": "5.5.1",
4+
"version": "5.5.2",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"scripts": {

packages/test-react-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.2](https://github.com/uport-project/veramo/compare/v5.5.1...v5.5.2) (2023-10-06)
7+
8+
**Note:** Version bump only for package @veramo/test-react-app
9+
10+
11+
12+
13+
614
## [5.5.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21)
715

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

packages/test-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@veramo/test-react-app",
33
"description": "This package is only meant for testing that veramo core dependencies function in a react environment.",
4-
"version": "5.5.1",
4+
"version": "5.5.2",
55
"private": true,
66
"dependencies": {
77
"@veramo/core": "workspace:*",

0 commit comments

Comments
 (0)