Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update version to 1.0.19 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Aug 25, 2021
1 parent 029284b commit c7a8b4e
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 87 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "vscode-logicapps" extension will be documented in th

## [Unreleased]

## [1.0.19] - 2021-08-25
### Changed
- Update designer version to 1.60816.1.2

## [1.0.18] - 2021-08-10
### Changed
- Update designer version to 1.60802.1.3
Expand Down
166 changes: 87 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-logicapps",
"displayName": "Azure Logic Apps (Consumption)",
"description": "%extension.description%",
"version": "1.0.18",
"version": "1.0.19",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -739,22 +739,22 @@
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/glob": "^7.1.4",
"@types/js-yaml": "^4.0.2",
"@types/js-yaml": "^4.0.3",
"@types/mocha": "^9.0.0",
"@types/node": "^7.10.14",
"@types/request-promise-native": "^1.0.18",
"@types/vscode": "^1.31.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"eslint-utils": "^3.0.0",
"mocha": "^9.0.3",
"mocha": "^9.1.0",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"vsce": "^1.96.1",
"vscode-test": "^1.6.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"azure-arm-logic": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

export class Constants {
public static DesignerVersion = "1.60802.1.3.210806-1539";
public static DesignerVersion = "1.60816.1.2.210819-1451";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down

0 comments on commit c7a8b4e

Please sign in to comment.