diff --git a/apps/v4/components/announcement.tsx b/apps/v4/components/announcement.tsx index 92efa90dfe..afb5993cb9 100644 --- a/apps/v4/components/announcement.tsx +++ b/apps/v4/components/announcement.tsx @@ -1,3 +1,14 @@ +import Link from "next/link" +import { ArrowRightIcon } from "lucide-react" + +import { Badge } from "@/registry/new-york-v4/ui/badge" + export function Announcement() { - return null + return ( + + + New Calendar Component + + + ) } diff --git a/apps/v4/content/docs/(root)/changelog.mdx b/apps/v4/content/docs/(root)/changelog.mdx index a9e3c4c3b9..90e6dbb96b 100644 --- a/apps/v4/content/docs/(root)/changelog.mdx +++ b/apps/v4/content/docs/(root)/changelog.mdx @@ -12,6 +12,8 @@ This is a major upgrade and includes a lot of new features and improvements. We' See all calendar blocks in the [Blocks Library](/blocks/calendar) page. +Calendar + To upgrade your project to the latest version of the `Calendar` component, see the [upgrade guide](/docs/components/calendar#upgrade-guide). ## May 2025 - New Site @@ -814,7 +816,7 @@ const SheetContent = React.forwardRef< {...props} > {children} - + Close diff --git a/apps/v4/public/images/calendar-2.png b/apps/v4/public/images/calendar-2.png new file mode 100644 index 0000000000..74516e4c44 Binary files /dev/null and b/apps/v4/public/images/calendar-2.png differ