Skip to content

Commit

Permalink
chore(release): v2.2.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Aug 6, 2023
1 parent e644f4c commit e16f0ea
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v2.2.3-beta

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

### 🩹 Fixes

- **auth:** Add opt input option to login ([1e9bb16](https://github.com/becem-gharbi/nuxt-directus/commit/1e9bb16))

### 💅 Refactors

- **auth:** Set userFields default value on fetchUser ([937dc4b](https://github.com/becem-gharbi/nuxt-directus/commit/937dc4b))

### 📖 Documentation

- Update starter URL ([976227b](https://github.com/becem-gharbi/nuxt-directus/commit/976227b))
- Replace npm with pnpm ([e1b7359](https://github.com/becem-gharbi/nuxt-directus/commit/e1b7359))
- Add userFields to config options ([e644f4c](https://github.com/becem-gharbi/nuxt-directus/commit/e644f4c))

### 🌊 Types

- Extend user type with DirectusSchema ([6913adb](https://github.com/becem-gharbi/nuxt-directus/commit/6913adb))

### 🏡 Chore

- Remove demo ([c910b45](https://github.com/becem-gharbi/nuxt-directus/commit/c910b45))

### ❤️ Contributors

- Becem Gharbi ([@becem-gharbi](http://github.com/becem-gharbi))
- Becem ([@becem-gharbi](http://github.com/becem-gharbi))

## v2.2.2-beta

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.1-beta...v2.2.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.2.2-beta",
"version": "2.2.3-beta",
"license": "MIT",
"type": "module",
"author": "Becem Gharbi",
Expand Down

0 comments on commit e16f0ea

Please sign in to comment.