diff --git a/libs/angular-components/CHANGELOG.md b/libs/angular-components/CHANGELOG.md index 04b5663d9..4ea08c0e2 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. +### [2.4.2](https://github.com/finastra/finastra-design-system/compare/v0.0.13...v2.4.2) (2021-12-14) + ### [2.4.1](https://github.com/finastra/finastra-design-system/compare/v2.4.0...v2.4.1) (2021-11-15) ## [2.4.0](https://github.com/finastra/finastra-design-system/compare/v0.0.3...v2.4.0) (2021-11-05) diff --git a/libs/angular-components/package.json b/libs/angular-components/package.json index 46bff952c..0748199df 100644 --- a/libs/angular-components/package.json +++ b/libs/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-components", - "version": "2.4.1", + "version": "2.4.2", "repository": { "type": "git", "url": "https://github.com/finastra/finastra-design-system.git", @@ -19,6 +19,6 @@ "ts-md5": "^1.2.8" }, "dependencies": { - "@finastra/angular-theme": "2.4.1" + "@finastra/angular-theme": "2.4.2" } } diff --git a/package-lock.json b/package-lock.json index b1978f486..4a0599327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finastra/finastra-design-system", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@finastra/finastra-design-system", - "version": "2.4.1", + "version": "2.4.2", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 1377be13b..e204fd631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/finastra-design-system", - "version": "2.4.1", + "version": "2.4.2", "private": true, "repository": { "type": "git", diff --git a/themes/angular-theme/CHANGELOG.md b/themes/angular-theme/CHANGELOG.md index 4f2295073..29ec1dbe4 100644 --- a/themes/angular-theme/CHANGELOG.md +++ b/themes/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. +### [2.4.2](https://github.com/finastra/finastra-design-system/compare/v0.0.13...v2.4.2) (2021-12-14) + ### [2.4.1](https://github.com/finastra/finastra-design-system/compare/v2.4.0...v2.4.1) (2021-11-15) diff --git a/themes/angular-theme/package.json b/themes/angular-theme/package.json index f7d75f52a..db6bd7247 100644 --- a/themes/angular-theme/package.json +++ b/themes/angular-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-theme", - "version": "2.4.1", + "version": "2.4.2", "description": "Angular Material implementation of the Finastra Design System", "license": "MIT", "repository": {