Skip to content

Commit

Permalink
Prepare ADL packages release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Jun 24, 2021
1 parent f8ca467 commit ade121a
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 13 deletions.
17 changes: 17 additions & 0 deletions packages/adl-rest/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@azure-tools/adl-rest",
"entries": [
{
"version": "0.3.0",
"tag": "@azure-tools/adl-rest_v0.3.0",
"date": "Thu, 24 Jun 2021 03:57:43 GMT",
"comments": {
"minor": [
{
"comment": "Add semantic error recovery"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/adl\" from `0.11.0` to `0.12.0`"
}
]
}
},
{
"version": "0.2.1",
"tag": "@azure-tools/adl-rest_v0.2.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/adl-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @azure-tools/adl-rest

This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 24 Jun 2021 03:57:43 GMT and should not be manually modified.

## 0.3.0
Thu, 24 Jun 2021 03:57:43 GMT

### Minor changes

- Add semantic error recovery

## 0.2.1
Tue, 18 May 2021 23:43:31 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/adl-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl-rest",
"version": "0.2.1",
"version": "0.3.0",
"author": "Microsoft Corporation",
"description": "ADL REST protocol binding",
"homepage": "https://github.com/Azure/adl",
Expand Down Expand Up @@ -32,7 +32,7 @@
"!dist/test/**"
],
"dependencies": {
"@azure-tools/adl": "0.11.0"
"@azure-tools/adl": "0.12.0"
},
"devDependencies": {
"@types/node": "~14.0.27",
Expand Down
17 changes: 17 additions & 0 deletions packages/adl-vs/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@azure-tools/adl-vs",
"entries": [
{
"version": "0.1.6",
"tag": "@azure-tools/adl-vs_v0.1.6",
"date": "Thu, 24 Jun 2021 03:57:43 GMT",
"comments": {
"patch": [
{
"comment": "Add support for Visual Studio 2022"
}
],
"dependency": [
{
"comment": "Updating dependency \"adl-vscode\" from `0.5.1` to `0.5.2`"
}
]
}
},
{
"version": "0.1.5",
"tag": "@azure-tools/adl-vs_v0.1.5",
Expand Down
9 changes: 8 additions & 1 deletion packages/adl-vs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @azure-tools/adl-vs

This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 24 Jun 2021 03:57:43 GMT and should not be manually modified.

## 0.1.6
Thu, 24 Jun 2021 03:57:43 GMT

### Patches

- Add support for Visual Studio 2022

## 0.1.5
Tue, 18 May 2021 23:43:31 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/adl-vs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure-tools/adl-vs",
"author": "Microsoft Corporation",
"version": "0.1.5",
"version": "0.1.6",
"description": "ADL Language Support for Visual Studio",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"dependencies": {},
"devDependencies": {
"adl-vscode": "0.5.1"
"adl-vscode": "0.5.2"
}
}
12 changes: 12 additions & 0 deletions packages/adl-vscode/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "adl-vscode",
"entries": [
{
"version": "0.5.2",
"tag": "adl-vscode_v0.5.2",
"date": "Thu, 24 Jun 2021 03:57:43 GMT",
"comments": {
"patch": [
{
"comment": "Handle untitled source files in VS Code"
}
]
}
},
{
"version": "0.5.1",
"tag": "adl-vscode_v0.5.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/adl-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - adl-vscode

This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 24 Jun 2021 03:57:43 GMT and should not be manually modified.

## 0.5.2
Thu, 24 Jun 2021 03:57:43 GMT

### Patches

- Handle untitled source files in VS Code

## 0.5.1
Tue, 18 May 2021 23:43:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/adl-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adl-vscode",
"version": "0.5.1",
"version": "0.5.2",
"author": "Microsoft Corporation",
"description": "ADL Language Support for VS Code",
"homepage": "https://github.com/Azure/adl",
Expand Down
35 changes: 35 additions & 0 deletions packages/adl/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@azure-tools/adl",
"entries": [
{
"version": "0.12.0",
"tag": "@azure-tools/adl_v0.12.0",
"date": "Thu, 24 Jun 2021 03:57:43 GMT",
"comments": {
"patch": [
{
"comment": "**Added** ADL Configuration file loading"
},
{
"comment": "Added typechecker type navigation"
},
{
"comment": "Add isStringType helper function"
},
{
"comment": "Fix some edge cases in config file loading"
},
{
"comment": "Add support for Visual Studio 2022"
}
],
"minor": [
{
"comment": "Require main.adl or adlMain in package.json"
},
{
"comment": "Add mutator library which enables the programmatic addition of model properties, operation parameters, and operation return types"
},
{
"comment": "Add semantic error recovery"
}
]
}
},
{
"version": "0.11.0",
"tag": "@azure-tools/adl_v0.11.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/adl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @azure-tools/adl

This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 24 Jun 2021 03:57:43 GMT and should not be manually modified.

## 0.12.0
Thu, 24 Jun 2021 03:57:43 GMT

### Minor changes

- Require main.adl or adlMain in package.json
- Add mutator library which enables the programmatic addition of model properties, operation parameters, and operation return types
- Add semantic error recovery

### Patches

- **Added** ADL Configuration file loading
- Added typechecker type navigation
- Add isStringType helper function
- Fix some edge cases in config file loading
- Add support for Visual Studio 2022

## 0.11.0
Tue, 18 May 2021 23:43:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/adl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl",
"version": "0.11.0",
"version": "0.12.0",
"description": "ADL Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier-plugin-adl/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@azure-tools/prettier-plugin-adl",
"entries": [
{
"version": "0.1.2",
"tag": "@azure-tools/prettier-plugin-adl_v0.1.2",
"date": "Thu, 24 Jun 2021 03:57:43 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/adl\" from `0.11.0` to `0.12.0`"
}
]
}
},
{
"version": "0.1.1",
"tag": "@azure-tools/prettier-plugin-adl_v0.1.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/prettier-plugin-adl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @azure-tools/prettier-plugin-adl

This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
This log was last generated on Thu, 24 Jun 2021 03:57:43 GMT and should not be manually modified.

## 0.1.2
Thu, 24 Jun 2021 03:57:43 GMT

_Version update only_

## 0.1.1
Tue, 18 May 2021 23:43:31 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-adl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/prettier-plugin-adl",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"prettier": "~2.2.1"
},
"devDependencies": {
"@azure-tools/adl": "0.11.0",
"@azure-tools/adl": "0.12.0",
"@rollup/plugin-commonjs": "~17.1.0",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~11.2.0",
Expand Down

0 comments on commit ade121a

Please sign in to comment.