From 1fbb1baa1623450dee584f6db16727ec24bcce35 Mon Sep 17 00:00:00 2001 From: "Talbot, Thomas" Date: Mon, 11 Jul 2022 10:52:43 +0200 Subject: [PATCH] chore(release): 3.4.0 --- libs/angular-components/CHANGELOG.md | 2 ++ libs/angular-components/package.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- themes/angular-theme/CHANGELOG.md | 2 ++ themes/angular-theme/package.json | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libs/angular-components/CHANGELOG.md b/libs/angular-components/CHANGELOG.md index 093495f38..a9d53ecf6 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. +## [3.4.0](https://github.com/finastra/finastra-design-system/compare/v0.0.35...v3.4.0) (2022-07-11) + ## [3.3.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.3.0) (2022-05-05) ### Features diff --git a/libs/angular-components/package.json b/libs/angular-components/package.json index 0b80a62f4..f6e7025af 100644 --- a/libs/angular-components/package.json +++ b/libs/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-components", - "version": "3.3.0", + "version": "3.4.0", "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": "3.3.0" + "@finastra/angular-theme": "3.4.0" } } diff --git a/package-lock.json b/package-lock.json index cefcd1428..e1d9733e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finastra/finastra-design-system", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@finastra/finastra-design-system", - "version": "3.3.0", + "version": "3.4.0", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 1bfe0e2e0..b22f7d738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/finastra-design-system", - "version": "3.3.0", + "version": "3.4.0", "private": true, "repository": { "type": "git", diff --git a/themes/angular-theme/CHANGELOG.md b/themes/angular-theme/CHANGELOG.md index a4a00a7fd..1aa361941 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. +## [3.4.0](https://github.com/finastra/finastra-design-system/compare/v0.0.35...v3.4.0) (2022-07-11) + ## [3.3.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.3.0) (2022-05-05) ### Features diff --git a/themes/angular-theme/package.json b/themes/angular-theme/package.json index d7ac9d47b..ecc3589de 100644 --- a/themes/angular-theme/package.json +++ b/themes/angular-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-theme", - "version": "3.3.0", + "version": "3.4.0", "description": "Angular Material implementation of the Finastra Design System", "license": "MIT", "repository": {