Skip to content

Commit 4f683c5

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 6231731 commit 4f683c5

7 files changed

Lines changed: 28 additions & 14 deletions

File tree

.changeset/cf-deploy-config-btp-cache-scope.md

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

packages/cf-deploy-config-sub-generator/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-sub-generator
22

3+
## 0.2.166
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6231731]
8+
- @sap-ux/cf-deploy-config-writer@0.3.95
9+
310
## 0.2.165
411

512
### Patch Changes

packages/cf-deploy-config-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/cf-deploy-config-sub-generator",
33
"description": "Generators for configuring Cloud Foundry deployment configuration",
4-
"version": "0.2.165",
4+
"version": "0.2.166",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

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

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

3+
## 0.3.95
4+
5+
### Patch Changes
6+
7+
- 6231731: refactor: scope BTP destinations cache to call site instead of module level
8+
9+
`getBTPDestinations` and `getDestinationProperties` now accept an optional
10+
`cache` parameter (`{ list?: Destinations }`). Each generator run passes its own
11+
cache object for deduplication within a single invocation; independent calls use
12+
independent caches by default. This removes the module-level mutable variable
13+
that caused cross-test contamination and prevented stale-cache detection.
14+
315
## 0.3.94
416

517
### Patch Changes

packages/cf-deploy-config-writer/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-writer",
33
"description": "Add or amend Cloud Foundry and ABAP deployment configuration for SAP projects",
4-
"version": "0.3.94",
4+
"version": "0.3.95",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/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/deploy-config-sub-generator
22

3+
## 0.5.137
4+
5+
### Patch Changes
6+
7+
- @sap-ux/cf-deploy-config-sub-generator@0.2.166
8+
39
## 0.5.136
410

511
### Patch Changes

packages/deploy-config-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/deploy-config-sub-generator",
33
"description": "Main generator for configuring ABAP or Cloud Foundry deployment configuration",
4-
"version": "0.5.136",
4+
"version": "0.5.137",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

0 commit comments

Comments
 (0)