Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and plmercereau committed Nov 23, 2022
1 parent e0949d7 commit b93ecac
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/neat-years-help.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-hats-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-masks-grin.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changelog

## 0.16.2

### Patch Changes

- e0949d7: Try the first characters of the Oauth user profile's locale

Some Oauth providers returns locales. But it can be `en-GB` whereas hasura-auth only accepts locales coded in two characters.
It now tries to validate the two first characters of the user profile locale against the list of allowed locales.

- e0949d7: Don't fail WorkOS transformation when the user profile is incorrect

When not configuring WorkOS correctly, the `raw_attributes` of the user profile could be null. This fix avoids returning an error when accessing properties of this object that would be null.

- e0949d7: Correct validation of custom locale and redirect urls in Oauth routes

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git://github.com/nhost/hasura-auth.git",
"type": "git"
},
"version": "0.16.1",
"version": "0.16.2",
"main": "dist/start.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit b93ecac

Please sign in to comment.