Skip to content

Commit 6f80a64

Browse files
author
release-automation-hartra344@microsoft.com
committed
chore(release): 2.112.0
1 parent 8e7d07c commit 6f80a64

File tree

12 files changed

+26
-11
lines changed

12 files changed

+26
-11
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Logic Apps Designer
2+
## [2.112.0](https://github.com/Azure/LogicAppsUX/compare/v2.111.0...v2.112.0) (2024-02-08)
3+
4+
5+
### Features
6+
7+
* **vscode:** Remove preview flags for onboarding experience ([#4147](https://github.com/Azure/LogicAppsUX/issues/4147)) ([1009c24](https://github.com/Azure/LogicAppsUX/commit/1009c24228d1f7103d764a9535e645b154c4a364))
8+
9+
10+
### Bug Fixes
11+
12+
* **Designer:** Action card tooltip now read with screen reader ([#4138](https://github.com/Azure/LogicAppsUX/issues/4138)) ([b93b002](https://github.com/Azure/LogicAppsUX/commit/b93b00299b8cf5dea2146becfdd441631e933cbf))
13+
* **designer:** Allowing nodes to share names with built-in Object prototype functions ([#4140](https://github.com/Azure/LogicAppsUX/issues/4140)) ([bea0c7c](https://github.com/Azure/LogicAppsUX/commit/bea0c7cd826e4f2de24b721d711e770e6d078a9a))
14+
* **designer:** fix spliton token references for newly added triggers ([#4148](https://github.com/Azure/LogicAppsUX/issues/4148)) ([210b78c](https://github.com/Azure/LogicAppsUX/commit/210b78c8569f8db1e7e6e86545cea75a19370e84))
15+
* **designer:** Fix the token merge for FAM and entity outputs for hybrid triggers ([#4144](https://github.com/Azure/LogicAppsUX/issues/4144)) ([763c56b](https://github.com/Azure/LogicAppsUX/commit/763c56b93e9a1c418c18c19ae3a1b9a8319e4513))
16+
* **designer:** Prevent Key Stroke propagation in Lexical ([#4145](https://github.com/Azure/LogicAppsUX/issues/4145)) ([6b2064c](https://github.com/Azure/LogicAppsUX/commit/6b2064cbf43b9ca8578a3904efbd6db4d32acf31))
217

318
## [2.111.0](https://github.com/Azure/LogicAppsUX/compare/v2.110.0...v2.111.0) (2024-02-06)
419

apps/vs-code-designer/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-azurelogicapps",
33
"displayName": "Azure Logic Apps (Standard)",
4-
"version": "2.111.0",
4+
"version": "2.112.0",
55
"aiKey": "setInGitHubBuild",
66
"repository": "https://github.com/Azure/LogicAppsUX",
77
"main": "main.js",

libs/chatbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-chatbot",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/chatbot"
66
},

libs/data-mapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-data-mapper",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/data-mapper"
66
}

libs/designer-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/designer-ui",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/designer-ui"
66
},

libs/designer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-designer",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/designer"
66
},

libs/parsers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/parsers-logic-apps",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/parsers"
66
}

libs/services/designer-client-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/designer-client-services-logic-apps",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../../dist/libs/services/designer-client-services"
66
}

libs/services/intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/intl-logic-apps",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../../dist/libs/services/intl"
66
}

libs/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/utils-logic-apps",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/utils"
66
}

libs/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@microsoft/vscode-extension-logic-apps",
3-
"version": "2.111.0"
3+
"version": "2.112.0"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logicappsux",
3-
"version": "2.111.0",
3+
"version": "2.112.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve",

0 commit comments

Comments
 (0)