Skip to content

Commit

Permalink
chore(release): 3.1.0
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 Mar 26, 2024
1 parent 9d7015e commit b8197a4
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Logic Apps Designer
## [3.1.0](https://github.com/Azure/LogicAppsUX/compare/v3.0.0...v3.1.0) (2024-03-26)


### Features

* **Designer:** Add data-automation-id for connector summary card ([#4434](https://github.com/Azure/LogicAppsUX/issues/4434)) ([d829b4f](https://github.com/Azure/LogicAppsUX/commit/d829b4f877ae07725ae8fdbe63476ae5b8d78d71))
* **designer:** Custom Code ([#4376](https://github.com/Azure/LogicAppsUX/issues/4376)) ([9d7015e](https://github.com/Azure/LogicAppsUX/commit/9d7015eae3f92711f9932cdf5ac2f2e5cd6e54eb)), closes [#4134](https://github.com/Azure/LogicAppsUX/issues/4134)
* **vscode:** Improve export telemetry ([#4421](https://github.com/Azure/LogicAppsUX/issues/4421)) ([d6bb652](https://github.com/Azure/LogicAppsUX/commit/d6bb6520edf3cf9f41732bee156f6b8cfdff95e4))


### Bug Fixes

* **Designer:** Create connection now uses `testRequests` when available ([#4419](https://github.com/Azure/LogicAppsUX/issues/4419)) ([fc844fa](https://github.com/Azure/LogicAppsUX/commit/fc844fa929e7a0d9c6faad682c181cf201eb1459))
* **designer:** Dont use slashes in node names from azure resources ([#4430](https://github.com/Azure/LogicAppsUX/issues/4430)) ([f3b2e5d](https://github.com/Azure/LogicAppsUX/commit/f3b2e5d451e32dd1f494023d7bb79cf40d2f7929))
* **vscode:** Update data variable to fix BOM character ([#4437](https://github.com/Azure/LogicAppsUX/issues/4437)) ([d0ea7ed](https://github.com/Azure/LogicAppsUX/commit/d0ea7ed54ab9cc746a43441388a41201c106248b))

## [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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-azurelogicapps",
"displayName": "Azure Logic Apps (Standard)",
"version": "3.0.0",
"version": "3.1.0",
"aiKey": "setInGitHubBuild",
"repository": "https://github.com/Azure/LogicAppsUX",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-chatbot",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/chatbot"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/data-mapper"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-ui",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer-ui"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-designer",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/logic-apps-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-shared",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/logic-apps-shared"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "3.0.0"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit b8197a4

Please sign in to comment.