Skip to content

Commit

Permalink
Merge branch 'master' into fix/login-error
Browse files Browse the repository at this point in the history
  • Loading branch information
enzomerca authored Oct 28, 2024
2 parents 5169ed1 + 24b1d01 commit 9fb56e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.

- Change the way to check if the cost center is valid

## [1.45.0] - 2024-10-28

### Changed

- Changed the token validation directive of the getUserByEmail operation

## [1.44.13] - 2024-10-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Query {
getUserByEmail(email: String!): [User]
@cacheControl(scope: PRIVATE)
@withSender
@checkUserAccess
@validateStoreUserAccess

listAllUsers: [User]
@cacheControl(scope: PRIVATE, maxAge: SHORT)
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.44.13",
"version": "1.45.0",
"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.44.13",
"version": "1.45.0",
"dependencies": {
"@vtex/api": "6.47.0",
"atob": "^2.1.2",
Expand Down

0 comments on commit 9fb56e8

Please sign in to comment.