Skip to content

Commit

Permalink
chore(release): 4.122.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 7, 2024
1 parent b762141 commit 65b9e54
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 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
## [4.122.0](https://github.com/Azure/LogicAppsUX/compare/v4.121.0...v4.122.0) (2024-11-07)


### Features

* **Designer:** Adding section names to token search ([#6043](https://github.com/Azure/LogicAppsUX/issues/6043)) ([9410675](https://github.com/Azure/LogicAppsUX/commit/9410675c4ed517551c366185c413816205cbe823))
* **Templates:** Source code button to view template ([#6025](https://github.com/Azure/LogicAppsUX/issues/6025)) ([315a7f8](https://github.com/Azure/LogicAppsUX/commit/315a7f843aba795dafe204bf9ba240b6592f8e5a))


### Bug Fixes

* **Data Mapper:** Update strings in Data mapper ([#6044](https://github.com/Azure/LogicAppsUX/issues/6044)) ([b762141](https://github.com/Azure/LogicAppsUX/commit/b762141926785cba9c9d13c46e95680784db8c36))
* **designer:** Display correct outputs from query type actions ([#6035](https://github.com/Azure/LogicAppsUX/issues/6035)) ([e24ca47](https://github.com/Azure/LogicAppsUX/commit/e24ca4709ea198b6b0aaf4dac1c2e0c43b99f8aa))
* **designer:** Fixing Some Non-string type Dictionary Serialization/Deserialization ([#6041](https://github.com/Azure/LogicAppsUX/issues/6041)) ([40f8a14](https://github.com/Azure/LogicAppsUX/commit/40f8a1452fb63c9b5988e537de07408cd181d8f0))
* **vscode:** Add useMemo to avoid infinite loop in identity selector ([#6033](https://github.com/Azure/LogicAppsUX/issues/6033)) ([f24ea29](https://github.com/Azure/LogicAppsUX/commit/f24ea29763cd1e286e6a62e4c914e3eb48464205))

## [4.121.0](https://github.com/Azure/LogicAppsUX/compare/v4.120.0...v4.121.0) (2024-11-04)


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": "4.121.0",
"version": "4.122.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": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper-v2",
"version": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
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": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
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": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
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": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
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": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@formatjs/intl": "^2.10.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "4.121.0",
"version": "4.122.0",
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@microsoft/logic-apps-shared": "workspace:*",
Expand Down
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": "4.121.0",
"version": "4.122.0",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@eslint/eslintrc": "^3.0.2",
Expand Down

0 comments on commit 65b9e54

Please sign in to comment.