Skip to content

Commit

Permalink
chore(release): 2.128.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ek68794998@microsoft.com committed Mar 27, 2024
1 parent f52a2e9 commit e47f80d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@
# Logic Apps Designer
### [2.128.1](https://github.com/Azure/LogicAppsUX/compare/v2.128.0...v2.128.1) (2024-03-27)


### Bug Fixes

* **designer-ui:** Add support for `<img src=>` in raw HTML editor ([#4422](https://github.com/Azure/LogicAppsUX/issues/4422)) ([f52a2e9](https://github.com/Azure/LogicAppsUX/commit/f52a2e9c201f7bcf38fded9613163b2397708880))

## [2.128.0](https://github.com/Azure/LogicAppsUX/compare/v2.127.0...v2.128.0) (2024-03-22)


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

0 comments on commit e47f80d

Please sign in to comment.