diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4c8ef8..e111823d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.4](https://github.com/SAP/yeoman-ui/compare/v1.7.3...v1.7.4) (2021-10-13) + +### Bug Fixes + +- create only .code-workspace workspace file ([#687](https://github.com/SAP/yeoman-ui/issues/687)) ([d646d7a](https://github.com/SAP/yeoman-ui/commit/d646d7a27faf21ad59d06d4e3767aa6a2caa897a)) +- remove settings value from workspace file ([2ea6d10](https://github.com/SAP/yeoman-ui/commit/2ea6d10df791bf34107707319b47a544d100a822)) + ## [1.7.3](https://github.com/SAP/yeoman-ui/compare/v1.7.2...v1.7.3) (2021-10-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a20603a6..0f5e6cf9 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "allowBranch": "master" } }, - "version": "1.7.3" + "version": "1.7.4" } diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 736d0d2c..6a818737 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.4](https://github.com/SAP/yeoman-ui/compare/v1.7.3...v1.7.4) (2021-10-13) + +### Bug Fixes + +- create only .code-workspace workspace file ([#687](https://github.com/SAP/yeoman-ui/issues/687)) ([d646d7a](https://github.com/SAP/yeoman-ui/commit/d646d7a27faf21ad59d06d4e3767aa6a2caa897a)) +- remove settings value from workspace file ([2ea6d10](https://github.com/SAP/yeoman-ui/commit/2ea6d10df791bf34107707319b47a544d100a822)) + ## [1.7.3](https://github.com/SAP/yeoman-ui/compare/v1.7.2...v1.7.3) (2021-10-06) ### Bug Fixes diff --git a/packages/backend/package.json b/packages/backend/package.json index 834a7743..cd68f9d3 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,7 +1,7 @@ { "name": "yeoman-ui", "displayName": "Application Wizard", - "version": "1.7.3", + "version": "1.7.4", "private": true, "description": "Provides rich user experience for Yeoman generators.", "categories": [ @@ -193,7 +193,7 @@ "sudo-prompt": "9.2.1", "titleize": "2.1.0", "yeoman-environment": "3.3.0", - "yeoman-ui-frontend": "^1.7.3" + "yeoman-ui-frontend": "^1.7.4" }, "devDependencies": { "@types/inquirer": "^7.3.3", diff --git a/packages/frontend/CHANGELOG.md b/packages/frontend/CHANGELOG.md index 6485cdb1..2547f759 100644 --- a/packages/frontend/CHANGELOG.md +++ b/packages/frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.4](https://github.com/SAP/yeoman-ui/compare/v1.7.3...v1.7.4) (2021-10-13) + +**Note:** Version bump only for package yeoman-ui-frontend + ## [1.7.3](https://github.com/SAP/yeoman-ui/compare/v1.7.2...v1.7.3) (2021-10-06) ### Bug Fixes diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 0d802ff5..da6ab87e 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,7 +1,7 @@ { "name": "yeoman-ui-frontend", "displayName": "Application Wizard Frontend", - "version": "1.7.3", + "version": "1.7.4", "private": true, "description": "Frontend for the application wizard framework", "license": "Apache 2.0",