From 25fc9e233af0fc51a3eae25bda9e1b34eb6b64a7 Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Sun, 8 Dec 2024 23:12:09 -0800 Subject: [PATCH 1/2] [@typespec/http-specs] Release Alpha 4 Version --- packages/http-specs/CHANGELOG.md | 4 ++++ packages/http-specs/package.json | 4 ++-- .../spec-dashboard/src/components/generator-information.tsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/http-specs/CHANGELOG.md b/packages/http-specs/CHANGELOG.md index a64b980f23..58bad29b66 100644 --- a/packages/http-specs/CHANGELOG.md +++ b/packages/http-specs/CHANGELOG.md @@ -1,5 +1,9 @@ # @typespec/http-specs +## 0.1.0-alpha.4 + +- Update Versioning/Removed Project And Removed Type/Model/Templated. Please refer [PR #5217](https://github.com/microsoft/typespec/pull/5217) for further details. + ## 0.1.0-alpha.3 - Create coverages container if not existing diff --git a/packages/http-specs/package.json b/packages/http-specs/package.json index 18ad38dd70..93ca09e3fa 100644 --- a/packages/http-specs/package.json +++ b/packages/http-specs/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http-specs", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "description": "Spec scenarios and mock apis", "main": "dist/index.js", "type": "module", @@ -13,7 +13,7 @@ "generate-scenarios-summary": "tsp-spector generate-scenarios-summary ./specs", "regen-docs": "pnpm generate-scenarios-summary", "upload-manifest": "tsp-spector upload-manifest ./specs --setName @typespec/http-specs --containerName manifests-typespec --storageAccountName typespec", - "upload-coverage": "tsp-spector upload-coverage --generatorName @typespec/http-specs --generatorVersion 0.1.0-alpha.3 --containerName coverages --generatorMode standard --storageAccountName typespec", + "upload-coverage": "tsp-spector upload-coverage --generatorName @typespec/http-specs --generatorVersion 0.1.0-alpha.4 --containerName coverages --generatorMode standard --storageAccountName typespec", "validate-mock-apis": "tsp-spector validate-mock-apis ./specs", "check-scenario-coverage": "tsp-spector check-coverage ./specs", "validate-client-server": "concurrently \"tsp-spector server start ./specs\" \"npm run client\" && tsp-spector server stop", diff --git a/packages/spec-dashboard/src/components/generator-information.tsx b/packages/spec-dashboard/src/components/generator-information.tsx index fc94af7db4..014f51485b 100644 --- a/packages/spec-dashboard/src/components/generator-information.tsx +++ b/packages/spec-dashboard/src/components/generator-information.tsx @@ -21,7 +21,7 @@ export const GeneratorInformation: FunctionComponent valueTitle={report.createdAt} /> From a38a7d96e6547b8e11db705d55226ec28343305e Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Sun, 8 Dec 2024 23:14:33 -0800 Subject: [PATCH 2/2] Chrous Add --- .../changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md diff --git a/.chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md b/.chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md new file mode 100644 index 0000000000..3cc09f4932 --- /dev/null +++ b/.chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md @@ -0,0 +1,7 @@ +--- +changeKind: internal +packages: + - "@typespec/http-specs" +--- + +Modifies Spec Scenarios \ No newline at end of file