From fab1e79073f9bece3e0080661d2a0b0ee103b383 Mon Sep 17 00:00:00 2001 From: Thomas TALBOT Date: Wed, 4 May 2022 18:30:43 +0200 Subject: [PATCH] chore(release): 3.2.0 (#707) --- libs/angular-components/CHANGELOG.md | 6 ++++++ 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, 14 insertions(+), 6 deletions(-) diff --git a/libs/angular-components/CHANGELOG.md b/libs/angular-components/CHANGELOG.md index c5d0beb6c..87cd7c6d2 100644 --- a/libs/angular-components/CHANGELOG.md +++ b/libs/angular-components/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.2.0) (2022-05-04) + +### Features + +- **wizard:** allow pages to be marked as completed ([#701](https://github.com/finastra/finastra-design-system/issues/701)) ([aff4d73](https://github.com/finastra/finastra-design-system/commit/aff4d7386c40200e68006de9d314dc2018a71bd2)) + ### [3.1.1](https://github.com/finastra/finastra-design-system/compare/v0.0.25...v3.1.1) (2022-04-27) ## [3.1.0](https://github.com/finastra/finastra-design-system/compare/v0.0.24...v3.1.0) (2022-04-13) diff --git a/libs/angular-components/package.json b/libs/angular-components/package.json index 953890da7..9089440ef 100644 --- a/libs/angular-components/package.json +++ b/libs/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-components", - "version": "3.1.1", + "version": "3.2.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.1.1" + "@finastra/angular-theme": "3.2.0" } } diff --git a/package-lock.json b/package-lock.json index 9450f5577..2a769be41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finastra/finastra-design-system", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@finastra/finastra-design-system", - "version": "3.1.1", + "version": "3.2.0", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 3fbe4da5a..a96fc3a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/finastra-design-system", - "version": "3.1.1", + "version": "3.2.0", "private": true, "repository": { "type": "git", diff --git a/themes/angular-theme/CHANGELOG.md b/themes/angular-theme/CHANGELOG.md index 7e1874bb1..823a5791b 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.2.0](https://github.com/finastra/finastra-design-system/compare/v0.0.26...v3.2.0) (2022-05-04) + ### [3.1.1](https://github.com/finastra/finastra-design-system/compare/v0.0.25...v3.1.1) (2022-04-27) ## [3.1.0](https://github.com/finastra/finastra-design-system/compare/v0.0.24...v3.1.0) (2022-04-13) diff --git a/themes/angular-theme/package.json b/themes/angular-theme/package.json index 319e18580..27cfb821d 100644 --- a/themes/angular-theme/package.json +++ b/themes/angular-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/angular-theme", - "version": "3.1.1", + "version": "3.2.0", "description": "Angular Material implementation of the Finastra Design System", "license": "MIT", "repository": {