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.4 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Jan 10, 2019
1 parent 7175b5d commit 8caf420
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.4] - 2019-01-10
### Changed
- Update designer version to 1.40107.1.6

## [0.1.3] - 2018-12-14
### Changed
- Change read-only designer and monitoring view titles
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.3",
"version": "0.1.4",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
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.31210.1.6778110.181213-1659";
public static DesignerVersion = "1.40107.1.67100242.190110-1328";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down
1 change: 0 additions & 1 deletion src/utils/logic-app/designerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit
SHOW_TOKENS_FOR_FOREACH: !!options.featureFlags && !!options.featureFlags.showforeachtokens,
SHOW_TRIGGER_RECURRENCE: true,
SHOW_VARIABLE_ACTIONS: true,
SUPPORT_INTEGRATION_SERVICE_ENVIRONMENT: iseSupported,
SUPPORT_NESTED_FOREACH_UI: true,
SUPPORT_PAN_AND_ZOOM: true,
SUPPORT_PEEK: true,
Expand Down

0 comments on commit 8caf420

Please sign in to comment.