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.15 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Apr 5, 2019
1 parent cd3af64 commit 5157857
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 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.15] - 2019-04-05
### Changed
- Update designer version to 1.40401.1.5

## [0.1.14] - 2019-03-28
### Changed
- Update designer version to 1.40325.1.3
Expand Down
2 changes: 1 addition & 1 deletion 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.14",
"version": "0.1.15",
"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.40325.1.35180309.190327-1603";
public static DesignerVersion = "1.40401.1.5085464.190404-1812";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down
4 changes: 0 additions & 4 deletions src/utils/logic-app/designerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,8 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit
"@uifabric/merge-styles/lib": "@uifabric/merge-styles",
"@uifabric/styling/lib": "@uifabric/styling",
"@uifabric/utilities/lib": "@uifabric/utilities",
"cds-control-expression": "cds-control-expression",
"core/main": "core.designer.min",
"draft-js": "draft.min",
"draft-js-export-html": "draft-js-export-html.min",
"draft-js-import-html": "draft-js-import-html.min",
"fuse": "fuse.min",
"immutable": "immutable.min",
"localforage": "localforage.min",
Expand All @@ -178,7 +175,6 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit
"prop-types": "prop-types.min",
"react": "react.production.min",
"react-dom": "react-dom.production.min",
"react-draft-wysiwyg": "react-draft-wysiwyg.min",
"reselect": "reselect",
"re-reselect": "re-reselect",
"resources": getResourcePath(),
Expand Down
4 changes: 0 additions & 4 deletions src/utils/logic-app/monitoringViewUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,8 @@ export function getWebviewContent({ authorization, location, resourceGroupName,
"@uifabric/merge-styles/lib": "@uifabric/merge-styles",
"@uifabric/styling/lib": "@uifabric/styling",
"@uifabric/utilities/lib": "@uifabric/utilities",
"cds-control-expression": "cds-control-expression",
"core/main": "core.monitor.min",
"draft-js": "draft.min",
"draft-js-export-html": "draft-js-export-html.min",
"draft-js-import-html": "draft-js-import-html.min",
"fuse": "fuse.min",
"immutable": "immutable.min",
"localforage": "localforage.min",
Expand All @@ -168,7 +165,6 @@ export function getWebviewContent({ authorization, location, resourceGroupName,
"prop-types": "prop-types.min",
"react": "react.production.min",
"react-dom": "react-dom.production.min",
"react-draft-wysiwyg": "react-draft-wysiwyg.min",
"reselect": "reselect",
"re-reselect": "re-reselect",
"resources": getResourcePath(),
Expand Down

0 comments on commit 5157857

Please sign in to comment.