Skip to content

Commit

Permalink
chore: update versions (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 15, 2023
1 parent 50a1b1d commit 3b1fbce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/selfish-waves-draw.md

This file was deleted.

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

## 0.20.0

### Minor Changes

- 50a1b1d: chore: migrate `refresh_token` column to `id`

⚠️ **Warning**: This is a breaking change.

We've renamed the `refresh_token` column to `id`. While this change will improve the functionality of Hasura Auth, it may cause issues for any permissions or relationships that were using the old `refresh_token` column.

Please note that any permissions or relationships that were using the `refresh_token` column will be affected by this change. If you're using the `refresh_token` column in any way, you'll need to update your code to use the new `id` column and ensure that your app works as expected.

## 0.19.3

### 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.19.3",
"version": "0.20.0",
"main": "dist/start.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 3b1fbce

Please sign in to comment.