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 1.1.5 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Apr 8, 2022
1 parent a9bd4e3 commit a21d166
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 109 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]

## [1.1.5] - 2022-04-08
### Changed
- Update designer version to 2.20328.1.4

## [1.1.4] - 2022-03-24
### Changed
- Update designer version to 2.20314.1.3
Expand Down
177 changes: 75 additions & 102 deletions package-lock.json

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

12 changes: 6 additions & 6 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 (Consumption)",
"description": "%extension.description%",
"version": "1.1.4",
"version": "1.1.5",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down Expand Up @@ -749,16 +749,16 @@
"@types/node": "^14.18.12",
"@types/request-promise-native": "^1.0.18",
"@types/vscode": "^1.64.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vscode/test-electron": "^2.1.3",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-utils": "^3.0.0",
"mocha": "^9.2.2",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"vsce": "^2.7.0",
"webpack": "^5.70.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"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 = "2.20314.1.3";
public static DesignerVersion = "2.20328.1.4";

public static SubscriptionContextValue = "azureextensionui.azureSubscription";

Expand Down

0 comments on commit a21d166

Please sign in to comment.