Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewebsimple committed Dec 11, 2023
1 parent 585a3d4 commit 15c5c9a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## v0.2.5

[compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.4...v0.2.5)

### 🚀 Enhancements

- USelectOptional ([6d1592c](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/6d1592c))
- TheAuthUsersTable sort ([bc3e925](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/bc3e925))
- UBulkActions ([c6c629b](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/c6c629b))
- UActionModal / UActionsDropdown ([ea08f35](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/ea08f35))
- FormEntityDestroy ([fb95d6c](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/fb95d6c))
- Add users link in app footer ([585a3d4](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/585a3d4))

### 🩹 Fixes

- Assets/svg/.gitkeep ([403baa8](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/403baa8))
- Svg type definitions ([ee8e696](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/ee8e696))
- AuthRole enum ([c015c52](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/c015c52))
- Pseudo-mobile friendliness ([0ce72df](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/0ce72df))
- FormAuthUserCreate error handling ([a4bb1d1](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/a4bb1d1))

### 💅 Refactors

- Move jobs in app layer ([38f4ff3](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/38f4ff3))
- FormAuth* ([cad791e](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/cad791e))
- TheAuthUsers CRUD ([8a9b20d](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/8a9b20d))
- TheAuthUsersActions ([8eac1bb](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/8eac1bb))
- TheAuthUsers structure ([8d75a85](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/8d75a85))

### 🏡 Chore

- Backport from real-world project ([7b3f0fd](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/7b3f0fd))

### ❤️ Contributors

- Pascal Martineau <[email protected]>

## v0.2.4

[compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.3...v0.2.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lewebsimple/nuxt-graphql-fullstack",
"description": "Nuxt 3 GraphQL fullstack boilerplate",
"version": "0.2.4",
"version": "0.2.5",
"author": "Pascal Martineau <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 15c5c9a

Please sign in to comment.