Skip to content

Commit

Permalink
chore(release): 3.3.1
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 3, 2024
1 parent d275e64 commit 9b8f1e5
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,16 @@
# Logic Apps Designer
### [3.3.1](https://github.com/Azure/LogicAppsUX/compare/v3.3.0...v3.3.1) (2024-04-03)


### Features

* **vscode:** Show error message in overview when workflow runtime api isn't running ([#4498](https://github.com/Azure/LogicAppsUX/issues/4498)) ([5d68a24](https://github.com/Azure/LogicAppsUX/commit/5d68a24f6ef5c37399728323cbcb8670ef929546))


### Bug Fixes

* **designer:** Fix Infinite Loop on resolving app settings ([#4531](https://github.com/Azure/LogicAppsUX/issues/4531)) ([d275e64](https://github.com/Azure/LogicAppsUX/commit/d275e647680aa30a95958cf5fa0a990b5e8632e2))

## [3.3.0](https://github.com/Azure/LogicAppsUX/compare/v3.2.0...v3.3.0) (2024-04-02)


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": "3.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.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": "3.3.0",
"version": "3.3.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/logic-apps-shared"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
@@ -1,4 +1,4 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "3.3.0"
"version": "3.3.1"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit 9b8f1e5

Please sign in to comment.