Skip to content

Commit

Permalink
chore(release): 4.3.4
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 25, 2024
1 parent 48f8188 commit d98b4c9
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,12 @@
# Logic Apps Designer
### [4.3.4](https://github.com/Azure/LogicAppsUX/compare/v4.3.3...v4.3.4) (2024-04-25)


### Bug Fixes

* **designer:** Adding dispatch in store update call to clear dynamic inputs ([#4706](https://github.com/Azure/LogicAppsUX/issues/4706)) ([48f8188](https://github.com/Azure/LogicAppsUX/commit/48f81880fa310830c6fd2c5a3fa6c71776866ae4))
* **designer:** Fixing clearing of dynamic inputs of parameter value changes ([#4704](https://github.com/Azure/LogicAppsUX/issues/4704)) ([2f80553](https://github.com/Azure/LogicAppsUX/commit/2f8055324a0a329a199a1af63524ef2f61894cad)), closes [#4655](https://github.com/Azure/LogicAppsUX/issues/4655) [#4702](https://github.com/Azure/LogicAppsUX/issues/4702)

### [4.3.3](https://github.com/Azure/LogicAppsUX/compare/v4.3.2...v4.3.3) (2024-04-24)


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": "4.3.3",
"version": "4.3.4",
"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": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper",
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-ui",
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-designer",
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/logic-apps-shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-shared",
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@microsoft/logicappsux",
"private": true,
"version": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"packageManager": "pnpm@8.12.1",
"type": "module",
Expand Down

0 comments on commit d98b4c9

Please sign in to comment.