Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions change log/SDK/1.57_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Release notes for 1.57.0

### New Features/Updates:
- Task 35844204: Project Holland MVP V1 - User Management (ECom Sign-up / Log-in)

### Bug fix:
13 changes: 13 additions & 0 deletions change log/module-library/9.57_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Release notes for starter pack 9.57
=======

### New Features

- Feature: Model B2B buyers as contacts and enable them for multi-outlet ordering
--[FEATURE 34681902](https://msazure.visualstudio.com/D365/_workitems/edit/34681902): Project Holland MVP V1 - Model B2B buyers as contacts and enable them for multi-outlet ordering

### Tasks

### Bug Fixes
- FIXED: On Manage Invoices and Invoice Details page "Pay Invoice" button is enabled for invoices with currencies different from the online channel
--[Bug 1077152](https://msdyneng.visualstudio.com/FinOps/_workitems/edit/1077152): Invoices with currencies different from the online channel are not being displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"typeson": "5.10.1"
},
"dependencies": {
"@msdyn365-commerce-modules/starter-pack": "9.56",
"@msdyn365-commerce-modules/fabrikam-design-kit": "9.56",
"@msdyn365-commerce-modules/starter-pack": "9.57.0-placeholder",
"@msdyn365-commerce-modules/fabrikam-design-kit": "9.57.0-placeholder",
"@msdyn365-commerce/bootloader": "^1.0.0",
"@msdyn365-commerce/retail-proxy": "9.56",
"@msdyn365-commerce/retail-proxy": "9.57.0-placeholder",
"@msdyn365-commerce-modules/msdyn365-exp-test-connector": "^1.0.0",
"@msdyn365-commerce-theme/adventureworks-theme-kit": "9.56",
"@msdyn365-commerce-theme/adventureworks-theme-kit": "9.57.0-placeholder",
"reactstrap": "^6.5.0",
"stack-trace": "^0.0.10",
"tslib": "^1.9.3",
Expand Down