Skip to content

Commit

Permalink
chore(release): 2.125.7
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-Eric-B-Wu@microsoft.com authored and release-automation-Eric-B-Wu@microsoft.com committed Apr 1, 2024
1 parent c6dcebf commit 0a127a7
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Logic Apps Designer
### [2.125.7](https://github.com/Azure/LogicAppsUX/compare/v2.125.6...v2.125.7) (2024-04-01)


### Bug Fixes

* **desiger:** Fix issue where next failure is disabled when there is only 1 failure ([#4502](https://github.com/Azure/LogicAppsUX/issues/4502)) ([5d0f5e8](https://github.com/Azure/LogicAppsUX/commit/5d0f5e821d97c2f7cae0aabb320c51e12d518088)), closes [#4468](https://github.com/Azure/LogicAppsUX/issues/4468)
* **designer:** Only use default value when the parameter is required ([#4506](https://github.com/Azure/LogicAppsUX/issues/4506)) ([c6dcebf](https://github.com/Azure/LogicAppsUX/commit/c6dcebfbbf86d4a89eadbc8ff88762be0b0ec827))

### [2.125.6](https://github.com/Azure/LogicAppsUX/compare/v2.125.5...v2.125.6) (2024-03-28)

### [2.125.5](https://github.com/Azure/LogicAppsUX/compare/v2.125.4...v2.125.5) (2024-03-25)
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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6",
"version": "2.125.7",
"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.6"
"version": "2.125.7"
}
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.6",
"version": "2.125.7",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit 0a127a7

Please sign in to comment.