Skip to content

Commit

Permalink
chore(release): release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky committed Jul 11, 2021
1 parent 05122df commit 39acf07
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/SAP/yeoman-ui/compare/v1.4.5...v1.5.0) (2021-07-11)

### Bug Fixes

- add bind(this) to save context in inter_requireLetterAndNumber function ([665916a](https://github.com/SAP/yeoman-ui/commit/665916af2c21561953c52fdbc3267fb1ccf4592c))

### Features

- replace shelljs.exec with empty function on git operation ([#643](https://github.com/SAP/yeoman-ui/issues/643)) ([07dbdf9](https://github.com/SAP/yeoman-ui/commit/07dbdf98cb3e73451f56be21734a047e467b2700))

## [1.4.5](https://github.com/SAP/yeoman-ui/compare/v1.4.4...v1.4.5) (2021-06-15)

### 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.4.5"
"version": "1.5.0"
}
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/SAP/yeoman-ui/compare/v1.4.5...v1.5.0) (2021-07-11)

### Features

- replace shelljs.exec with empty function on git operation ([#643](https://github.com/SAP/yeoman-ui/issues/643)) ([07dbdf9](https://github.com/SAP/yeoman-ui/commit/07dbdf98cb3e73451f56be21734a047e467b2700))

## [1.4.5](https://github.com/SAP/yeoman-ui/compare/v1.4.4...v1.4.5) (2021-06-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.5",
"version": "1.5.0",
"private": true,
"description": "Provides rich user experience for Yeoman generators.",
"categories": [
Expand Down
6 changes: 6 additions & 0 deletions packages/generator-foodq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/SAP/yeoman-ui/compare/v1.4.5...v1.5.0) (2021-07-11)

### Bug Fixes

- add bind(this) to save context in inter_requireLetterAndNumber function ([665916a](https://github.com/SAP/yeoman-ui/commit/665916af2c21561953c52fdbc3267fb1ccf4592c))

## [1.3.1](https://github.com/SAP/yeoman-ui/compare/v1.3.0...v1.3.1) (2021-05-19)

**Note:** Version bump only for package generator-foodq
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-foodq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-foodq",
"version": "1.3.1",
"version": "1.5.0",
"private": true,
"description": "A sample generator to preview all the options available when using the Yeoman-UI",
"keywords": [
Expand Down

0 comments on commit 39acf07

Please sign in to comment.