Skip to content

Commit

Permalink
Bump core to 3.10.3 to include log fix (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Oct 31, 2024
1 parent 7b45448 commit 264b421
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
10 changes: 0 additions & 10 deletions common/changes/@autorest/core/error-stack_2024-10-30-23-17.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/apps/autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/configuration": "~1.12.1",
"@autorest/core": "~3.10.2",
"@autorest/core": "~3.10.3",
"@autorest/common": "~1.6.0",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/extension": "~3.7.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/extensions/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@autorest/core",
"entries": [
{
"version": "3.10.3",
"tag": "@autorest/core_v3.10.3",
"date": "Thu, 31 Oct 2024 00:11:17 GMT",
"comments": {
"patch": [
{
"comment": "Include stack trace when logging errors"
}
]
}
},
{
"version": "3.10.2",
"tag": "@autorest/core_v3.10.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/extensions/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @autorest/core

This log was last generated on Wed, 28 Feb 2024 18:02:21 GMT and should not be manually modified.
This log was last generated on Thu, 31 Oct 2024 00:11:17 GMT and should not be manually modified.

## 3.10.3
Thu, 31 Oct 2024 00:11:17 GMT

### Patches

- Include stack trace when logging errors

## 3.10.2
Wed, 28 Feb 2024 18:02:21 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/core",
"version": "3.10.2",
"version": "3.10.3",
"description": "AutoRest Core Module",
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/test-public-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/Azure/autorest#readme",
"dependencies": {
"@autorest/core": "~3.10.2",
"@autorest/core": "~3.10.3",
"autorest": "~3.7.1",
"source-map-support": "^0.5.19"
},
Expand Down

0 comments on commit 264b421

Please sign in to comment.