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.52 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Sep 28, 2020
1 parent fee5e9a commit 75bdff4
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 48 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.52] - 2020-09-28
### Changed
- Update designer version to 1.50921.1.5

## [0.2.51] - 2020-09-21
### Changed
- Update designer version to 1.50914.1.5
Expand Down
111 changes: 69 additions & 42 deletions package-lock.json

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

10 changes: 5 additions & 5 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.51",
"version": "0.2.52",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -744,17 +744,17 @@
"@types/node": "^7.10.13",
"@types/request-promise-native": "^1.0.17",
"@types/vscode": "^1.31.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"ajv": "^6.12.5",
"eslint": "^7.9.0",
"eslint": "^7.10.0",
"eslint-utils": "^2.1.0",
"mocha": "^8.1.3",
"querystringify": "^2.2.0",
"serialize-javascript": "^5.0.1",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"vsce": "^1.79.5",
"vsce": "^1.80.0",
"vscode-test": "^1.4.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
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.50914.1.5.200915-1538";
public static DesignerVersion = "1.50921.1.5.200925-1220";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down

0 comments on commit 75bdff4

Please sign in to comment.