Closed srkirkland closed 4 months ago
The changes focus on updating the build version displayed within the application. The .env
file's NEXT_PUBLIC_BUILD_VERSION
was updated to 0.3.1
. The layout changes involved removing static import of the build version in the footer and updating the method of displaying the build version in the mobile sidebar to dynamically import it.
Files | Change Summaries |
---|---|
.env |
Updated NEXT_PUBLIC_BUILD_VERSION from 0.2.4 to 0.3.1 . |
src/components/layout/footer.tsx |
Removed import of buildVersion from @/models/static and updated footer content accordingly. |
src/components/layout/mobileSidebar.tsx |
Updated mobile sidebar to dynamically import and display buildVersion from @/models/static . |
Amid the code where changes fly, The build's new version soared up high, From footer whispers to sidebar glow, 0.3.1 now leads the show. 🎉🚀✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
0.3.1
in footer and mobile sidebar for better version tracking.Refactor