Skip to content

Commit

Permalink
Merge branch 'master' into Fix/retrieve-saved-cards-PII-accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmaselli authored Jun 27, 2024
2 parents 5d092d2 + b55b99c commit 2e03f40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Retrieve saved cards from a profile at my account for PII accounts

## [2.170.4] - 2024-06-27

### Added
- fallback value for administrativeAreaLevel1 for profile V2


## [2.170.3] - 2024-06-26

### 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 @@
{
"vendor": "vtex",
"name": "store-graphql",
"version": "2.170.3",
"version": "2.170.4",
"title": "GraphQL API for the VTEX store APIs",
"description": "GraphQL schema and resolvers for the VTEX API for the catalog and orders.",
"credentialType": "absolute",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"follow-redirects": "^1.14.8",
"busboy": "^1.6.0"
},
"version": "2.170.3"
"version": "2.170.4"
}

0 comments on commit 2e03f40

Please sign in to comment.