Skip to content

Commit

Permalink
v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Sep 10, 2024
1 parent 3c2ba20 commit bc4968d
Show file tree
Hide file tree
Showing 51 changed files with 251 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-dolphins-rescue.md

This file was deleted.

11 changes: 5 additions & 6 deletions .github/actions/get-changelog/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sap-cloud-sdk",
"version": "3.20.0",
"version": "3.21.0",
"private": true,
"sideEffects": false,
"packageManager": "[email protected]",
Expand Down
11 changes: 11 additions & 0 deletions packages/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sap-cloud-sdk/connectivity

## 3.21.0

### Minor Changes

- f927c7f: [New Functionality] Dummy, should be removed after testing!!!!

### Patch Changes

- @sap-cloud-sdk/resilience@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/connectivity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/connectivity",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript connectivity",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,8 +37,8 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/resilience": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/resilience": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"@sap/xsenv": "^5.2.0",
"@sap/xssec": "^4.2.2",
"async-retry": "^1.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @sap-cloud-sdk/eslint-config

## 3.21.0

## 3.20.0

## 3.19.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/eslint-config",
"version": "3.20.0",
"version": "3.21.0",
"description": "eslint config for the SAP Cloud SDK",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/generator-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-cloud-sdk/generator-common

## 3.21.0

### Patch Changes

- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/generator-common",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/util": "^3.21.0",
"fast-levenshtein": "~3.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-cloud-sdk/generator

## 3.21.0

### Patch Changes

- @sap-cloud-sdk/generator-common@3.21.0
- @sap-cloud-sdk/odata-common@3.21.0
- @sap-cloud-sdk/odata-v2@3.21.0
- @sap-cloud-sdk/odata-v4@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/generator",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript OData client generator",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,11 +40,11 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/generator-common": "^3.20.0",
"@sap-cloud-sdk/odata-common": "^3.20.0",
"@sap-cloud-sdk/odata-v2": "^3.20.0",
"@sap-cloud-sdk/odata-v4": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/generator-common": "^3.21.0",
"@sap-cloud-sdk/odata-common": "^3.21.0",
"@sap-cloud-sdk/odata-v2": "^3.21.0",
"@sap-cloud-sdk/odata-v4": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"@types/fs-extra": "^11.0.4",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^11.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-cloud-sdk/http-client

## 3.21.0

### Patch Changes

- Updated dependencies [f927c7f]
- @sap-cloud-sdk/connectivity@3.21.0
- @sap-cloud-sdk/resilience@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/http-client",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript http-client",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,9 +37,9 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.20.0",
"@sap-cloud-sdk/resilience": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/connectivity": "^3.21.0",
"@sap-cloud-sdk/resilience": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"axios": "^1.7.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mail-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-cloud-sdk/mail-client

## 3.21.0

### Patch Changes

- Updated dependencies [f927c7f]
- @sap-cloud-sdk/connectivity@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mail-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/mail-client",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript e-mail client",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,8 +38,8 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/connectivity": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"nodemailer": "6.9.15",
"socks": "2.8.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/odata-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sap-cloud-sdk/odata-common

## 3.21.0

### Patch Changes

- Updated dependencies [f927c7f]
- @sap-cloud-sdk/connectivity@3.21.0
- @sap-cloud-sdk/http-client@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/odata-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/odata-common",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,16 +37,16 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.20.0",
"@sap-cloud-sdk/http-client": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/connectivity": "^3.21.0",
"@sap-cloud-sdk/http-client": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^10.0.0",
"voca": "^1.4.1"
},
"devDependencies": {
"typescript": "~5.5.4",
"@sap-cloud-sdk/test-services-odata-common": "^3.20.0"
"@sap-cloud-sdk/test-services-odata-common": "^3.21.0"
}
}
10 changes: 10 additions & 0 deletions packages/odata-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-cloud-sdk/odata-v2

## 3.21.0

### Patch Changes

- Updated dependencies [f927c7f]
- @sap-cloud-sdk/connectivity@3.21.0
- @sap-cloud-sdk/http-client@3.21.0
- @sap-cloud-sdk/odata-common@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/odata-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/odata-v2",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,17 +37,17 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.20.0",
"@sap-cloud-sdk/http-client": "^3.20.0",
"@sap-cloud-sdk/odata-common": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/connectivity": "^3.21.0",
"@sap-cloud-sdk/http-client": "^3.21.0",
"@sap-cloud-sdk/odata-common": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@sap-cloud-sdk/test-services-odata-v2": "^3.20.0",
"@sap-cloud-sdk/resilience": "^3.20.0",
"@sap-cloud-sdk/test-services-odata-v2": "^3.21.0",
"@sap-cloud-sdk/resilience": "^3.21.0",
"nock": "^14.0.0-beta.6",
"typescript": "~5.5.4"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/odata-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-cloud-sdk/odata-v4

## 3.21.0

### Patch Changes

- Updated dependencies [f927c7f]
- @sap-cloud-sdk/connectivity@3.21.0
- @sap-cloud-sdk/http-client@3.21.0
- @sap-cloud-sdk/odata-common@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/odata-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/odata-v4",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,16 +37,16 @@
"readme": "ts-node ../../scripts/replace-common-readme.ts"
},
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.20.0",
"@sap-cloud-sdk/http-client": "^3.20.0",
"@sap-cloud-sdk/odata-common": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/connectivity": "^3.21.0",
"@sap-cloud-sdk/http-client": "^3.21.0",
"@sap-cloud-sdk/odata-common": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@sap-cloud-sdk/test-services-odata-v4": "^3.20.0",
"@sap-cloud-sdk/test-services-odata-v4": "^3.21.0",
"nock": "^14.0.0-beta.6",
"typescript": "~5.5.4"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-cloud-sdk/openapi-generator

## 3.21.0

### Patch Changes

- @sap-cloud-sdk/generator-common@3.21.0
- @sap-cloud-sdk/openapi@3.21.0
- @sap-cloud-sdk/util@3.21.0

## 3.20.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-cloud-sdk/openapi-generator",
"version": "3.20.0",
"version": "3.21.0",
"description": "SAP Cloud SDK for JavaScript OpenAPI client generator",
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@sap-cloud-sdk/generator-common": "^3.20.0",
"@sap-cloud-sdk/openapi": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap-cloud-sdk/generator-common": "^3.21.0",
"@sap-cloud-sdk/openapi": "^3.21.0",
"@sap-cloud-sdk/util": "^3.21.0",
"js-yaml": "^4.0.0",
"openapi-types": "^12.1.3",
"swagger2openapi": "^7.0.4"
Expand Down
Loading

0 comments on commit bc4968d

Please sign in to comment.