Skip to content

Commit

Permalink
Merge branch 'master' into feature/B2BTEAM-1287-add-token-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudge authored Dec 7, 2023
2 parents b0ee130 + 4469f5f commit 462f71a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- add directive to validate auth token for some operations

## [1.37.3] - 2023-12-07

### Fixed

- Add 'isDisposable' property to create address requests, indicating whether the address is disposable to prevent duplicates.

## [1.37.2] - 2023-11-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storefront-permissions",
"vendor": "vtex",
"version": "1.37.2",
"version": "1.37.3",
"title": "Storefront Permissions",
"description": "Manage User's permissions on apps that relates to this app",
"mustUpdateAt": "2022-08-28",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.checkout-ui-custom",
"version": "1.37.2",
"version": "1.37.3",
"dependencies": {
"@vtex/api": "6.45.19",
"atob": "^2.1.2",
Expand Down
1 change: 1 addition & 0 deletions node/resolvers/Routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ export const Routes = {
address: {
...address,
geoCoordinates: address.geoCoordinates ?? [],
isDisposable: true,
},
clearAddressIfPostalCodeNotFound: false,
})
Expand Down

0 comments on commit 462f71a

Please sign in to comment.