Skip to content

Commit

Permalink
chore(release): release v1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed Feb 20, 2024
1 parent 4c28a62 commit 51fca62
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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.14.7](https://github.com/SAP/yeoman-ui/compare/v1.14.6...v1.14.7) (2024-02-20)

### Bug Fixes

- [DEVXBUGS-11619] allows selection of list separators causing crashes ([#814](https://github.com/SAP/yeoman-ui/issues/814)) ([4c28a62](https://github.com/SAP/yeoman-ui/commit/4c28a62c2d604ada65d05826982582e1906f2223))

## [1.14.6](https://github.com/SAP/yeoman-ui/compare/v1.14.5...v1.14.6) (2024-02-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -10,5 +10,5 @@
"allowBranch": "master"
}
},
"version": "1.14.6"
"version": "1.14.7"
}
4 changes: 4 additions & 0 deletions packages/backend/CHANGELOG.md
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.14.7](https://github.com/SAP/yeoman-ui/compare/v1.14.6...v1.14.7) (2024-02-20)

**Note:** Version bump only for package yeoman-ui

## [1.14.6](https://github.com/SAP/yeoman-ui/compare/v1.14.5...v1.14.6) (2024-02-20)

**Note:** Version bump only for package yeoman-ui
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
@@ -1,7 +1,7 @@
{
"name": "yeoman-ui",
"displayName": "Application Wizard",
"version": "1.14.6",
"version": "1.14.7",
"private": true,
"description": "Provides rich user experience for Yeoman generators.",
"categories": [
Expand Down Expand Up @@ -187,7 +187,7 @@
},
"dependencies": {
"@sap-devx/webview-rpc": "0.4.1",
"@sap-devx/yeoman-ui-types": "^1.14.6",
"@sap-devx/yeoman-ui-types": "^1.14.7",
"@sap/bas-sdk": "3.7.11",
"@sap/swa-for-sapbas-vsx": "1.2.7",
"@vscode-logging/logger": "2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/frontend/CHANGELOG.md
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.14.7](https://github.com/SAP/yeoman-ui/compare/v1.14.6...v1.14.7) (2024-02-20)

### Bug Fixes

- [DEVXBUGS-11619] allows selection of list separators causing crashes ([#814](https://github.com/SAP/yeoman-ui/issues/814)) ([4c28a62](https://github.com/SAP/yeoman-ui/commit/4c28a62c2d604ada65d05826982582e1906f2223))

## [1.14.6](https://github.com/SAP/yeoman-ui/compare/v1.14.5...v1.14.6) (2024-02-20)

**Note:** Version bump only for package yeoman-ui-frontend
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "yeoman-ui-frontend",
"displayName": "Application Wizard Frontend",
"version": "1.14.6",
"version": "1.14.7",
"private": true,
"description": "Frontend for the application wizard framework",
"license": "Apache 2.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@sap-devx/inquirer-gui-login-plugin": "3.0.3",
"@sap-devx/inquirer-gui-tiles-plugin": "3.0.3",
"@sap-devx/webview-rpc": "0.4.1",
"@sap-devx/yeoman-ui-types": "^1.14.6",
"@sap-devx/yeoman-ui-types": "^1.14.7",
"core-js": "^3.8.3",
"material-design-icons-iconfont": "6.1.0",
"vue": "^3.3.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/generator-foodq/CHANGELOG.md
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.14.7](https://github.com/SAP/yeoman-ui/compare/v1.14.6...v1.14.7) (2024-02-20)

**Note:** Version bump only for package generator-foodq

## [1.14.6](https://github.com/SAP/yeoman-ui/compare/v1.14.5...v1.14.6) (2024-02-20)

**Note:** Version bump only for package generator-foodq
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-foodq/package.json
@@ -1,6 +1,6 @@
{
"name": "generator-foodq",
"version": "1.14.6",
"version": "1.14.7",
"private": true,
"description": "A sample generator to preview all the options available when using the Yeoman-UI",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"yeoman.png"
],
"dependencies": {
"@sap-devx/yeoman-ui-types": "^1.14.6",
"@sap-devx/yeoman-ui-types": "^1.14.7",
"chalk-pipe": "^4.0.0",
"datauri": "^3.0.0",
"inquirer": "^7.3.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
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.14.7](https://github.com/SAP/yeoman-ui/compare/v1.14.6...v1.14.7) (2024-02-20)

**Note:** Version bump only for package @sap-devx/yeoman-ui-types

## [1.14.6](https://github.com/SAP/yeoman-ui/compare/v1.14.5...v1.14.6) (2024-02-20)

**Note:** Version bump only for package @sap-devx/yeoman-ui-types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,7 +1,7 @@
{
"name": "@sap-devx/yeoman-ui-types",
"displayName": "yeoman-ui-types",
"version": "1.14.6",
"version": "1.14.7",
"description": "Yeoman-UI prompt types",
"repository": {
"type": "git",
Expand Down

0 comments on commit 51fca62

Please sign in to comment.