Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ek68794998@microsoft.com committed Apr 1, 2024
1 parent e87f976 commit aebe1f7
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
### [3.1.1](https://github.com/Azure/LogicAppsUX/compare/v3.1.0...v3.1.1) (2024-04-01)


### Bug Fixes

* **Designer:** Consumption Services Not Being Initialized ([#4504](https://github.com/Azure/LogicAppsUX/issues/4504)) ([e87f976](https://github.com/Azure/LogicAppsUX/commit/e87f97680cd76940e18886d97f6f161417629611))

## [3.1.0](https://github.com/Azure/LogicAppsUX/compare/v3.0.0...v3.1.0) (2024-03-26)


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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.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.1.0"
"version": "3.1.1"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit aebe1f7

Please sign in to comment.