Skip to content

Commit 53b7db7

Browse files
chore(release): 4.45.0
1 parent 6b28577 commit 53b7db7

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Logic Apps Designer
2+
## [4.45.0](https://github.com/Azure/LogicAppsUX/compare/v4.44.0...v4.45.0) (2024-07-19)
3+
4+
5+
### Features
6+
7+
* **designer:** Add new state object for v2 panel ([#5152](https://github.com/Azure/LogicAppsUX/issues/5152)) ([e087cb5](https://github.com/Azure/LogicAppsUX/commit/e087cb5bf772289e20a1da62b5fb60da29b2130d))
8+
* **vscode:** Auto regenerate managed api connection keys ([#4982](https://github.com/Azure/LogicAppsUX/issues/4982)) ([c31d440](https://github.com/Azure/LogicAppsUX/commit/c31d440b054eb2b7a35ac154c653c57d7c770531)), closes [#5147](https://github.com/Azure/LogicAppsUX/issues/5147)
9+
10+
11+
### Bug Fixes
12+
13+
* **designer-ui:** Extract toolbar components into their own files ([#5158](https://github.com/Azure/LogicAppsUX/issues/5158)) ([206761f](https://github.com/Azure/LogicAppsUX/commit/206761f27d1019d00ff3764d4f825c4dcdfd409e))
14+
* **designer:** Add support for `accountName` field ([#5143](https://github.com/Azure/LogicAppsUX/issues/5143)) ([6b28577](https://github.com/Azure/LogicAppsUX/commit/6b285773fc4ccade0528a623af3edd92cd2d430b))
15+
216
## [4.44.0](https://github.com/Azure/LogicAppsUX/compare/v4.43.0...v4.44.0) (2024-07-19)
317

418

apps/vs-code-designer/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-azurelogicapps",
33
"displayName": "Azure Logic Apps (Standard)",
4-
"version": "4.44.0",
4+
"version": "4.45.0",
55
"aiKey": "setInGitHubBuild",
66
"repository": "https://github.com/Azure/LogicAppsUX",
77
"main": "main.js",

libs/chatbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-chatbot",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@fluentui/react": "8.110.2",
66
"@fluentui/react-components": "9.42.0",

libs/data-mapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-data-mapper",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

libs/designer-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/designer-ui",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@fluentui/react": "8.110.2",
66
"@fluentui/react-components": "9.42.0",

libs/designer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-designer",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@fluentui/azure-themes": "8.5.70",
66
"@fluentui/react": "8.110.2",

libs/logic-apps-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logic-apps-shared",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@apidevtools/swagger-parser": "10.0.3",
66
"@formatjs/intl": "^2.10.1",

libs/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/vscode-extension-logic-apps",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"dependencies": {
55
"@apidevtools/swagger-parser": "10.0.3",
66
"@microsoft/logic-apps-shared": "workspace:*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logicappsux",
3-
"version": "4.44.0",
3+
"version": "4.45.0",
44
"devDependencies": {
55
"@biomejs/biome": "1.6.4",
66
"@eslint/eslintrc": "^3.0.2",

0 commit comments

Comments
 (0)