This commit is contained in:
Nick Guerrera 2021-05-18 17:58:38 -07:00 коммит произвёл GitHub
Родитель 1a34119e65
Коммит 0ce71bfb7e
15 изменённых файлов: 143 добавлений и 12 удалений

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

@ -1,6 +1,18 @@
{
"name": "@azure-tools/adl-rest",
"entries": [
{
"version": "0.2.1",
"tag": "@azure-tools/adl-rest_v0.2.1",
"date": "Tue, 18 May 2021 23:43:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/adl\" from `0.10.0` to `0.11.0`"
}
]
}
},
{
"version": "0.2.0",
"tag": "@azure-tools/adl-rest_v0.2.0",

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

@ -1,6 +1,11 @@
# Change Log - @azure-tools/adl-rest
This log was last generated on Thu, 06 May 2021 14:56:01 GMT and should not be manually modified.
This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
## 0.2.1
Tue, 18 May 2021 23:43:31 GMT
_Version update only_
## 0.2.0
Thu, 06 May 2021 14:56:01 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl-rest",
"version": "0.2.0",
"version": "0.2.1",
"author": "Microsoft Corporation",
"description": "ADL REST protocol binding",
"homepage": "https://github.com/Azure/adl",
@ -32,7 +32,7 @@
"!dist/test/**"
],
"dependencies": {
"@azure-tools/adl": "0.10.0"
"@azure-tools/adl": "0.11.0"
},
"devDependencies": {
"@types/node": "~14.0.27",

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

@ -1,6 +1,18 @@
{
"name": "@azure-tools/adl-vs",
"entries": [
{
"version": "0.1.5",
"tag": "@azure-tools/adl-vs_v0.1.5",
"date": "Tue, 18 May 2021 23:43:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"adl-vscode\" from `0.5.0` to `0.5.1`"
}
]
}
},
{
"version": "0.1.4",
"tag": "@azure-tools/adl-vs_v0.1.4",

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

@ -1,6 +1,11 @@
# Change Log - @azure-tools/adl-vs
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
## 0.1.5
Tue, 18 May 2021 23:43:31 GMT
_Version update only_
## 0.1.4
Thu, 06 May 2021 14:56:02 GMT

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

@ -1,7 +1,7 @@
{
"name": "@azure-tools/adl-vs",
"author": "Microsoft Corporation",
"version": "0.1.4",
"version": "0.1.5",
"description": "ADL Language Support for Visual Studio",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
@ -28,6 +28,6 @@
},
"dependencies": {},
"devDependencies": {
"adl-vscode": "0.5.0"
"adl-vscode": "0.5.1"
}
}

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

@ -1,6 +1,18 @@
{
"name": "adl-vscode",
"entries": [
{
"version": "0.5.1",
"tag": "adl-vscode_v0.5.1",
"date": "Tue, 18 May 2021 23:43:31 GMT",
"comments": {
"patch": [
{
"comment": "Fix issue launching adl-server on Mac OS"
}
]
}
},
{
"version": "0.5.0",
"tag": "adl-vscode_v0.5.0",

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

@ -1,6 +1,13 @@
# Change Log - adl-vscode
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
## 0.5.1
Tue, 18 May 2021 23:43:31 GMT
### Patches
- Fix issue launching adl-server on Mac OS
## 0.5.0
Thu, 06 May 2021 14:56:02 GMT

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

@ -1,6 +1,6 @@
{
"name": "adl-vscode",
"version": "0.5.0",
"version": "0.5.1",
"author": "Microsoft Corporation",
"description": "ADL Language Support for VS Code",
"homepage": "https://github.com/Azure/adl",

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

@ -1,6 +1,41 @@
{
"name": "@azure-tools/adl",
"entries": [
{
"version": "0.11.0",
"tag": "@azure-tools/adl_v0.11.0",
"date": "Tue, 18 May 2021 23:43:31 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Throw diagnostic when main ADL file doesn't exists"
},
{
"comment": "Fix TypeError after `adl vs` command"
},
{
"comment": "**Fix** formatter handling string and number literal should keep as it is."
},
{
"comment": "**Fix** Formatter not rendering template parameters of models."
},
{
"comment": "**Fix** Don't format a file with parsing errors"
},
{
"comment": "Work around npm 7+ Mac OS bug in `adl code install`"
},
{
"comment": "Prefer local install of adl package when running global `adl`"
}
],
"minor": [
{
"comment": "**Added** format command to automatically format adl files"
}
]
}
},
{
"version": "0.10.0",
"tag": "@azure-tools/adl_v0.10.0",

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

@ -1,6 +1,23 @@
# Change Log - @azure-tools/adl
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
This log was last generated on Tue, 18 May 2021 23:43:31 GMT and should not be manually modified.
## 0.11.0
Tue, 18 May 2021 23:43:31 GMT
### Minor changes
- **Added** format command to automatically format adl files
### Patches
- **Fix** Throw diagnostic when main ADL file doesn't exists
- Fix TypeError after `adl vs` command
- **Fix** formatter handling string and number literal should keep as it is.
- **Fix** Formatter not rendering template parameters of models.
- **Fix** Don't format a file with parsing errors
- Work around npm 7+ Mac OS bug in `adl code install`
- Prefer local install of adl package when running global `adl`
## 0.10.0
Thu, 06 May 2021 14:56:02 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl",
"version": "0.10.0",
"version": "0.11.0",
"description": "ADL Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",

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

@ -0,0 +1,17 @@
{
"name": "@azure-tools/prettier-plugin-adl",
"entries": [
{
"version": "0.1.1",
"tag": "@azure-tools/prettier-plugin-adl_v0.1.1",
"date": "Tue, 18 May 2021 23:43:31 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/adl\" from `0.10.0` to `0.11.0`"
}
]
}
}
]
}

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

@ -0,0 +1,9 @@
# 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.
## 0.1.1
Tue, 18 May 2021 23:43:31 GMT
_Initial release_

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/prettier-plugin-adl",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@ -14,7 +14,7 @@
"prettier": "~2.2.1"
},
"devDependencies": {
"@azure-tools/adl": "0.10.0",
"@azure-tools/adl": "0.11.0",
"@rollup/plugin-commonjs": "~17.1.0",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~11.2.0",