From c2c93abca4bd08687501368e39c6ed6e12b39544 Mon Sep 17 00:00:00 2001 From: BeataKr Date: Tue, 3 Sep 2024 12:54:12 +0200 Subject: [PATCH] chore(release): 5.0.1 --- libs/angular-components/CHANGELOG.md | 2 ++ libs/angular-components/package.json | 4 ++-- libs/angular-theme/CHANGELOG.md | 2 ++ libs/angular-theme/package.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libs/angular-components/CHANGELOG.md b/libs/angular-components/CHANGELOG.md index ffcb55ec..8b4786b2 100644 --- a/libs/angular-components/CHANGELOG.md +++ b/libs/angular-components/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.0.1](https://github.com/finastra/finastra-design-system/compare/v5.0.0...v5.0.1) (2024-09-03) + ## [5.0.0](https://github.com/finastra/finastra-design-system/compare/v4.2.2...v5.0.0) (2024-08-20) ### [4.2.4](https://github.com/finastra/finastra-design-system/compare/v4.2.3...v4.2.4) (2024-08-02) diff --git a/libs/angular-components/package.json b/libs/angular-components/package.json index 70451450..c289fc45 100644 --- a/libs/angular-components/package.json +++ b/libs/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-components", - "version": "5.0.0", + "version": "5.0.1", "repository": { "type": "git", "url": "https://github.com/finastra/finastra-design-system.git", @@ -15,4 +15,4 @@ "dependencies": { "@finastra/angular-theme": "5.0.0" } -} +} \ No newline at end of file diff --git a/libs/angular-theme/CHANGELOG.md b/libs/angular-theme/CHANGELOG.md index 2df52494..b775e11e 100644 --- a/libs/angular-theme/CHANGELOG.md +++ b/libs/angular-theme/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.0.1](https://github.com/finastra/finastra-design-system/compare/v5.0.0...v5.0.1) (2024-09-03) + ## [5.0.0](https://github.com/finastra/finastra-design-system/compare/v4.2.2...v5.0.0) (2024-08-20) ### [4.2.4](https://github.com/finastra/finastra-design-system/compare/v4.2.3...v4.2.4) (2024-08-02) diff --git a/libs/angular-theme/package.json b/libs/angular-theme/package.json index 7d5c96f3..f1f0d5cf 100644 --- a/libs/angular-theme/package.json +++ b/libs/angular-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-theme", - "version": "5.0.0", + "version": "5.0.1", "description": "Angular Material implementation of the Finastra Design System", "license": "MIT", "repository": { @@ -15,4 +15,4 @@ "peerDependencies": { "@angular/material": "^18.2.0" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1a21c6c3..a46d5244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/fds-angular", - "version": "4.2.4", + "version": "5.0.1", "private": true, "repository": { "type": "git",