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.2.9 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Aug 8, 2019
1 parent 8340aee commit 0516e0c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 44 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.2.9] - 2019-08-08
### Changed
- Update designer version to 1.40805.1.3

## [0.2.8] - 2019-08-02
### Changed
- Update designer version to 1.40729.1.3
Expand Down
92 changes: 52 additions & 40 deletions package-lock.json

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

6 changes: 3 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.8",
"version": "0.2.9",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -722,8 +722,8 @@
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"vsce": "^1.66.0",
"vscode": "^1.1.35",
"webpack": "^4.38.0",
"vscode": "^1.1.36",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {
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.40729.1.3.190801-1637";
public static DesignerVersion = "1.40805.1.3.190807-1617";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down

0 comments on commit 0516e0c

Please sign in to comment.