From b18bdd2e80d962b2262c3cc1453d1b0043c6d9c7 Mon Sep 17 00:00:00 2001 From: gitlab-ci-token Date: Thu, 4 Aug 2022 18:39:37 +0000 Subject: [PATCH] ci(@cdf) buildproject_prebuild [skip ci] --- .../@cdf/installer/main_2022-08-04-11-42.json | 11 ----------- .../@cdf/provisioning/main_2022-08-04-11-42.json | 11 ----------- source/packages/services/installer/CHANGELOG.json | 12 ++++++++++++ source/packages/services/installer/CHANGELOG.md | 9 ++++++++- source/packages/services/installer/package.json | 2 +- source/packages/services/provisioning/CHANGELOG.json | 12 ++++++++++++ source/packages/services/provisioning/CHANGELOG.md | 9 ++++++++- source/packages/services/provisioning/package.json | 2 +- 8 files changed, 42 insertions(+), 26 deletions(-) delete mode 100644 source/common/changes/@cdf/installer/main_2022-08-04-11-42.json delete mode 100644 source/common/changes/@cdf/provisioning/main_2022-08-04-11-42.json diff --git a/source/common/changes/@cdf/installer/main_2022-08-04-11-42.json b/source/common/changes/@cdf/installer/main_2022-08-04-11-42.json deleted file mode 100644 index a185b6cba..000000000 --- a/source/common/changes/@cdf/installer/main_2022-08-04-11-42.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@cdf/installer", - "comment": "fix installer issue when specifying PCA alias", - "type": "patch" - } - ], - "packageName": "@cdf/installer", - "email": "" -} \ No newline at end of file diff --git a/source/common/changes/@cdf/provisioning/main_2022-08-04-11-42.json b/source/common/changes/@cdf/provisioning/main_2022-08-04-11-42.json deleted file mode 100644 index b98607fbc..000000000 --- a/source/common/changes/@cdf/provisioning/main_2022-08-04-11-42.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@cdf/provisioning", - "comment": "fix small typo in documentation", - "type": "patch" - } - ], - "packageName": "@cdf/provisioning", - "email": "" -} \ No newline at end of file diff --git a/source/packages/services/installer/CHANGELOG.json b/source/packages/services/installer/CHANGELOG.json index c3258b458..803fece3e 100644 --- a/source/packages/services/installer/CHANGELOG.json +++ b/source/packages/services/installer/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@cdf/installer", "entries": [ + { + "version": "1.3.1", + "tag": "@cdf/installer_v1.3.1", + "date": "Thu, 04 Aug 2022 18:39:36 GMT", + "comments": { + "patch": [ + { + "comment": "fix installer issue when specifying PCA alias" + } + ] + } + }, { "version": "1.3.0", "tag": "@cdf/installer_v1.3.0", diff --git a/source/packages/services/installer/CHANGELOG.md b/source/packages/services/installer/CHANGELOG.md index 4d321bd7f..cb3b74652 100644 --- a/source/packages/services/installer/CHANGELOG.md +++ b/source/packages/services/installer/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @cdf/installer -This log was last generated on Fri, 29 Jul 2022 02:59:14 GMT and should not be manually modified. +This log was last generated on Thu, 04 Aug 2022 18:39:36 GMT and should not be manually modified. + +## 1.3.1 +Thu, 04 Aug 2022 18:39:36 GMT + +### Patches + +- fix installer issue when specifying PCA alias ## 1.3.0 Fri, 29 Jul 2022 02:59:14 GMT diff --git a/source/packages/services/installer/package.json b/source/packages/services/installer/package.json index dde4d7690..5620e34c9 100644 --- a/source/packages/services/installer/package.json +++ b/source/packages/services/installer/package.json @@ -1,6 +1,6 @@ { "name": "@cdf/installer", - "version": "1.3.0", + "version": "1.3.1", "description": "CDF install wizard.", "author": "Dean Hart", "scripts": { diff --git a/source/packages/services/provisioning/CHANGELOG.json b/source/packages/services/provisioning/CHANGELOG.json index 7f3bb950f..0a9ab1208 100644 --- a/source/packages/services/provisioning/CHANGELOG.json +++ b/source/packages/services/provisioning/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@cdf/provisioning", "entries": [ + { + "version": "5.3.3", + "tag": "@cdf/provisioning_v5.3.3", + "date": "Thu, 04 Aug 2022 18:39:36 GMT", + "comments": { + "patch": [ + { + "comment": "fix small typo in documentation" + } + ] + } + }, { "version": "5.3.2", "tag": "@cdf/provisioning_v5.3.2", diff --git a/source/packages/services/provisioning/CHANGELOG.md b/source/packages/services/provisioning/CHANGELOG.md index 274e7b6e8..66a1bb0fb 100644 --- a/source/packages/services/provisioning/CHANGELOG.md +++ b/source/packages/services/provisioning/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @cdf/provisioning -This log was last generated on Thu, 21 Jul 2022 21:10:03 GMT and should not be manually modified. +This log was last generated on Thu, 04 Aug 2022 18:39:36 GMT and should not be manually modified. + +## 5.3.3 +Thu, 04 Aug 2022 18:39:36 GMT + +### Patches + +- fix small typo in documentation ## 5.3.2 Thu, 21 Jul 2022 21:10:03 GMT diff --git a/source/packages/services/provisioning/package.json b/source/packages/services/provisioning/package.json index a12fee70f..b19cd6434 100644 --- a/source/packages/services/provisioning/package.json +++ b/source/packages/services/provisioning/package.json @@ -1,6 +1,6 @@ { "name": "@cdf/provisioning", - "version": "5.3.2", + "version": "5.3.3", "description": "CDF Provisioning", "author": "Dean Hart", "scripts": {