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.5 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Jan 17, 2019
1 parent c766f23 commit 4328dc8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to the "vscode-logicapps" extension will be documented in th

## [Unreleased]

## [0.1.5] - 2019-01-17
### Added
- Integration Accounts
- Agreements
- Create, delete, update, view agreement content, and view agreement properties

### Changed
- Update designer version to 1.40114.1.4

## [0.1.4] - 2019-01-10
### Changed
- Update designer version to 1.40107.1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl
* Browse and run logic apps triggers
* Browse and resubmit logic apps runs
* Browse and promote logic apps versions
* Browse, create, edit, and delete integration accounts, schema, map, and partners
* Browse, create, edit, and delete integration accounts, schema, map, partners, and agreements
* IntelliSense support helping you quickly and easily adding triggers, actions, and properties

![Recurrence trigger IntelliSense](resources/recurrence-trigger.gif)
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.4",
"version": "0.1.5",
"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.40107.1.67100242.190110-1328";
public static DesignerVersion = "1.40114.1.462457219.190116-1610";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down
3 changes: 1 addition & 2 deletions src/utils/logic-app/designerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,8 @@ export function getWebviewContentForDesigner({ authorization, callbacks, definit
CONCURRENCY: true,
DEBOUNCE_EMIT_CHANGE: true,
DISABLE_TOKEN_PICKER_COMPACT_MODE: true,
FILTER_RECOMMENDATION: true,
FX_TOKEN: true,
FILTER_TOKEN_PICKER_WITH_TYPE_AND_FORMAT: true,
FX_TOKEN: true,
FX_TOKEN_FOR_CONDITION: true,
GATEWAY_FOR_CONNECTION: true,
HTML_EDITOR: true,
Expand Down

0 comments on commit 4328dc8

Please sign in to comment.