Skip to content

Commit

Permalink
chore(release): 4.116.6
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 8, 2024
1 parent db9331d commit 45246d0
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Logic Apps Designer
### [4.116.6](https://github.com/Azure/LogicAppsUX/compare/v4.116.5...v4.116.6) (2024-11-08)


### Bug Fixes

* **Designer:** Null catch on connection query ([#6053](https://github.com/Azure/LogicAppsUX/issues/6053)) ([db9331d](https://github.com/Azure/LogicAppsUX/commit/db9331dfde419b045dcc1d3b92c4a61710437f4f)), closes [#6024](https://github.com/Azure/LogicAppsUX/issues/6024) [#6023](https://github.com/Azure/LogicAppsUX/issues/6023)

### [4.116.5](https://github.com/Azure/LogicAppsUX/compare/v4.116.4...v4.116.5) (2024-11-08)

### [4.116.4](https://github.com/Azure/LogicAppsUX/compare/v4.116.3...v4.116.4) (2024-11-08)
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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"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.116.5",
"version": "4.116.6",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@eslint/eslintrc": "^3.0.2",
Expand Down

0 comments on commit 45246d0

Please sign in to comment.