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 Jun 12, 2023
1 parent 2591170 commit e91e129
Show file tree
Hide file tree
Showing 49 changed files with 239 additions and 51 deletions.
27 changes: 0 additions & 27 deletions .changeset/fluffy-cameras-enjoy.md

This file was deleted.

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

## 0.11.20

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6

## 0.11.19

### 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.11.19",
"version": "0.11.20",
"description": "Simple example CLI uing the @sap-ux/axios-extension module to fetch metadata and annotations from an SAP system.",
"license": "SEE LICENSE IN LICENSE",
"private": true,
Expand Down
13 changes: 13 additions & 0 deletions examples/simple-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ux/generator-simple-fe

## 0.2.116

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/fiori-elements-writer@0.12.11
- @sap-ux/fiori-freestyle-writer@0.19.8
- @sap-ux/logger@0.3.6
- @sap-ux/store@0.3.11

## 0.2.115

### 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": "0.2.115",
"version": "0.2.116",
"description": "Simple example of a yeoman generator for Fiori elements.",
"license": "SEE LICENSE IN LICENSE",
"private": true,
Expand Down
13 changes: 13 additions & 0 deletions packages/app-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ux/app-config-writer

## 0.0.19

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6
- @sap-ux/project-access@1.8.1
- @sap-ux/store@0.3.11
- @sap-ux/ui5-config@0.17.1

## 0.0.18

### 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.0.18",
"version": "0.0.19",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/axios-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-ux/axios-extension

## 1.2.8

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend-proxy-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sap-ux/backend-proxy-middleware

## 0.6.56

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6
- @sap-ux/store@0.3.11

## 0.6.55

### 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.6.55",
"version": "0.6.56",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/btp-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/btp-utils

## 0.11.6

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues

## 0.11.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/btp-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/btp-utils",
"version": "0.11.5",
"version": "0.11.6",
"description": "Library to simplify working with SAP BTP specific features especially in SAP Business Application",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cap-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/cap-config-writer

## 0.0.2

### Patch Changes

- Updated dependencies [25911701]
- @sap-ux/project-access@1.8.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cap-config-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/cap-config-writer",
"description": "Add or update configuration for SAP CAP projects",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sap-ux/create

## 0.2.2

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/app-config-writer@0.0.19
- @sap-ux/logger@0.3.6
- @sap-ux/mockserver-config-writer@0.1.4
- @sap-ux/project-access@1.8.1
- @sap-ux/cap-config-writer@0.0.2

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/deploy-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sap-ux/deploy-tooling

## 0.2.12

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6
- @sap-ux/store@0.3.11
- @sap-ux/ui5-config@0.17.1

## 0.2.11

### 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.2.11",
"version": "0.2.12",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/environment-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ux/environment-check

## 0.15.27

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/axios-extension@1.2.8
- @sap-ux/btp-utils@0.11.6
- @sap-ux/logger@0.3.6
- @sap-ux/project-access@1.8.1
- @sap-ux/store@0.3.11
- @sap-ux/ui5-config@0.17.1

## 0.15.26

### 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.15.26",
"version": "0.15.27",
"description": "SAP Fiori environment check",
"license": "Apache-2.0",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fe-fpm-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/fe-fpm-writer

## 0.20.3

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues

## 0.20.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fe-fpm-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/fe-fpm-writer",
"description": "SAP Fiori elements flexible programming model writer",
"version": "0.20.2",
"version": "0.20.3",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/fiori-elements-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sap-ux/fiori-elements-writer

## 0.12.11

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/fe-fpm-writer@0.20.3
- @sap-ux/odata-service-writer@0.14.23
- @sap-ux/ui5-application-writer@0.23.1
- @sap-ux/ui5-config@0.17.1
- @sap-ux/ui5-test-writer@0.1.8

## 0.12.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori-elements-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/fiori-elements-writer",
"description": "SAP Fiori elements application writer",
"version": "0.12.10",
"version": "0.12.11",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/fiori-freestyle-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-ux/fiori-freestyle-writer

## 0.19.8

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/odata-service-writer@0.14.23
- @sap-ux/ui5-application-writer@0.23.1
- @sap-ux/ui5-config@0.17.1

## 0.19.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori-freestyle-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/fiori-freestyle-writer",
"description": "SAP Fiori freestyle application writer",
"version": "0.19.7",
"version": "0.19.8",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/logger

## 0.3.6

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/logger",
"version": "0.3.5",
"version": "0.3.6",
"description": "A simple logging module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/mockserver-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/mockserver-config-writer

## 0.1.4

### Patch Changes

- 25911701: Fix for 'promises must be awaited' sonar issues
- Updated dependencies [25911701]
- @sap-ux/ui5-config@0.17.1

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mockserver-config-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/mockserver-config-writer",
"description": "Add or update configuration for SAP Fiori tools mockserver",
"version": "0.1.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
Loading

0 comments on commit e91e129

Please sign in to comment.