You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
It includes dependency cleanups, Firebase Auth integration, Tailwind 4
configuration, and automated release/versioning.
---
## Changes
### Project setup
- Updated **`package.json`**:
- Moved build-only packages (`tailwindcss`, `postcss`, `eslint`,
`typescript`, etc.) into `devDependencies`.
- Left only runtime deps (`next`, `react`, `react-dom`, `firebase`) in
`dependencies`.
- Added `"release": "standard-version"` script for automated version
bumps.
- Installed and configured **`standard-version`** for semantic
versioning and changelog generation.
- Added **GitHub Actions workflow** (`.github/workflows/release.yml`)
to:
- Run `npm run release` automatically on pushes to `main`.
- Commit version bump + changelog.
- Create Git tags.
### Firebase / Auth
- Confirmed Firebase config (`src/firebase/config.ts`) is wired into the
project.
- Signup and Signin flows (`src/app/signup`, `src/app/signin`)
successfully create and authenticate users with Firebase Auth.
### Tailwind / Styling
- Updated Tailwind setup to **v4.1** using new `@tailwindcss/postcss`
plugin.
- Confirmed working PostCSS config (`postcss.config.mjs`) and global
styles (`globals.css`).
run: gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a major update of a dependency used only in development**"
17
+
18
+
- name: Approve and auto-merge minor and patch updates
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
0 commit comments