diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de3b16a1..6b715ba10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21) + + +### Bug Fixes + +* **data-store:** take and skip for postgres ([#1249](https://github.com/uport-project/veramo/issues/1249)) ([fcd2699](https://github.com/uport-project/veramo/commit/fcd269961ba9a5470c9b809f076493db481efaaa)) + + + + + # [5.5.0](https://github.com/uport-project/veramo/compare/v5.4.1...v5.5.0) (2023-09-19) diff --git a/lerna.json b/lerna.json index c73d755eb..515ff154a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.5.0", + "version": "5.5.1", "npmClient": "pnpm", "changelog": { "repo": "uport-project/veramo", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d5b6ab83e..ee4b5fd51 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.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 + + + + + # [5.5.0](https://github.com/uport-project/veramo/compare/v5.4.1...v5.5.0) (2023-09-19) diff --git a/packages/cli/package.json b/packages/cli/package.json index 6f2108a7f..3c3e572c6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/cli", "description": "Veramo command line application.", - "version": "5.5.0", + "version": "5.5.1", "exports": { ".": { "types": "./build/cli.d.ts", diff --git a/packages/data-store/CHANGELOG.md b/packages/data-store/CHANGELOG.md index 81f8c813c..8d6873474 100644 --- a/packages/data-store/CHANGELOG.md +++ b/packages/data-store/CHANGELOG.md @@ -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.1](https://github.com/uport-project/veramo/compare/v5.5.0...v5.5.1) (2023-09-21) + + +### Bug Fixes + +* **data-store:** take and skip for postgres ([#1249](https://github.com/uport-project/veramo/issues/1249)) ([fcd2699](https://github.com/uport-project/veramo/commit/fcd269961ba9a5470c9b809f076493db481efaaa)) + + + + + # [5.5.0](https://github.com/uport-project/veramo/compare/v5.4.1...v5.5.0) (2023-09-19) diff --git a/packages/data-store/package.json b/packages/data-store/package.json index aa62fcb7c..62c778c7d 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/data-store", "description": "Veramo data storage plugin based on TypeORM database drivers", - "version": "5.5.0", + "version": "5.5.1", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/test-react-app/CHANGELOG.md b/packages/test-react-app/CHANGELOG.md index b2749f902..54fcdbeeb 100644 --- a/packages/test-react-app/CHANGELOG.md +++ b/packages/test-react-app/CHANGELOG.md @@ -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.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 + + + + + # [5.5.0](https://github.com/uport-project/veramo/compare/v5.4.1...v5.5.0) (2023-09-19) diff --git a/packages/test-react-app/package.json b/packages/test-react-app/package.json index eddf82126..ef27a0fc9 100644 --- a/packages/test-react-app/package.json +++ b/packages/test-react-app/package.json @@ -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.0", + "version": "5.5.1", "private": true, "dependencies": { "@veramo/core": "workspace:*",