Skip to content

Commit 8fdaf5b

Browse files
skywing918Kyle Zhang
andauthored
New version for release js tools (#11522)
* update version * update lock --------- Co-authored-by: Kyle Zhang <[email protected]>
1 parent ef4d0b2 commit 8fdaf5b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

tools/js-sdk-release-tools/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/js-sdk-release-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/js-sdk-release-tools",
3-
"version": "2.13.5",
3+
"version": "2.13.6",
44
"description": "",
55
"files": [
66
"dist"
@@ -44,7 +44,7 @@
4444
"string-template": "^1.0.0",
4545
"ts-morph": "^26.0.0",
4646
"tslib": "^2.8.1",
47-
"typescript-codegen-breaking-change-detector": "0.7.9",
47+
"typescript-codegen-breaking-change-detector": "0.7.10",
4848
"unixify": "^1.0.0",
4949
"winston": "^3.17.0",
5050
"yaml": "^2.7.0"

tools/js-sdk-release-tools/packages/typescript-codegen-breaking-change-detector/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/js-sdk-release-tools/packages/typescript-codegen-breaking-change-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-codegen-breaking-change-detector",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "Detect breaking changes to your TypeScript client generated by open api, typespec and more...",
55
"main": "dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)