Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 8, 2025
1 parent 2e3c15e commit 01efaab
Show file tree
Hide file tree
Showing 35 changed files with 148 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/odd-pigs-count.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples/odata-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sap-ux/odata-cli

## 0.16.0

### Minor Changes

- 2e3c15e: Proper check for cloud ABAP systems

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.15.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/odata-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/odata-cli",
"version": "0.15.16",
"version": "0.16.0",
"description": "Simple example CLI uing the @sap-ux/axios-extension module to fetch metadata and annotations from an SAP system.",
"license": "Apache-2.0",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/simple-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/generator-simple-fe

## 1.0.103

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0
- @sap-ux/system-access@0.5.25

## 1.0.102

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/generator-simple-fe",
"version": "1.0.102",
"version": "1.0.103",
"description": "Simple example of a yeoman generator for Fiori elements.",
"license": "Apache-2.0",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/abap-deploy-config-inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/abap-deploy-config-inquirer

## 1.1.17

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0
- @sap-ux/system-access@0.5.25

## 1.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abap-deploy-config-inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/abap-deploy-config-inquirer"
},
"version": "1.1.16",
"version": "1.1.17",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/abap-deploy-config-sub-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/abap-deploy-config-sub-generator

## 0.0.9

### Patch Changes

- @sap-ux/abap-deploy-config-inquirer@1.1.17
- @sap-ux/deploy-config-generator-shared@0.0.9
- @sap-ux/abap-deploy-config-writer@0.0.72

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abap-deploy-config-sub-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/abap-deploy-config-sub-generator"
},
"version": "0.0.8",
"version": "0.0.9",
"license": "Apache-2.0",
"main": "generators/app/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/abap-deploy-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/abap-deploy-config-writer

## 0.0.72

### Patch Changes

- @sap-ux/system-access@0.5.25

## 0.0.71

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abap-deploy-config-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/abap-deploy-config-writer"
},
"version": "0.0.71",
"version": "0.0.72",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/adp-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/adp-tooling

## 0.12.102

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0
- @sap-ux/system-access@0.5.25

## 0.12.101

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adp-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
},
"version": "0.12.101",
"version": "0.12.102",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/app-config-writer

## 0.5.11

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/app-config-writer",
"description": "Add or update configuration for SAP Fiori tools application",
"version": "0.5.10",
"version": "0.5.11",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/axios-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/axios-extension

## 1.18.0

### Minor Changes

- 2e3c15e: Proper check for cloud ABAP systems

## 1.17.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/axios-extension",
"version": "1.17.8",
"version": "1.18.0",
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/backend-proxy-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/backend-proxy-middleware

## 0.8.28

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.8.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-proxy-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Abackend-proxy-middleware"
},
"version": "0.8.27",
"version": "0.8.28",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ux/create

## 0.11.16

### Patch Changes

- @sap-ux/abap-deploy-config-inquirer@1.1.17
- @sap-ux/adp-tooling@0.12.102
- @sap-ux/app-config-writer@0.5.11
- @sap-ux/preview-middleware@0.16.159
- @sap-ux/system-access@0.5.25
- @sap-ux/flp-config-inquirer@0.2.7
- @sap-ux/cap-config-writer@0.7.68
- @sap-ux/abap-deploy-config-writer@0.0.72

## 0.11.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/create",
"description": "SAP Fiori tools module to add or remove features",
"version": "0.11.15",
"version": "0.11.16",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/deploy-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/deploy-tooling

## 0.15.36

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0
- @sap-ux/system-access@0.5.25

## 0.15.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Adeploy-tooling"
},
"version": "0.15.35",
"version": "0.15.36",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/environment-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/environment-check

## 0.17.66

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.17.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/environment-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/environment-check",
"version": "0.17.65",
"version": "0.17.66",
"description": "SAP Fiori environment check",
"license": "Apache-2.0",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/flp-config-inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/flp-config-inquirer

## 0.2.7

### Patch Changes

- @sap-ux/adp-tooling@0.12.102

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flp-config-inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/flp-config-inquirer",
"description": "Prompts module that can prompt users for inputs required for FLP configuration",
"version": "0.2.6",
"version": "0.2.7",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/flp-config-sub-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/flp-config-sub-generator

## 0.0.3

### Patch Changes

- @sap-ux/app-config-writer@0.5.11
- @sap-ux/deploy-config-generator-shared@0.0.9
- @sap-ux/flp-config-inquirer@0.2.7

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flp-config-sub-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/flp-config-sub-generator",
"description": "Generator for creating Fiori Launcpad configuration",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/odata-service-inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/odata-service-inquirer

## 0.8.4

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/odata-service-inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/odata-service-inquirer",
"description": "Prompts module that can prompt users for inputs required for odata service writing",
"version": "0.8.3",
"version": "0.8.4",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/preview-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/preview-middleware

## 0.16.159

### Patch Changes

- @sap-ux/adp-tooling@0.12.102

## 0.16.158

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
},
"version": "0.16.158",
"version": "0.16.159",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/system-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/system-access

## 0.5.25

### Patch Changes

- Updated dependencies [2e3c15e]
- @sap-ux/axios-extension@1.18.0

## 0.5.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/system-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Asystem-access"
},
"version": "0.5.24",
"version": "0.5.25",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down

0 comments on commit 01efaab

Please sign in to comment.