* Updates for release
This commit is contained in:
Nathan 2021-05-10 16:44:58 -07:00 коммит произвёл GitHub
Родитель dc6d4968a0
Коммит 6e9005ab2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 915 добавлений и 3168 удалений

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

@ -1,5 +1,24 @@
# Change Log
## 0.7.0 - 2021-05-12
### Added
- Git project validation prior to `Create Static Web App...`
- After creating a Static Web App, `git pull` is executed to retrieve the [GitHub Actions workflow file](https://aka.ms/AAcg392)
- GitHub Configuration tree item when SWA is connected to local project
- `Create Configuration File` command to add `staticwebapp.config.json`
- Standard SKU option for `Create Static Web App... (Advanced)`
### Changed
- `Create Static Web App...` requires an opened workspace in VS Code
- Location, API location, GitHub org, and repo privacy steps have default values for `Create Static Web App...`
- Use `Create Static Web App... (Advanced)` for a more customizable creation
### Removed
- (Preview) label 🎉
### Fixed
- [Bugs fixed](https://github.com/microsoft/vscode-azurestaticwebapps/milestone/12?closed=1)
## 0.6.0 - 2021-04-13
### Added
- Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view

Разница между файлами не показана из-за своего большого размера Загрузить разницу

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,11 +1,11 @@
{
"name": "vscode-azurestaticwebapps",
"version": "0.6.1-alpha",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.6.1-alpha",
"version": "0.7.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-appservice": "^6.0.0",

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

@ -2,7 +2,7 @@
"name": "vscode-azurestaticwebapps",
"displayName": "Azure Static Web Apps",
"description": "%staticWebApps.description%",
"version": "0.6.1-alpha",
"version": "0.7.0",
"publisher": "ms-azuretools",
"icon": "resources/azure-staticwebapps.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",