Skip to content

Commit

Permalink
Update version to 0.2.33 (microsoft#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Mar 20, 2020
1 parent 4fe74e8 commit 5c8a557
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to the "vscode-logicapps" extension will be documented in th

## [Unreleased]

## [0.2.33] - 2020-03-20
- Update designer version to 1.50316.1.1

## [0.2.32] - 2020-03-12
### Changed
- Update designer version to 1.50309.1.1
Expand Down
54 changes: 31 additions & 23 deletions package-lock.json

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

7 changes: 4 additions & 3 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.2.32",
"version": "0.2.33",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -745,11 +745,12 @@
"@types/node": "^7.10.9",
"@types/request-promise-native": "^1.0.17",
"@types/vscode": "^1.31.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"ajv": "^6.12.0",
"eslint": "^6.8.0",
"eslint-utils": "^2.0.0",
"minimist": "^=1.2.2",
"querystringify": ">=2.0.0",
"serialize-javascript": "^=2.1.1",
"ts-loader": "^6.2.1",
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.50309.1.1.200306-1828";
public static DesignerVersion = "1.50316.1.1.200313-1520";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down

0 comments on commit 5c8a557

Please sign in to comment.