Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ccastrotrejo@microsoft.com committed Mar 28, 2024
1 parent a2e3157 commit 4597b74
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.0.1](https://github.com/Azure/LogicAppsUX/compare/v3.0.0...v3.0.1) (2024-03-28)


### Bug Fixes

* **vscode:** Connections, azure resources and telemetry fixed ([#4482](https://github.com/Azure/LogicAppsUX/issues/4482)) ([a2e3157](https://github.com/Azure/LogicAppsUX/commit/a2e3157684849e408751d51d2bb238f340bb2781)), closes [#4421](https://github.com/Azure/LogicAppsUX/issues/4421) [#4437](https://github.com/Azure/LogicAppsUX/issues/4437) [#4430](https://github.com/Azure/LogicAppsUX/issues/4430) [#4419](https://github.com/Azure/LogicAppsUX/issues/4419)

## [3.0.0](https://github.com/Azure/LogicAppsUX/compare/v2.128.0...v3.0.0) (2024-03-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": "3.0.0",
"version": "3.0.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.0.0",
"version": "3.0.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.0.0",
"version": "3.0.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.0.0",
"version": "3.0.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.0.0",
"version": "3.0.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.0.0",
"version": "3.0.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.0.0"
"version": "3.0.1"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit 4597b74

Please sign in to comment.