Skip to content

Commit

Permalink
chore(release): release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky committed Oct 13, 2021
1 parent 2ea6d10 commit a57284c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"allowBranch": "master"
}
},
"version": "1.7.3"
"version": "1.7.4"
}
7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a57284c

Please sign in to comment.