Skip to content

Commit 00e4c2a

Browse files
chore(release): 5.52.0
1 parent 013c779 commit 00e4c2a

File tree

11 files changed

+23
-10
lines changed

11 files changed

+23
-10
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Logic Apps Designer
2+
## [5.52.0](https://github.com/Azure/LogicAppsUX/compare/v5.51.0...v5.52.0) (2025-03-13)
3+
4+
5+
### Features
6+
7+
* **Data Mapper:** map checker improvements ([#6743](https://github.com/Azure/LogicAppsUX/issues/6743)) ([7e0f610](https://github.com/Azure/LogicAppsUX/commit/7e0f6101e26b87521d7adb3493e02465641d39b0))
8+
* **Templates:** New `Review` components for templates ([#6785](https://github.com/Azure/LogicAppsUX/issues/6785)) ([013c779](https://github.com/Azure/LogicAppsUX/commit/013c77986ce40c368660e1f83320411952f99cde))
9+
10+
11+
### Bug Fixes
12+
13+
* **Data Mapper:** removed old code that affects connection deletion ([#6788](https://github.com/Azure/LogicAppsUX/issues/6788)) ([4dc9b54](https://github.com/Azure/LogicAppsUX/commit/4dc9b547770cad49f6b3d7bd6a9200f58feb67a7))
14+
215
## [5.51.0](https://github.com/Azure/LogicAppsUX/compare/v5.50.0...v5.51.0) (2025-03-13)
316

417
## [5.50.0](https://github.com/Azure/LogicAppsUX/compare/v5.49.0...v5.50.0) (2025-03-13)

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": "5.51.0",
4+
"version": "5.52.0",
55
"aiKey": "setInGitHubBuild",
66
"repository": "https://github.com/Azure/LogicAppsUX",
77
"main": "main.js",

apps/vs-code-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-react",
3-
"version": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

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": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/react": "8.110.2",
66
"@fluentui/react-components": "9.56.0",

libs/data-mapper-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-data-mapper-v2",
3-
"version": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

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": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

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": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/react": "8.110.2",
66
"@fluentui/react-components": "9.56.0",

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": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

libs/logic-apps-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-shared",
3-
"version": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@apidevtools/swagger-parser": "10.0.3",
66
"@formatjs/intl": "^2.10.1",

libs/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/vscode-extension-logic-apps",
3-
"version": "5.51.0",
3+
"version": "5.52.0",
44
"dependencies": {
55
"@apidevtools/swagger-parser": "10.0.3",
66
"@microsoft/logic-apps-shared": "workspace:*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logicappsux",
3-
"version": "5.51.0",
3+
"version": "5.52.0",
44
"devDependencies": {
55
"@biomejs/biome": "1.9.4",
66
"@eslint/eslintrc": "^3.0.2",

0 commit comments

Comments
 (0)