diff --git a/libs/angular-components/CHANGELOG.md b/libs/angular-components/CHANGELOG.md index c05eda930..0a035c30c 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.6.1](https://github.com/finastra/finastra-design-system/compare/v0.0.18...v2.6.1) (2022-02-11) + ## [2.6.0](https://github.com/finastra/finastra-design-system/compare/v0.0.16...v2.6.0) (2022-01-25) diff --git a/libs/angular-components/package.json b/libs/angular-components/package.json index f3ab8350c..7a532155c 100644 --- a/libs/angular-components/package.json +++ b/libs/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-components", - "version": "2.6.0", + "version": "2.6.1", "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.6.0" + "@finastra/angular-theme": "2.6.1" } } diff --git a/package-lock.json b/package-lock.json index b9ca2297b..055fe717d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finastra/finastra-design-system", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@finastra/finastra-design-system", - "version": "2.6.0", + "version": "2.6.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 3ea4e1a93..16e176599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/finastra-design-system", - "version": "2.6.0", + "version": "2.6.1", "private": true, "repository": { "type": "git", diff --git a/themes/angular-theme/CHANGELOG.md b/themes/angular-theme/CHANGELOG.md index 9727b0a84..7d358225a 100644 --- a/themes/angular-theme/CHANGELOG.md +++ b/themes/angular-theme/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6.1](https://github.com/finastra/finastra-design-system/compare/v0.0.18...v2.6.1) (2022-02-11) + + +### Bug Fixes + +* **theme:** remove quotes in define-palette ([#594](https://github.com/finastra/finastra-design-system/issues/594)) ([d35622d](https://github.com/finastra/finastra-design-system/commit/d35622dbe062824a018f417198aaeb3d8dc74565)) + ## [2.6.0](https://github.com/finastra/finastra-design-system/compare/v0.0.16...v2.6.0) (2022-01-25) ## [2.5.0](https://github.com/finastra/finastra-design-system/compare/v0.0.13...v2.5.0) (2021-12-14) diff --git a/themes/angular-theme/package.json b/themes/angular-theme/package.json index 965aec207..0d2de5608 100644 --- a/themes/angular-theme/package.json +++ b/themes/angular-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-theme", - "version": "2.6.0", + "version": "2.6.1", "description": "Angular Material implementation of the Finastra Design System", "license": "MIT", "repository": {