From 72dc2a97aeadfa68460b613f8c8f12a578da38ef Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Wed, 15 Jan 2025 14:48:05 +0800 Subject: [PATCH] bump http-spec version (#5618) --- .chronus/changes/http_spec_pageable-2025-0-9-13-43-18.md | 7 ------- .chronus/changes/tadelesh-patch-1-2024-11-18-16-37-2.md | 7 ------- packages/http-specs/CHANGELOG.md | 8 ++++++++ packages/http-specs/package.json | 2 +- 4 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 .chronus/changes/http_spec_pageable-2025-0-9-13-43-18.md delete mode 100644 .chronus/changes/tadelesh-patch-1-2024-11-18-16-37-2.md diff --git a/.chronus/changes/http_spec_pageable-2025-0-9-13-43-18.md b/.chronus/changes/http_spec_pageable-2025-0-9-13-43-18.md deleted file mode 100644 index e188822936..0000000000 --- a/.chronus/changes/http_spec_pageable-2025-0-9-13-43-18.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-specs" ---- - -remove unsupported pageable things \ No newline at end of file diff --git a/.chronus/changes/tadelesh-patch-1-2024-11-18-16-37-2.md b/.chronus/changes/tadelesh-patch-1-2024-11-18-16-37-2.md deleted file mode 100644 index 02bf56860f..0000000000 --- a/.chronus/changes/tadelesh-patch-1-2024-11-18-16-37-2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-specs" ---- - -fix missing `@list` decorator for unbranded pageable operation \ No newline at end of file diff --git a/packages/http-specs/CHANGELOG.md b/packages/http-specs/CHANGELOG.md index a314de139e..922f5f5346 100644 --- a/packages/http-specs/CHANGELOG.md +++ b/packages/http-specs/CHANGELOG.md @@ -1,5 +1,13 @@ # @typespec/http-specs +## 0.1.0-alpha.6 + +### Bug Fixes + +- [#5545](https://github.com/microsoft/typespec/pull/5545) remove unsupported pageable things +- [#5401](https://github.com/microsoft/typespec/pull/5401) fix missing `@list` decorator for unbranded pageable operation + + ## 0.1.0-alpha.5 ### Bug Fixes diff --git a/packages/http-specs/package.json b/packages/http-specs/package.json index b0a541b37c..a45735e77d 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.5", + "version": "0.1.0-alpha.6", "description": "Spec scenarios and mock apis", "main": "dist/index.js", "type": "module",