Skip to content

Commit

Permalink
chore(release): 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ccastrotrejo@microsoft.com committed Apr 4, 2024
1 parent 0193161 commit 772fbf8
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.3](https://github.com/Azure/LogicAppsUX/compare/v3.0.2...v3.0.3) (2024-04-04)


### Bug Fixes

* **vscode:** Keep host.json when converting to NuGet based project ([#4534](https://github.com/Azure/LogicAppsUX/issues/4534)) ([0193161](https://github.com/Azure/LogicAppsUX/commit/01931612d3f6e4150f825782134008c8a6d6c42b))

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

0 comments on commit 772fbf8

Please sign in to comment.