Skip to content

Commit

Permalink
Bump version for hotfix release http 0.52.0 (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jan 26, 2024
1 parent a749b0a commit 0f405da
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 29 deletions.

This file was deleted.

14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.52.1",
"tag": "@typespec/http_v0.52.1",
"date": "Fri, 26 Jan 2024 20:12:35 GMT",
"comments": {
"patch": [
{
"comment": "Fix: Parsing of path parameter works with OData style params"
}
]
}
},
{
"version": "0.52.0",
"tag": "@typespec/http_v0.52.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 Wed, 24 Jan 2024 05:46:53 GMT and should not be manually modified.
This log was last generated on Fri, 26 Jan 2024 20:12:35 GMT and should not be manually modified.

## 0.52.1
Fri, 26 Jan 2024 20:12:35 GMT

### Patches

- Fix: Parsing of path parameter works with OData style params

## 0.52.0
Wed, 24 Jan 2024 05:46:53 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.52.0",
"version": "0.52.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 @@ -51,12 +51,12 @@
],
"peerDependencies": {
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0"
"@typespec/http": "workspace:~0.52.1"
},
"devDependencies": {
"@types/node": "~18.11.9",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/rest": "workspace:~0.52.0",
"@typespec/eslint-config-typespec": "workspace:~0.52.0",
"@typespec/library-linter": "workspace:~0.52.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 @@ -55,13 +55,13 @@
"peerDependencies": {
"@typespec/versioning": "workspace:~0.52.0",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/openapi": "workspace:~0.52.0"
},
"devDependencies": {
"@types/node": "~18.11.9",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/rest": "workspace:~0.52.0",
"@typespec/openapi": "workspace:~0.52.0",
"@typespec/versioning": "workspace:~0.52.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typespec/playground": "workspace:~0.1.0-alpha.5",
"@typespec/versioning": "workspace:~0.52.0",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/rest": "workspace:~0.52.0",
"@typespec/openapi3": "workspace:~0.52.0",
"@typespec/json-schema": "workspace:~0.52.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 @@ -74,7 +74,7 @@
"@typespec/bundler": "workspace:~0.1.0-alpha.5",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/html-program-viewer": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/openapi": "workspace:~0.52.0",
"@typespec/openapi3": "workspace:~0.52.0",
"@typespec/protobuf": "workspace:~0.52.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
],
"peerDependencies": {
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0"
"@typespec/http": "workspace:~0.52.1"
},
"devDependencies": {
"@types/node": "~18.11.9",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/eslint-config-typespec": "workspace:~0.52.0",
"@typespec/library-linter": "workspace:~0.52.0",
"@typespec/eslint-plugin": "workspace:~0.52.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 @@ -46,7 +46,7 @@
"@typespec/best-practices": "workspace:~0.45.0",
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/html-program-viewer": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/json-schema": "workspace:~0.52.0",
"@typespec/openapi": "workspace:~0.52.0",
"@typespec/openapi3": "workspace:~0.52.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 @@ -46,7 +46,7 @@
"@typespec/compiler": "workspace:~0.52.0",
"@typespec/tspd": "workspace:~0.46.0",
"@typespec/spec": "workspace:*",
"@typespec/http": "workspace:~0.52.0",
"@typespec/http": "workspace:~0.52.1",
"@typespec/rest": "workspace:~0.52.0",
"@typespec/openapi": "workspace:~0.52.0",
"@typespec/openapi3": "workspace:~0.52.0",
Expand Down

0 comments on commit 0f405da

Please sign in to comment.