Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

12 changes: 12 additions & 0 deletions packages/http/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@typespec/http",
"entries": [
{
"version": "0.43.1",
"tag": "@typespec/http_v0.43.1",
"date": "Fri, 14 Apr 2023 15:09:01 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** query format not accepting anything other than `csv` and `multi`"
}
]
}
},
{
"version": "0.43.0",
"tag": "@typespec/http_v0.43.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @typespec/http

This log was last generated on Tue, 11 Apr 2023 18:49:17 GMT and should not be manually modified.
This log was last generated on Fri, 14 Apr 2023 15:09:01 GMT and should not be manually modified.

## 0.43.1
Fri, 14 Apr 2023 15:09:01 GMT

### Patches

- **Fix** query format not accepting anything other than `csv` and `multi`

## 0.43.0
Tue, 11 Apr 2023 18:49:17 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http",
"version": "0.43.0",
"version": "0.43.1",
"author": "Microsoft Corporation",
"description": "TypeSpec HTTP protocol binding",
"homepage": "https://github.com/Microsoft/typespec",
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
],
"peerDependencies": {
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0"
},
"devDependencies": {
"@types/mocha": "~10.0.0",
"@types/node": "~18.11.9",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/eslint-config-typespec": "~0.6.0",
"@typespec/library-linter": "~0.43.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"peerDependencies": {
"@typespec/versioning": "~0.43.0",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/openapi": "~0.43.0"
},
Expand All @@ -66,7 +66,7 @@
"@types/node": "~18.11.9",
"@types/js-yaml": "~4.0.1",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/openapi": "~0.43.0",
"@typespec/versioning": "~0.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@typespec/versioning": "~0.43.0",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/openapi3": "~0.43.0",
"@typespec/openapi": "~0.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/mocha": "~10.0.0",
"@types/node": "~18.11.9",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/eslint-config-typespec": "~0.6.0",
"@typespec/library-linter": "~0.43.0",
"@typespec/eslint-plugin": "~0.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@typespec/versioning": "~0.43.0",
"@typespec/compiler": "~0.43.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/openapi": "~0.43.0",
"@typespec/openapi3": "~0.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@typespec/ref-doc": "~0.1.0",
"@typespec/spec": "0.1.0",
"@typespec/http": "~0.43.0",
"@typespec/http": "~0.43.1",
"@typespec/rest": "~0.43.0",
"@typespec/openapi": "~0.43.0",
"@typespec/versioning": "~0.43.0",
Expand Down