Skip to content

Commit

Permalink
Upgrade testmodeler (#6341)
Browse files Browse the repository at this point in the history
* upgrade m4 version

* bump version
  • Loading branch information
tadelesh authored Jun 14, 2023
1 parent 0ee963a commit 5fcd40f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 17 deletions.
26 changes: 13 additions & 13 deletions tools/sdk-testgen/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 tools/sdk-testgen/packages/autorest.testmodeler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@autorest/testmodeler",
"entries": [
{
"version": "2.5.2",
"tag": "@autorest/testmodeler_v2.5.2",
"date": "Wed, 14 Jun 2023 08:54:31 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade m4 core version."
}
]
}
},
{
"version": "2.5.1",
"tag": "@autorest/testmodeler_v2.5.1",
Expand Down
9 changes: 8 additions & 1 deletion tools/sdk-testgen/packages/autorest.testmodeler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @autorest/testmodeler

This log was last generated on Mon, 13 Mar 2023 02:20:40 GMT and should not be manually modified.
This log was last generated on Wed, 14 Jun 2023 08:54:31 GMT and should not be manually modified.

## 2.5.2
Wed, 14 Jun 2023 08:54:31 GMT

### Patches

- Upgrade m4 core version.

## 2.5.1
Mon, 13 Mar 2023 02:20:40 GMT
Expand Down
6 changes: 3 additions & 3 deletions tools/sdk-testgen/packages/autorest.testmodeler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/testmodeler",
"version": "2.5.1",
"version": "2.5.2",
"description": "Autorest extension for testmodeler",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"author": "Microsoft Corporation",
"license": "MIT",
"devDependencies": {
"@autorest/codemodel": "^4.19.2",
"@autorest/codemodel": "^4.19.3",
"@autorest/extension-base": "^3.5.0",
"@azure-tools/codegen": "^2.9.1",
"@azure-tools/codegen": "^2.9.2",
"@types/jest": "^26.0.24",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
Expand Down

0 comments on commit 5fcd40f

Please sign in to comment.