Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-11-22) ### Bug Fixes * 🐛 add suspense to root layout and private routes layout to useSearchParams work correctly ([426093b](426093b)) * 🐛 ensure actions will update and delete correctly ([929e5cd](929e5cd)) * 🐛 ensure chart will dont have error with "unused vars" ([f9f02e1](f9f02e1)) * 🐛 ensure that icons have correctly bg ([ec7672f](ec7672f)) * 🔥 removed unused variables ([df10dd8](df10dd8)) * db dont have nothing ([56a5330](56a5330)) * ensure the prod will get all dependencies correctly ([bdb7030](bdb7030)) * ensure the prod will get all dependencies correctly ([75199ed](75199ed)) * removed build step from release workflow ([d1850cf](d1850cf)) * removed unnecessary code ([0b89e22](0b89e22)) ### Features * ♻️ add constants folder to store global datas ([f9a54f5](f9a54f5)) * ✨ add a function to check if has user and redirect to dashboard ([0bd6bfd](0bd6bfd)) * ✨ add a function to redirect if user is not logged yet to login page ([8931f21](8931f21)) * ✨ add addTransaction server action ([22a1caf](22a1caf)) * ✨ add and setup shadcn ui ([cc256fb](cc256fb)) * ✨ add badge from shadcn ([35c10ee](35c10ee)) * ✨ add button ([fef9b6d](fef9b6d)) * ✨ add clerk middleware ([c095423](c095423)) * ✨ add clerk provider and header component ([9ef4bfb](9ef4bfb)) * ✨ add data table to display transactions ([b9cc15d](b9cc15d)) * ✨ add date-picker ([e5a5254](e5a5254)) * ✨ add expenses per category component ([dd32619](dd32619)) * ✨ add global error boundary ([070bbcd](070bbcd)) * ✨ add Header component ([c076dca](c076dca)) * ✨ add heigth to layout and dark class ([717ed11](717ed11)) * ✨ add logo ([fb54f2d](fb54f2d)) * ✨ add mobile responsive support ([5c7c71e](5c7c71e)) * ✨ add money input ([ede8a12](ede8a12)) * ✨ add payment method formatter, categories, and actions ([7fed85b](7fed85b)) * ✨ add posthog provider to private routes ([16f32fc](16f32fc)) * ✨ add posthog provider to public routes layout ([a5103f0](a5103f0)) * ✨ add prisma ([174be7a](174be7a)) * ✨ add prisma client and table from shadcn ([ff30fde](ff30fde)) * ✨ add shadcn components to use with date picker ([6b00b69](6b00b69)) * ✨ add summary cards ([b85fb1d](b85fb1d)) * ✨ add transaction button component ([2327e31](2327e31)) * ✨ add Transaction Page ([8714294](8714294)) * ✨ add transactions pie charts component ([6a21917](6a21917)) * ✨ add type-badge component ([88ba359](88ba359)) * ✨ create posthog provider ([a4c8c5f](a4c8c5f)) * ✨ ensure dashboard get actual month to display data ([5f7fe91](5f7fe91)) * ✨ ensure overflow will not appear, and now we use scroll areas ([2220b45](2220b45)) * ✨ ensure transaction can be updated ([15c2f27](15c2f27)) * ✨ inital sign in ui ([6e099e6](6e099e6)) * ✨ initial login ui ([63e12c8](63e12c8)) * ✨ transactions now can be created ([0a7eb7d](0a7eb7d)) * ✨ updated fonts ([83d81ea](83d81ea)) * add last transaction component ([2349d3e](2349d3e)) * add select ([52d8f05](52d8f05)) * add semantic release ([77cd8e6](77cd8e6)) * ensure prisma is in prod dependencies ([7676144](7676144)) * ensure prisma is in prod dependencies ([27794f0](27794f0))
- Loading branch information