Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#DOC-008: v1.2.16 #115

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/components/Layouts/PatchNews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ export default function PatchNews() {
className="bg-gradient-to-r text-white from-primary via-primary-light to-secondary h-8 py-1.5 lg:h-12 w-full flex flex-row text-center gap-x-1 items-center justify-center text-sm md:text-base font-semibold leading-normal"
>
<p className="hidden md:block">
🚀 <strong>DevIniter</strong> <span className="text-gold">v1.2.14</span>{" "}
now lets users choose whether to install Prisma when selecting the
Next.js template.
🚀 <strong>DevIniter</strong> <span className="text-gold">v1.2.16</span>{" "}
has been released with Next15
</p>
<p className="md:hidden">
🚀 <strong>DevIniter</strong> <span className="text-gold">v1.2.14</span>{" "}
🚀 <strong>DevIniter</strong> <span className="text-gold">v1.2.16</span>{" "}
is out now.
</p>
<Link
Expand Down
7 changes: 7 additions & 0 deletions src/pages/release.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Versions

## v1.2.16
- Next.js template: upgrade to Next v15
- Note: We are still using React v18 until it becomes more stable

## v1.2.15
- Update Shadcn's installation folder

## v1.2.13 -> v1.2.14
- Fixbugs

Expand Down