Skip to content

Commit 8440119

Browse files
author
release-automation-tonytang-microsoft-com@microsoft.com
committedMar 18, 2025·
chore(release): 5.55.0
1 parent b34518f commit 8440119

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.55.0](https://github.com/Azure/LogicAppsUX/compare/v5.54.0...v5.55.0) (2025-03-18)
3+
4+
5+
### Features
6+
7+
* **designer:** Remove animation for delete node modal ([#6814](https://github.com/Azure/LogicAppsUX/issues/6814)) ([e2b90e6](https://github.com/Azure/LogicAppsUX/commit/e2b90e683fc3ae211bfffcb44bcb855de4cdcfdf))
8+
9+
10+
### Bug Fixes
11+
12+
* **designer:** Fix typo in connection configuration model ([#6813](https://github.com/Azure/LogicAppsUX/issues/6813)) ([1172a46](https://github.com/Azure/LogicAppsUX/commit/1172a46e54d02f8dadecacb3b08d4ff39315c235))
13+
* **templates:** Adding reload handler when resource changes to reload services ([#6805](https://github.com/Azure/LogicAppsUX/issues/6805)) ([b34518f](https://github.com/Azure/LogicAppsUX/commit/b34518f91ff55f2b434aeb1ea1b6275ff93d3efc))
14+
215
## [5.54.0](https://github.com/Azure/LogicAppsUX/compare/v5.53.0...v5.54.0) (2025-03-17)
316

417

‎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.54.0",
4+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.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.54.0",
3+
"version": "5.55.0",
44
"devDependencies": {
55
"@biomejs/biome": "1.9.4",
66
"@eslint/eslintrc": "^3.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.