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 Feb 8, 2024
1 parent 2e0b1a6 commit 5bbee1a
Show file tree
Hide file tree
Showing 38 changed files with 170 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-guests-brake.md

This file was deleted.

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

## 0.12.10

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1

## 0.12.9

### 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.12.9",
"version": "0.12.10",
"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
9 changes: 9 additions & 0 deletions examples/simple-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-ux/generator-simple-fe

## 0.3.18

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/system-access@0.3.11

## 0.3.17

### 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.3.17",
"version": "0.3.18",
"description": "Simple example of a yeoman generator for Fiori elements.",
"license": "Apache-2.0",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/adp-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-ux/adp-tooling

## 0.8.5

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/system-access@0.3.11

## 0.8.4

### 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.8.4",
"version": "0.8.5",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/app-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-ux/app-config-writer

## 0.3.22

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/project-access@1.17.0
- @sap-ux/store@0.4.2

## 0.3.21

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

## 1.10.1

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0

## 1.10.0

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

## 0.7.12

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/store@0.4.2

## 0.7.11

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

## 0.5.27

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/adp-tooling@0.8.5
- @sap-ux/app-config-writer@0.3.22
- @sap-ux/project-access@1.17.0

## 0.5.26

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

## 0.13.3

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/system-access@0.3.11

## 0.13.2

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

## 0.16.23

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/project-access@1.17.0
- @sap-ux/store@0.4.2

## 0.16.22

### 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.16.22",
"version": "0.16.23",
"description": "SAP Fiori environment check",
"license": "Apache-2.0",
"bin": {
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.5.0

### Minor Changes

- 2e0b1a6d: Adding ExtensionLogger for convenient VSCode extension logging

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"description": "A simple logging module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @sap-ux-private/playwright

## 0.0.2

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
4 changes: 2 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aplaywright"
},
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand All @@ -34,7 +34,7 @@
],
"dependencies": {
"@playwright/test": "1.39.0",
"@sap-ux/logger": "0.4.0",
"@sap-ux/logger": "0.5.0",
"fs-extra": "11.1.1",
"jest-dev-server": "9.0.1",
"folder-hash": "4.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/preview-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/preview-middleware

## 0.11.33

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/adp-tooling@0.8.5

## 0.11.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.11.32",
"version": "0.11.33",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"npm-run-all": "4.1.5",
"nock": "13.4.0",
"supertest": "6.3.3",
"@sap-ux-private/playwright": "0.0.1",
"@sap-ux-private/playwright": "0.0.2",
"dotenv": "16.3.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/store

## 0.4.2

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/store",
"version": "0.4.1",
"version": "0.4.2",
"description": "NPM module for storing persistent data",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/system-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-ux/system-access

## 0.3.11

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/axios-extension@1.10.1
- @sap-ux/store@0.4.2

## 0.3.10

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

## 0.2.5

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0
- @sap-ux/project-access@1.17.0
- @sap-ux/store@0.4.2

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/telemetry",
"version": "0.2.4",
"version": "0.2.5",
"description": "Library for sending usage telemetry data",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui5-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/ui5-info

## 0.2.3

### Patch Changes

- Updated dependencies [2e0b1a6d]
- @sap-ux/logger@0.5.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/ui5-info",
"description": "SAP Fiori UI5 info",
"version": "0.2.2",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui5-library-inquirer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/ui5-library-inquirer

## 0.2.2

### Patch Changes

- @sap-ux/ui5-info@0.2.3

## 0.2.1

### Patch Changes
Expand Down
Loading

0 comments on commit 5bbee1a

Please sign in to comment.