Skip to content

Commit b33d042

Browse files
committed
chore(release): v0.4.0
1 parent b2eaae6 commit b33d042

3 files changed

Lines changed: 61 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,63 @@
11
# Changelog
22

3-
## v0.3.5
4-
5-
[compare changes](https://github.com/nuxtify-dev/app/compare/v0.3.4...v0.3.5)
6-
7-
### 🚀 Enhancements
8-
9-
- Firebase table create slug overriding ([05bf6b1](https://github.com/nuxtify-dev/app/commit/05bf6b1))
10-
- **playground:** Add polished demos ([852b00a](https://github.com/nuxtify-dev/app/commit/852b00a))
11-
12-
### 🩹 Fixes
13-
14-
- **types:** Duplicate type import ([e256dc5](https://github.com/nuxtify-dev/app/commit/e256dc5))
15-
- **ui:** Alignment issue ([9a5c3d9](https://github.com/nuxtify-dev/app/commit/9a5c3d9))
16-
- Make metadata update optional on file upload ([71b3b76](https://github.com/nuxtify-dev/app/commit/71b3b76))
17-
18-
### 📖 Documentation
19-
20-
- Use npmx.dev in readme ([a5523a3](https://github.com/nuxtify-dev/app/commit/a5523a3))
21-
22-
### 🏡 Chore
23-
24-
- Update release command ([bc290b5](https://github.com/nuxtify-dev/app/commit/bc290b5))
25-
- **ci:** Update gh ci workflow ([8989399](https://github.com/nuxtify-dev/app/commit/8989399))
26-
- Prefer nuxt to nuxi ([6ff97e0](https://github.com/nuxtify-dev/app/commit/6ff97e0))
27-
- Spelling ([0c16d79](https://github.com/nuxtify-dev/app/commit/0c16d79))
28-
3+
## v0.4.0
4+
5+
Requires Nuxt 4.
6+
7+
[compare changes](https://github.com/nuxtify-dev/app/compare/v0.3.5...v0.4.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **types:** Export module types ([4b2158a](https://github.com/nuxtify-dev/app/commit/4b2158a))
12+
- **playground:** Add stackblitz start command ([e0d9161](https://github.com/nuxtify-dev/app/commit/e0d9161))
13+
14+
### 🩹 Fixes
15+
16+
- **playground:** Nuxt 4 dependency ([d2123ea](https://github.com/nuxtify-dev/app/commit/d2123ea))
17+
- **ui:** Link hover class ([f421c48](https://github.com/nuxtify-dev/app/commit/f421c48))
18+
19+
### 💅 Refactors
20+
21+
- ⚠️ Use module dependencies ([43f100d](https://github.com/nuxtify-dev/app/commit/43f100d))
22+
- Use useRouteParam ([b2eaae6](https://github.com/nuxtify-dev/app/commit/b2eaae6))
23+
24+
### 🏡 Chore
25+
26+
- **deps:** ⚠️ Upgrade to nuxt 4 ([271f394](https://github.com/nuxtify-dev/app/commit/271f394))
27+
- Delete .npmrc ([531fda1](https://github.com/nuxtify-dev/app/commit/531fda1))
28+
- Lint ([8b27e62](https://github.com/nuxtify-dev/app/commit/8b27e62))
29+
30+
#### ⚠️ Breaking Changes
31+
32+
- ⚠️ Use module dependencies ([43f100d](https://github.com/nuxtify-dev/app/commit/43f100d))
33+
- **deps:** ⚠️ Upgrade to nuxt 4 ([271f394](https://github.com/nuxtify-dev/app/commit/271f394))
34+
35+
## v0.3.5
36+
37+
[compare changes](https://github.com/nuxtify-dev/app/compare/v0.3.4...v0.3.5)
38+
39+
### 🚀 Enhancements
40+
41+
- Firebase table create slug overriding ([05bf6b1](https://github.com/nuxtify-dev/app/commit/05bf6b1))
42+
- **playground:** Add polished demos ([852b00a](https://github.com/nuxtify-dev/app/commit/852b00a))
43+
44+
### 🩹 Fixes
45+
46+
- **types:** Duplicate type import ([e256dc5](https://github.com/nuxtify-dev/app/commit/e256dc5))
47+
- **ui:** Alignment issue ([9a5c3d9](https://github.com/nuxtify-dev/app/commit/9a5c3d9))
48+
- Make metadata update optional on file upload ([71b3b76](https://github.com/nuxtify-dev/app/commit/71b3b76))
49+
50+
### 📖 Documentation
51+
52+
- Use npmx.dev in readme ([a5523a3](https://github.com/nuxtify-dev/app/commit/a5523a3))
53+
54+
### 🏡 Chore
55+
56+
- Update release command ([bc290b5](https://github.com/nuxtify-dev/app/commit/bc290b5))
57+
- **ci:** Update gh ci workflow ([8989399](https://github.com/nuxtify-dev/app/commit/8989399))
58+
- Prefer nuxt to nuxi ([6ff97e0](https://github.com/nuxtify-dev/app/commit/6ff97e0))
59+
- Spelling ([0c16d79](https://github.com/nuxtify-dev/app/commit/0c16d79))
60+
2961
## v0.3.4
3062

3163
- security: lock down all routes by default

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtify/app",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "Nuxtify app module powered by Nuxt, Vuetify, and Firebase.",
55
"license": "MIT",
66
"homepage": "https://nuxtify.dev",

0 commit comments

Comments
 (0)