Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/regionalization behaviour #96

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
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
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Only apply one regionalization behaviour at a time.

### Added

- Setting to control what regionalization type the store has.

## [1.33.1] - 2023-04-21

### Fixed
Expand All @@ -26,15 +34,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Added the x-b2b-senderapp header to fix problems with the new B2B API


## [1.31.5] - 2023-04-11

### Fixed

- Fixed clear call async calls

- Fixed clear call async calls

### Removed

- [ENGINEERS-1247] - Disable cypress tests in PR level

### Changed
Expand All @@ -48,7 +55,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed the `setProfile` to clear the cart properly
- Improved calls on set profile in order to get faster response


## [1.31.3] - 2023-03-01

### Fixed
Expand All @@ -58,6 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.31.2] - 2023-02-27

### Fixed

- `setProfile` adding sku 1 to the cart to set sales channel when the cart is empty
- `setProfile` losing item attachments after login

Expand All @@ -73,7 +80,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Added a feature when the user logs in or changes the current organization.


## [1.30.0] - 2023-02-09

### Added
Expand Down Expand Up @@ -137,7 +143,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- getOrganizationsByEmail is returning all users instead of only first 50 records


## [1.29.2] - 2022-11-28

### Fixed
Expand All @@ -156,7 +161,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.29.0] - 2022-11-08


### Added

- Added the functionality to the storefront permissions to change the sales channel according to the Organization
Expand All @@ -173,7 +177,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Force the business document and state registration on setProfile method


## [1.27.0] - 2022-10-19

### Changed
Expand Down Expand Up @@ -210,7 +213,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Changed the validation of the add user
- Changed the validation of the add user

### Added

Expand Down
Loading