Skip to content

Commit

Permalink
chore(release): 4.107.4
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 15, 2024
1 parent d45d21a commit 988bc11
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.107.4](https://github.com/Azure/LogicAppsUX/compare/v4.107.3...v4.107.4) (2024-11-15)


### Bug Fixes

* **vscode:** Add default credentials for ResourceGraphClient in non-public clouds ([#6119](https://github.com/Azure/LogicAppsUX/issues/6119)) ([d45d21a](https://github.com/Azure/LogicAppsUX/commit/d45d21a19cda62b95184b1f2281c1aefbf00f9c7))

### [4.107.3](https://github.com/Azure/LogicAppsUX/compare/v4.107.2...v4.107.3) (2024-10-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": "4.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"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.107.3",
"version": "4.107.4",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@eslint/eslintrc": "^3.0.2",
Expand Down

0 comments on commit 988bc11

Please sign in to comment.