Skip to content

Commit

Permalink
chore(release): 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ccastrotrejo@microsoft.com committed Apr 25, 2024
1 parent bd1ab6b commit 690b81f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@
# Logic Apps Designer
### [4.4.3](https://github.com/Azure/LogicAppsUX/compare/v4.4.2...v4.4.3) (2024-04-25)


### Bug Fixes

* **vscode:** Hotfix typescript version fix and read me file ([#4714](https://github.com/Azure/LogicAppsUX/issues/4714)) ([bd1ab6b](https://github.com/Azure/LogicAppsUX/commit/bd1ab6beb262121085441e2a04343e84f24a6791))

### [4.4.2](https://github.com/Azure/LogicAppsUX/compare/v4.4.1...v4.4.2) (2024-04-12)

### [4.4.1](https://github.com/Azure/LogicAppsUX/compare/v4.4.0...v4.4.1) (2024-04-11)
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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"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.4.2",
"version": "4.4.3",
"license": "MIT",
"packageManager": "pnpm@8.12.1",
"type": "module",
Expand Down

0 comments on commit 690b81f

Please sign in to comment.