Skip to content

Commit

Permalink
chore(release): v2.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jul 31, 2023
1 parent 280a4e2 commit 76f2e79
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog


## v2.2.0-beta

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.1.2-beta...v2.2.0-beta)

### 🚀 Enhancements

- **rest:** Auto-import commonly used commands ([de5149d](https://github.com/becem-gharbi/nuxt-directus/commit/de5149d))
- **auth:** Add requestPasswordReset & resetPassword methods ([280a4e2](https://github.com/becem-gharbi/nuxt-directus/commit/280a4e2))

### 🔥 Performance

- Conditional usage of extensions with enabled config option ([b059945](https://github.com/becem-gharbi/nuxt-directus/commit/b059945))

### 🩹 Fixes

- **auth:** Redirect to logout page on refresh fail ([f02d79a](https://github.com/becem-gharbi/nuxt-directus/commit/f02d79a))

### 💅 Refactors

- Update plugins names and paths ([3b39434](https://github.com/becem-gharbi/nuxt-directus/commit/3b39434))
- Move baseUrl & nuxtBaseUrl under rest config option ([4325a1f](https://github.com/becem-gharbi/nuxt-directus/commit/4325a1f))
- **rest:** Create rest client on plugin ([a7db7ee](https://github.com/becem-gharbi/nuxt-directus/commit/a7db7ee))

### 🌊 Types

- Set graphql & auth types based on enabled value ([ddebc14](https://github.com/becem-gharbi/nuxt-directus/commit/ddebc14))

### 🏡 Chore

- **demo:** Upgrade dependencies ([2bfec36](https://github.com/becem-gharbi/nuxt-directus/commit/2bfec36))

### ❤️ Contributors

- Becem Gharbi <[email protected]>

## v2.1.2-beta

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.1.1-beta...v2.1.2-beta)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bg-dev/nuxt-directus",
"version": "2.1.2-beta",
"version": "2.2.0-beta",
"license": "MIT",
"type": "module",
"author": "Becem Gharbi",
Expand Down

1 comment on commit 76f2e79

@vercel
Copy link

@vercel vercel bot commented on 76f2e79 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.