Skip to content

Commit

Permalink
chore(release): 2.126.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-hartra344@microsoft.com committed Mar 14, 2024
1 parent cf62cc8 commit 6865bbb
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Logic Apps Designer
## [2.126.0](https://github.com/Azure/LogicAppsUX/compare/v2.125.0...v2.126.0) (2024-03-14)


### Bug Fixes

* **Consumption:** Adding check for valid 'false' value ([#4360](https://github.com/Azure/LogicAppsUX/issues/4360)) ([4791743](https://github.com/Azure/LogicAppsUX/commit/4791743f840bd68d6789801490fb25f492f41005))
* **Consumption:** Changing 'undefined' check for value ([#4361](https://github.com/Azure/LogicAppsUX/issues/4361)) ([b4e0212](https://github.com/Azure/LogicAppsUX/commit/b4e0212690c16190629e0d0b352908965a30d02f))
* **Designer:** Only resolve app settings if they are used in resource ids ([#4354](https://github.com/Azure/LogicAppsUX/issues/4354)) ([04b6f29](https://github.com/Azure/LogicAppsUX/commit/04b6f29e694ef9dc2e87971162bd5275f2dbd66b))
* **Designer:** Reverted app settings resolve change ([#4353](https://github.com/Azure/LogicAppsUX/issues/4353)) ([38e3959](https://github.com/Azure/LogicAppsUX/commit/38e3959adf6189633fd1f5b133ebe55d704d0cf9))

## [2.125.0](https://github.com/Azure/LogicAppsUX/compare/v2.124.0...v2.125.0) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion apps/vs-code-designer/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-azurelogicapps",
"displayName": "Azure Logic Apps (Standard)",
"version": "2.125.0",
"version": "2.126.0",
"aiKey": "setInGitHubBuild",
"repository": "https://github.com/Azure/LogicAppsUX",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-chatbot",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/chatbot"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/data-mapper"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-ui",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer-ui"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-designer",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/logic-apps-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-shared",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/logic-apps-shared"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/services/designer-client-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-client-services-logic-apps",
"version": "2.125.0",
"version": "2.126.0",
"scripts": {
"yalcpush": "yalc push ../../../dist/libs/services/designer-client-services"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "2.125.0"
"version": "2.126.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "2.125.0",
"version": "2.126.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit 6865bbb

Please sign in to comment.