Skip to content

Commit

Permalink
chore(release): 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automation-ek68794998@microsoft.com committed May 31, 2024
1 parent b5dd472 commit 19b86d3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Logic Apps Designer
## [4.23.0](https://github.com/Azure/LogicAppsUX/compare/v4.22.0...v4.23.0) (2024-05-31)


### Features

* **Data Mapper:** Get schema details from services, removing mock ([#4923](https://github.com/Azure/LogicAppsUX/issues/4923)) ([b09b975](https://github.com/Azure/LogicAppsUX/commit/b09b975d1a7a125f4fb8262ec4d2e6515d1f9cce))
* **Data Mapper:** Moving away from mock schema list ([#4912](https://github.com/Azure/LogicAppsUX/issues/4912)) ([789043b](https://github.com/Azure/LogicAppsUX/commit/789043bc4daceea39b3767d603bd00f4848bffa8))
* **designer:** Add ability for host to send in overrides for internationalized strings ([#4907](https://github.com/Azure/LogicAppsUX/issues/4907)) ([b6be06a](https://github.com/Azure/LogicAppsUX/commit/b6be06a85e093f5eb655d6bbf899bfb352454918))


### Bug Fixes

* **designer:** Turn off spell check in editors ([#4902](https://github.com/Azure/LogicAppsUX/issues/4902)) ([6332975](https://github.com/Azure/LogicAppsUX/commit/6332975dedca796f07327e317f64aa5eca7250bf))
* **designer:** Using custom Label with ariaLabel for parameter editors for a11y ([#4889](https://github.com/Azure/LogicAppsUX/issues/4889)) ([2778673](https://github.com/Azure/LogicAppsUX/commit/27786736af369feee8992abc19943311a2ecd04c))
* **designer:** Using UI custom Label everywhere in the designer to be consistent for a11y ([#4903](https://github.com/Azure/LogicAppsUX/issues/4903)) ([e8abdc5](https://github.com/Azure/LogicAppsUX/commit/e8abdc597da445a711a7de2e100113410540acff))
* **meta:** Update pnpm version in coverage-report ([#4921](https://github.com/Azure/LogicAppsUX/issues/4921)) ([7011da0](https://github.com/Azure/LogicAppsUX/commit/7011da065188ffba897d8228c1b9bd4892d437f3))
* **meta:** Update pnpm version to use ([#4919](https://github.com/Azure/LogicAppsUX/issues/4919)) ([4d3df02](https://github.com/Azure/LogicAppsUX/commit/4d3df02f6df97971d7934a227dee47f5932b1726))

## [4.22.0](https://github.com/Azure/LogicAppsUX/compare/v4.21.0...v4.22.0) (2024-05-28)


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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.0",
"dependencies": {
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.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.22.0",
"version": "4.23.0",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@eslint/eslintrc": "^3.0.2",
Expand Down

0 comments on commit 19b86d3

Please sign in to comment.