Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed May 26, 2023
1 parent dca9fe8 commit 61a5462
Show file tree
Hide file tree
Showing 24 changed files with 132 additions and 69 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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.11.0",
"@autorest/core": "~3.9.5",
"@autorest/core": "~3.9.6",
"@autorest/common": "~1.5.6",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/extension": "~3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/cadl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"dependencies": {
"@cadl-lang/compiler": "^0.37.0",
"@autorest/extension-base": "~3.5.1"
"@autorest/extension-base": "~3.5.2"
}
}
20 changes: 20 additions & 0 deletions packages/extensions/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@autorest/core",
"entries": [
{
"version": "3.9.6",
"tag": "@autorest/core_v3.9.6",
"date": "Fri, 26 May 2023 14:12:36 GMT",
"comments": {
"patch": [
{
"comment": "Update final-state-schema references in merger"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/oai2-to-oai3\" from `~4.7.0` to `~4.7.1`"
},
{
"comment": "Updating dependency \"@azure-tools/openapi\" from `~3.4.1` to `~3.5.0`"
}
]
}
},
{
"version": "3.9.5",
"tag": "@autorest/core_v3.9.5",
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 Thu, 13 Apr 2023 04:20:09 GMT and should not be manually modified.
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.

## 3.9.6
Fri, 26 May 2023 14:12:36 GMT

### Patches

- Update final-state-schema references in merger

## 3.9.5
Thu, 13 Apr 2023 04:20:09 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/extensions/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/core",
"version": "3.9.5",
"version": "3.9.6",
"description": "AutoRest Core Module",
"engines": {
"node": ">=12.0.0"
Expand Down Expand Up @@ -53,9 +53,9 @@
"@azure-tools/extension": "~3.6.1",
"@azure-tools/json": "~1.2.3",
"@azure-tools/jsonschema": "~1.2.2",
"@azure-tools/oai2-to-oai3": "~4.7.0",
"@azure-tools/oai2-to-oai3": "~4.7.1",
"@azure-tools/object-comparison": "~3.0.0",
"@azure-tools/openapi": "~3.4.1",
"@azure-tools/openapi": "~3.5.0",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/uri": "~3.1.1",
"@azure-tools/yaml": "~1.1.1",
Expand Down
23 changes: 23 additions & 0 deletions packages/extensions/modelerfour/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@autorest/modelerfour",
"entries": [
{
"version": "4.26.2",
"tag": "@autorest/modelerfour_v4.26.2",
"date": "Fri, 26 May 2023 14:12:36 GMT",
"comments": {
"patch": [
{
"comment": "Map `rfc7231` to `rfc1123` for date-time formats"
},
{
"comment": "Bypass autocorrect to type: object in some cases"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/extension-base\" from `~3.5.1` to `~3.5.2`"
},
{
"comment": "Updating dependency \"@azure-tools/openapi\" from `~3.4.1` to `~3.5.0`"
}
]
}
},
{
"version": "4.26.1",
"tag": "@autorest/modelerfour_v4.26.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/extensions/modelerfour/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @autorest/modelerfour

This log was last generated on Thu, 13 Apr 2023 04:20:09 GMT and should not be manually modified.
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.

## 4.26.2
Fri, 26 May 2023 14:12:36 GMT

### Patches

- Map `rfc7231` to `rfc1123` for date-time formats
- Bypass autocorrect to type: object in some cases

## 4.26.1
Thu, 13 Apr 2023 04:20:09 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/extensions/modelerfour/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/modelerfour",
"version": "4.26.1",
"version": "4.26.2",
"description": "AutoRest Modeler Version Four (component)",
"directories": {
"doc": "docs"
Expand Down Expand Up @@ -40,12 +40,12 @@
"readme": "https://github.com/Azure/autorest/tree/main/packages/extensions/modelerfour/readme.md",
"devDependencies": {
"@autorest/codemodel": "~4.19.3",
"@autorest/extension-base": "~3.5.1",
"@autorest/extension-base": "~3.5.2",
"@autorest/test-utils": "~0.5.3",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/codegen": "~2.9.2",
"@azure-tools/datastore": "~4.7.1",
"@azure-tools/openapi": "~3.4.1",
"@azure-tools/openapi": "~3.5.0",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/uri": "~3.1.1",
"@types/jest": "^29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/openapi-to-cadl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/Azure/autorest#readme",
"dependencies": {
"@azure-tools/codegen": "~2.9.2",
"@autorest/extension-base": "~3.5.1",
"@autorest/extension-base": "~3.5.2",
"@autorest/codemodel": "~4.19.3",
"@typespec/compiler": "^0.41.0",
"@typespec/rest": "^0.41.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/libs/extension-base/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@autorest/extension-base",
"entries": [
{
"version": "3.5.2",
"tag": "@autorest/extension-base_v3.5.2",
"date": "Fri, 26 May 2023 14:12:36 GMT",
"comments": {
"patch": [
{
"comment": "Bypass autocorrect to type: object in some cases"
}
]
}
},
{
"version": "3.5.1",
"tag": "@autorest/extension-base_v3.5.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/libs/extension-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @autorest/extension-base

This log was last generated on Wed, 07 Dec 2022 22:24:34 GMT and should not be manually modified.
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.

## 3.5.2
Fri, 26 May 2023 14:12:36 GMT

### Patches

- Bypass autocorrect to type: object in some cases

## 3.5.1
Wed, 07 Dec 2022 22:24:34 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/extension-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/extension-base",
"version": "3.5.1",
"version": "3.5.2",
"description": "Library for creating AutoRest extensions",
"main": "dist/index.js",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/libs/oai2-to-oai3/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@azure-tools/oai2-to-oai3",
"entries": [
{
"version": "4.7.1",
"tag": "@azure-tools/oai2-to-oai3_v4.7.1",
"date": "Fri, 26 May 2023 14:12:36 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/openapi\" from `~3.4.1` to `~3.5.0`"
}
]
}
},
{
"version": "4.7.0",
"tag": "@azure-tools/oai2-to-oai3_v4.7.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/libs/oai2-to-oai3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @azure-tools/oai2-to-oai3

This log was last generated on Wed, 07 Dec 2022 22:24:34 GMT and should not be manually modified.
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.

## 4.7.1
Fri, 26 May 2023 14:12:36 GMT

_Version update only_

## 4.7.0
Wed, 07 Dec 2022 22:24:34 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/oai2-to-oai3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/oai2-to-oai3",
"version": "4.7.0",
"version": "4.7.1",
"description": "OpenAPI2 to OpenAPI3 conversion library that maintains souremaps for use with AutoRest",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@azure-tools/datastore": "~4.7.1",
"@azure-tools/openapi": "~3.4.1",
"@azure-tools/openapi": "~3.5.0",
"@azure-tools/json": "~1.2.3",
"source-map": "0.7.3"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/libs/openapi/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@azure-tools/openapi",
"entries": [
{
"version": "3.5.0",
"tag": "@azure-tools/openapi_v3.5.0",
"date": "Fri, 26 May 2023 14:12:36 GMT",
"comments": {
"minor": [
{
"comment": "Add `rfc7231` format"
}
]
}
},
{
"version": "3.4.1",
"tag": "@azure-tools/openapi_v3.4.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/libs/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @azure-tools/openapi

This log was last generated on Wed, 07 Dec 2022 22:24:34 GMT and should not be manually modified.
This log was last generated on Fri, 26 May 2023 14:12:36 GMT and should not be manually modified.

## 3.5.0
Fri, 26 May 2023 14:12:36 GMT

### Minor changes

- Add `rfc7231` format

## 3.4.1
Wed, 07 Dec 2022 22:24:34 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/openapi",
"version": "3.4.1",
"version": "3.5.0",
"description": "OpenAPI common code for Azure Tools.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
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.9.5",
"@autorest/core": "~3.9.6",
"autorest": "~3.6.3",
"source-map-support": "^0.5.19"
},
Expand Down

0 comments on commit 61a5462

Please sign in to comment.