Skip to content

Commit 437ce2c

Browse files
authored
Merge branch 'main' into fix/2723/reset_connection_state_on_system_type_change
2 parents add38bb + dce970f commit 437ce2c

File tree

29 files changed

+116
-20
lines changed

29 files changed

+116
-20
lines changed

.changeset/moody-forks-look.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/abap-deploy-config-inquirer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/abap-deploy-config-inquirer
22

3+
## 1.1.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 1.1.14
411

512
### Patch Changes

packages/abap-deploy-config-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/SAP/open-ux-tools.git",
77
"directory": "packages/abap-deploy-config-inquirer"
88
},
9-
"version": "1.1.14",
9+
"version": "1.1.15",
1010
"license": "Apache-2.0",
1111
"main": "dist/index.js",
1212
"scripts": {

packages/abap-deploy-config-sub-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/abap-deploy-config-sub-generator
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- @sap-ux/abap-deploy-config-inquirer@1.1.15
8+
39
## 0.0.6
410

511
### Patch Changes

packages/abap-deploy-config-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/SAP/open-ux-tools.git",
77
"directory": "packages/abap-deploy-config-sub-generator"
88
},
9-
"version": "0.0.6",
9+
"version": "0.0.7",
1010
"license": "Apache-2.0",
1111
"main": "generators/app/index.js",
1212
"scripts": {

packages/adp-tooling/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/adp-tooling
22

3+
## 0.12.100
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 0.12.99
411

512
### Patch Changes

packages/adp-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": {
1010
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
1111
},
12-
"version": "0.12.99",
12+
"version": "0.12.100",
1313
"license": "Apache-2.0",
1414
"author": "@SAP/ux-tools-team",
1515
"main": "dist/index.js",

packages/cf-deploy-config-inquirer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/cf-deploy-config-inquirer
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 0.1.12
411

512
### Patch Changes

packages/cf-deploy-config-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/cf-deploy-config-inquirer",
33
"description": "Prompts module that can provide prompts for cf deployment config writer",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/create/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sap-ux/create
22

3+
## 0.11.10
4+
5+
### Patch Changes
6+
7+
- @sap-ux/abap-deploy-config-inquirer@1.1.15
8+
- @sap-ux/adp-tooling@0.12.100
9+
- @sap-ux/flp-config-inquirer@0.2.5
10+
- @sap-ux/preview-middleware@0.16.154
11+
- @sap-ux/cap-config-writer@0.7.67
12+
- @sap-ux/app-config-writer@0.5.9
13+
314
## 0.11.9
415

516
### Patch Changes

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/create",
33
"description": "SAP Fiori tools module to add or remove features",
4-
"version": "0.11.9",
4+
"version": "0.11.10",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/flp-config-inquirer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux/flp-config-inquirer
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
- @sap-ux/adp-tooling@0.12.100
10+
311
## 0.2.4
412

513
### Patch Changes

packages/flp-config-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/flp-config-inquirer",
33
"description": "Prompts module that can prompt users for inputs required for FLP configuration",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/inquirer-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/inquirer-common
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 112d29a: Include the name label for default UI5 choice
8+
39
## 0.5.15
410

511
### Patch Changes

packages/inquirer-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/inquirer-common",
33
"description": "Commonly used shared functionality and types to support inquirer modules.",
4-
"version": "0.5.15",
4+
"version": "0.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/odata-service-inquirer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/odata-service-inquirer
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 0.8.0
411

512
### Minor Changes

packages/odata-service-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/odata-service-inquirer",
33
"description": "Prompts module that can prompt users for inputs required for odata service writing",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/preview-middleware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/preview-middleware
22

3+
## 0.16.154
4+
5+
### Patch Changes
6+
7+
- @sap-ux/adp-tooling@0.12.100
8+
39
## 0.16.153
410

511
### Patch Changes

packages/preview-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": {
1010
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
1111
},
12-
"version": "0.16.153",
12+
"version": "0.16.154",
1313
"license": "Apache-2.0",
1414
"author": "@SAP/ux-tools-team",
1515
"main": "dist/index.js",

packages/ui5-application-inquirer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sap-ux/ui5-application-inquirer
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 112d29a: Include the name label for default UI5 choice
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [112d29a]
12+
- @sap-ux/inquirer-common@0.6.0
13+
314
## 0.8.14
415

516
### Patch Changes

packages/ui5-application-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/ui5-application-inquirer",
33
"description": "Prompts module that can prompt users for inputs required for UI5 application writing",
4-
"version": "0.8.14",
4+
"version": "0.9.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/ui5-library-inquirer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/ui5-library-inquirer
22

3+
## 0.3.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 0.3.28
411

512
### Patch Changes

packages/ui5-library-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/ui5-library-inquirer",
33
"description": "Prompts module that can provide prompts for UI5 library writer",
4-
"version": "0.3.28",
4+
"version": "0.3.29",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/ui5-library-reference-inquirer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/ui5-library-reference-inquirer
22

3+
## 0.3.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [112d29a]
8+
- @sap-ux/inquirer-common@0.6.0
9+
310
## 0.3.60
411

512
### Patch Changes

packages/ui5-library-reference-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/ui5-library-reference-inquirer",
33
"description": "Prompts module that can provide prompts for UI5 library writer",
4-
"version": "0.3.60",
4+
"version": "0.3.61",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/ui5-library-reference-sub-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/ui5-library-reference-sub-generator
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- @sap-ux/ui5-library-reference-inquirer@0.3.61
8+
39
## 0.0.20
410

511
### Patch Changes

packages/ui5-library-reference-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/ui5-library-reference-sub-generator",
33
"description": "Generator for adding reference libraries to a project",
4-
"version": "0.0.20",
4+
"version": "0.0.21",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/ui5-library-sub-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/ui5-library-sub-generator
22

3+
## 0.0.40
4+
5+
### Patch Changes
6+
7+
- @sap-ux/ui5-library-inquirer@0.3.29
8+
39
## 0.0.39
410

511
### Patch Changes

packages/ui5-library-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/ui5-library-sub-generator",
33
"description": "Generator for creating UI5 libraries",
4-
"version": "0.0.39",
4+
"version": "0.0.40",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

0 commit comments

Comments
 (0)