Skip to content

Commit

Permalink
tsp, prepare 0.12.3 (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jan 22, 2024
1 parent 361a8e3 commit 3c1e996
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions typespec-extension/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.12.3 (2024-01-22)

Compatible with compiler 0.51.

- (Preview) Supported generating SDK from management-plane TypeSpec (`@armProviderNamespace`).

## 0.12.2 (2024-01-09)

Compatible with compiler 0.51.
Expand Down
2 changes: 1 addition & 1 deletion typespec-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-java",
"version": "0.12.2",
"version": "0.12.3",
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
"keywords": [
"TypeSpec"
Expand Down
6 changes: 3 additions & 3 deletions typespec-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@azure-tools/cadl-ranch-specs": "0.28.7",
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.12.2.tgz"
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.12.3.tgz"
},
"devDependencies": {
"@typespec/prettier-plugin-typespec": "~0.51.0",
"@azure-tools/typespec-azure-resource-manager": "~0.37.1",
"prettier-plugin-organize-imports": "3.2.4",
"prettier": "~3.1.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.37.1 <1.0.0"
"prettier": "~3.1.0"
},
"overrides": {
"@typespec/compiler": ">=0.51.0 <1.0.0",
Expand Down

0 comments on commit 3c1e996

Please sign in to comment.