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 0.1.10 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Mar 1, 2019
1 parent 0b1f70a commit e53f67a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 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]

## [0.1.9] - 2019-03-01
### Changed
- Update designer version to 1.40225.1.4

## [0.1.9] - 2019-02-21
### Changed
- Update designer version to 1.40218.1.5
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 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",
"description": "%extension.description%",
"version": "0.1.9",
"version": "0.1.10",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -642,7 +642,7 @@
"@types/node": "^7.0.67",
"@types/request-promise-native": "^1.0.15",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
"typescript": "^3.3.3333",
"vsce": "^1.57.1",
"vscode": "^1.1.29"
},
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.40218.1.52492.190220-1647";
public static DesignerVersion = "1.40225.1.494671059.190228-1742";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down
1 change: 1 addition & 0 deletions src/utils/logic-app/designerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit
const featuresToEnable = {
ALLOW_EMPTY_DEFINITION: true,
AUTO_CASTING_IN_PARAMETER_FIELD_TIP: true,
COLLAPSE_ALL_CARDS: true,
CONCURRENCY: true,
DEBOUNCE_EMIT_CHANGE: true,
DISABLE_AUTO_FOCUS_PARAMETERS: true,
Expand Down

0 comments on commit e53f67a

Please sign in to comment.