Skip to content

Commit 72148d9

Browse files
committed
chore: release v0.3.0
1 parent caa2060 commit 72148d9

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.3.0] - 2025-10-11
4+
5+
BREAKING CHANGES
6+
7+
Use getFirestoreConsoleUrl instead of getFirebaseConsoleUrl (note new call signature).
8+
9+
### Enhancements
10+
11+
- feat: add getCloudStorageConsoleUrl to admin users
12+
13+
### UI/UX
14+
15+
- ui: admin search box polish
16+
- ui: sign in/up polish
17+
18+
### SEO
19+
20+
- seo: pages should only have one h1 tag
21+
- seo: use useSeoMeta
22+
23+
### Refactors/DX
24+
25+
- refactor!: rename getFirebaseConsoleUrl to getFirestoreConsoleUrl
26+
- refactor!: allow deep paths in console url
27+
- refactor: add AdminUsersList component
28+
- refactor: add AdminUsersDetail component
29+
- dx: use signInWithPopup in dev
30+
31+
### Playground
32+
33+
- playground: add quick search
34+
- playground: add app logo
35+
- playground: add help menu
36+
337
## [0.2.2] - 2025-09-26
438

539
- ui: add time to user fields

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.2.2",
3+
"version": "0.3.0",
44
"description": "Nuxtify app module powered by Nuxt, Vuetify, and Firebase.",
55
"homepage": "https://nuxtify.dev",
66
"author": "Nuxtify.dev <[email protected]>",

0 commit comments

Comments
 (0)