Prepare release July 31st 2023 (#4765)

This commit is contained in:
Timothee Guerin 2023-07-31 08:25:27 -07:00 коммит произвёл GitHub
Родитель 7d0ed2741a
Коммит e8d9758562
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 50 добавлений и 27 удалений

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "Fix for final-state-schema with external ref",
"type": "patch"
}
],
"packageName": "@autorest/core"
}

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/schemas",
"comment": "Fix for final-state-schema with external ref",
"type": "patch"
}
],
"packageName": "@autorest/schemas"
}

Просмотреть файл

@ -44,7 +44,7 @@
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/configuration": "~1.11.0",
"@autorest/core": "~3.9.6",
"@autorest/core": "~3.9.7",
"@autorest/common": "~1.5.6",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/extension": "~3.6.1",

Просмотреть файл

@ -1,6 +1,23 @@
{
"name": "@autorest/core",
"entries": [
{
"version": "3.9.7",
"tag": "@autorest/core_v3.9.7",
"date": "Mon, 31 Jul 2023 14:56:21 GMT",
"comments": {
"patch": [
{
"comment": "Fix for final-state-schema with external ref"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/schemas\" from `~1.3.4` to `~1.3.5`"
}
]
}
},
{
"version": "3.9.6",
"tag": "@autorest/core_v3.9.6",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - @autorest/core
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.
This log was last generated on Mon, 31 Jul 2023 14:56:21 GMT and should not be manually modified.
## 3.9.7
Mon, 31 Jul 2023 14:56:21 GMT
### Patches
- Fix for final-state-schema with external ref
## 3.9.6
Fri, 26 May 2023 14:12:36 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@autorest/core",
"version": "3.9.6",
"version": "3.9.7",
"description": "AutoRest Core Module",
"engines": {
"node": ">=12.0.0"
@ -44,7 +44,7 @@
"devDependencies": {
"@autorest/common": "~1.5.6",
"@autorest/configuration": "~1.11.0",
"@autorest/schemas": "~1.3.4",
"@autorest/schemas": "~1.3.5",
"@autorest/test-utils": "~0.5.3",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/codegen": "~2.9.2",

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "@autorest/schemas",
"entries": [
{
"version": "1.3.5",
"tag": "@autorest/schemas_v1.3.5",
"date": "Mon, 31 Jul 2023 14:56:21 GMT",
"comments": {
"patch": [
{
"comment": "Fix for final-state-schema with external ref"
}
]
}
},
{
"version": "1.3.4",
"tag": "@autorest/schemas_v1.3.4",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - @autorest/schemas
This log was last generated on Tue, 15 Mar 2022 16:00:38 GMT and should not be manually modified.
This log was last generated on Mon, 31 Jul 2023 14:56:21 GMT and should not be manually modified.
## 1.3.5
Mon, 31 Jul 2023 14:56:21 GMT
### Patches
- Fix for final-state-schema with external ref
## 1.3.4
Tue, 15 Mar 2022 16:00:38 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@autorest/schemas",
"version": "1.3.4",
"version": "1.3.5",
"description": "Internal package storing schemas",
"scripts": {
"test": "echo 'No Test'",

Просмотреть файл

@ -30,7 +30,7 @@
},
"homepage": "https://github.com/Azure/autorest#readme",
"dependencies": {
"@autorest/core": "~3.9.6",
"@autorest/core": "~3.9.7",
"autorest": "~3.6.3",
"source-map-support": "^0.5.19"
},