Skip to content

Commit b130eb6

Browse files
committed
chore(release): release v1.19.2
1 parent fa8043f commit b130eb6

File tree

10 files changed

+28
-8
lines changed

10 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.2](https://github.com/SAP/yeoman-ui/compare/v1.19.1...v1.19.2) (2025-05-12)
7+
8+
**Note:** Version bump only for package root
9+
610
## [1.19.1](https://github.com/SAP/yeoman-ui/compare/v1.19.0...v1.19.1) (2025-04-29)
711

812
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"allowBranch": "master"
1111
}
1212
},
13-
"version": "1.19.1"
13+
"version": "1.19.2"
1414
}

packages/backend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.2](https://github.com/SAP/yeoman-ui/compare/v1.19.1...v1.19.2) (2025-05-12)
7+
8+
**Note:** Version bump only for package yeoman-ui
9+
610
## [1.19.1](https://github.com/SAP/yeoman-ui/compare/v1.19.0...v1.19.1) (2025-04-29)
711

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

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yeoman-ui",
33
"displayName": "Application Wizard",
4-
"version": "1.19.1",
4+
"version": "1.19.2",
55
"private": true,
66
"description": "Provides rich user experience for Yeoman generators.",
77
"categories": [
@@ -185,7 +185,7 @@
185185
},
186186
"dependencies": {
187187
"@sap-devx/webview-rpc": "0.4.1",
188-
"@sap-devx/yeoman-ui-types": "^1.19.1",
188+
"@sap-devx/yeoman-ui-types": "^1.19.2",
189189
"@sap/bas-sdk": "3.7.11",
190190
"@sap/swa-for-sapbas-vsx": "2.0.4",
191191
"@vscode-logging/logger": "2.0.0",

packages/frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.2](https://github.com/SAP/yeoman-ui/compare/v1.19.1...v1.19.2) (2025-05-12)
7+
8+
**Note:** Version bump only for package yeoman-ui-frontend
9+
610
## [1.19.1](https://github.com/SAP/yeoman-ui/compare/v1.19.0...v1.19.1) (2025-04-29)
711

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

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yeoman-ui-frontend",
33
"displayName": "Application Wizard Frontend",
4-
"version": "1.19.1",
4+
"version": "1.19.2",
55
"private": true,
66
"description": "Frontend for the application wizard framework",
77
"license": "Apache 2.0",
@@ -69,7 +69,7 @@
6969
"@sap-devx/inquirer-gui-radio-plugin": "3.2.0",
7070
"@sap-devx/inquirer-gui-tiles-plugin": "3.0.3",
7171
"@sap-devx/webview-rpc": "0.4.1",
72-
"@sap-devx/yeoman-ui-types": "^1.19.1",
72+
"@sap-devx/yeoman-ui-types": "^1.19.2",
7373
"core-js": "^3.8.3",
7474
"material-design-icons-iconfont": "6.1.0",
7575
"vue": "^3.3.4",

packages/generator-foodq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.2](https://github.com/SAP/yeoman-ui/compare/v1.19.1...v1.19.2) (2025-05-12)
7+
8+
**Note:** Version bump only for package generator-foodq
9+
610
## [1.19.1](https://github.com/SAP/yeoman-ui/compare/v1.19.0...v1.19.1) (2025-04-29)
711

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

packages/generator-foodq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-foodq",
3-
"version": "1.19.1",
3+
"version": "1.19.2",
44
"private": true,
55
"description": "A sample generator to preview all the options available when using the Yeoman-UI",
66
"keywords": [
@@ -18,7 +18,7 @@
1818
"yeoman.png"
1919
],
2020
"dependencies": {
21-
"@sap-devx/yeoman-ui-types": "^1.19.1",
21+
"@sap-devx/yeoman-ui-types": "^1.19.2",
2222
"chalk-pipe": "^4.0.0",
2323
"datauri": "^3.0.0",
2424
"inquirer": "^7.3.3",

packages/types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.19.2](https://github.com/SAP/yeoman-ui/compare/v1.19.1...v1.19.2) (2025-05-12)
7+
8+
**Note:** Version bump only for package @sap-devx/yeoman-ui-types
9+
610
## [1.19.1](https://github.com/SAP/yeoman-ui/compare/v1.19.0...v1.19.1) (2025-04-29)
711

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-devx/yeoman-ui-types",
33
"displayName": "yeoman-ui-types",
4-
"version": "1.19.1",
4+
"version": "1.19.2",
55
"description": "Yeoman-UI prompt types",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)