Skip to content

Commit 4ccc919

Browse files
author
release-automation-hartra344@microsoft.com
committed
chore(release): 2.120.0
1 parent 53c6f17 commit 4ccc919

File tree

10 files changed

+21
-9
lines changed

10 files changed

+21
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Logic Apps Designer
2+
## [2.120.0](https://github.com/Azure/LogicAppsUX/compare/v2.119.0...v2.120.0) (2024-02-22)
3+
4+
5+
### Features
6+
7+
* **Designer:** moved utils into new library ([#4236](https://github.com/Azure/LogicAppsUX/issues/4236)) ([9c8c883](https://github.com/Azure/LogicAppsUX/commit/9c8c883fd6b8310cb18e231822f6cd50463e8651))
8+
* **Designer:** Moving first lib into shared folder ([#4229](https://github.com/Azure/LogicAppsUX/issues/4229)) ([671689d](https://github.com/Azure/LogicAppsUX/commit/671689d22bf2cf686762d64d280b9f27200e681f))
9+
10+
11+
### Bug Fixes
12+
13+
* **consumption:** Changing until timeout default based on Stateful vs Stateless ([#4235](https://github.com/Azure/LogicAppsUX/issues/4235)) ([c1e26ec](https://github.com/Azure/LogicAppsUX/commit/c1e26ecd26719cce6052a8c7d7817c55f38da194))
214

315
## [2.119.0](https://github.com/Azure/LogicAppsUX/compare/v2.118.0...v2.119.0) (2024-02-21)
416

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": "2.119.0",
4+
"version": "2.120.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": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/chatbot"
66
},

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": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/data-mapper"
66
}

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": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/designer-ui"
66
},

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": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../dist/libs/designer"
66
},

libs/services/designer-client-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/designer-client-services-logic-apps",
3-
"version": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../../dist/libs/services/designer-client-services"
66
}

libs/services/intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/intl-logic-apps",
3-
"version": "2.119.0",
3+
"version": "2.120.0",
44
"scripts": {
55
"yalcpush": "yalc push ../../../dist/libs/services/intl"
66
}

libs/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@microsoft/vscode-extension-logic-apps",
3-
"version": "2.119.0"
3+
"version": "2.120.0"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/logicappsux",
3-
"version": "2.119.0",
3+
"version": "2.120.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve",

0 commit comments

Comments
 (0)