Skip to content

Commit

Permalink
chore: prepare release 0.13.3 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 authored Jun 3, 2024
1 parent 8af92b7 commit bd6999e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 33 deletions.
9 changes: 9 additions & 0 deletions .changeset/cold-plums-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@kobalte/core": patch
---

## v0.13.3 (June 3, 2024)

**New features**

- [New `NavigationMenu` component](/docs/core/components/navigation-menu) ([#354](https://github.com/kobaltedev/kobalte/pull/409))
2 changes: 1 addition & 1 deletion apps/docs/src/VERSIONS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
"-",
)}`;

export const LATEST_CORE_VERSION_NAME = "v0.13.2";
export const LATEST_CORE_VERSION_NAME = "v0.13.3";
6 changes: 6 additions & 0 deletions apps/docs/src/routes/docs/changelog/0-13-x.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# v0.13.x

## v0.13.3 (June 3, 2024)

**New features**

- [New `NavigationMenu` component](/docs/core/components/navigation-menu) ([#354](https://github.com/kobaltedev/kobalte/pull/409))

## v0.13.2 (May 29, 2024)

**Bug fixes**
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/src/routes/docs/changelog/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { Navigate } from "@solidjs/router";
import { LATEST_CORE_CHANGELOG_URL } from "../../../VERSIONS";

export default function () {
return <Navigate href={LATEST_CORE_CHANGELOG_URL} />;
}
32 changes: 0 additions & 32 deletions apps/docs/src/routes/docs/core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,77 +40,62 @@ const CORE_NAV_SECTIONS: NavSection[] = [
{
title: "Accordion",
href: "/docs/core/components/accordion",
status: "updated",
},
{
title: "Alert",
href: "/docs/core/components/alert",
status: "updated",
},
{
title: "Alert Dialog",
href: "/docs/core/components/alert-dialog",
status: "updated",
},
{
title: "Breadcrumbs",
href: "/docs/core/components/breadcrumbs",
status: "updated",
},
{
title: "Button",
href: "/docs/core/components/button",
status: "updated",
},
{
title: "Checkbox",
href: "/docs/core/components/checkbox",
status: "updated",
},
{
title: "Collapsible",
href: "/docs/core/components/collapsible",
status: "updated",
},
{
title: "Combobox",
href: "/docs/core/components/combobox",
status: "updated",
},
{
title: "Context Menu",
href: "/docs/core/components/context-menu",
status: "updated",
},
{
title: "Dialog",
href: "/docs/core/components/dialog",
status: "updated",
},
{
title: "Dropdown Menu",
href: "/docs/core/components/dropdown-menu",
status: "updated",
},
{
title: "Hover Card",
href: "/docs/core/components/hover-card",
status: "updated",
},
{
title: "Image",
href: "/docs/core/components/image",
status: "updated",
},
{
title: "Link",
href: "/docs/core/components/link",
status: "updated",
},
{
title: "Menubar",
href: "/docs/core/components/menubar",
status: "updated",
},
{
title: "Navigation Menu",
Expand All @@ -120,87 +105,70 @@ const CORE_NAV_SECTIONS: NavSection[] = [
{
title: "Number Field",
href: "/docs/core/components/number-field",
status: "updated",
},
{
title: "Pagination",
href: "/docs/core/components/pagination",
status: "updated",
},
{
title: "Popover",
href: "/docs/core/components/popover",
status: "updated",
},
{
title: "Progress",
href: "/docs/core/components/progress",
status: "updated",
},
{
title: "Radio Group",
href: "/docs/core/components/radio-group",
status: "updated",
},
{
title: "Select",
href: "/docs/core/components/select",
status: "updated",
},
{
title: "Separator",
href: "/docs/core/components/separator",
status: "updated",
},
{
title: "Skeleton",
href: "/docs/core/components/skeleton",
status: "updated",
},
{
title: "Slider",
href: "/docs/core/components/slider",
status: "updated",
},
{
title: "Switch",
href: "/docs/core/components/switch",
status: "updated",
},
{
title: "Tabs",
href: "/docs/core/components/tabs",
status: "updated",
},
{
title: "Text Field",
href: "/docs/core/components/text-field",
status: "updated",
},
{
title: "Toast",
href: "/docs/core/components/toast",
status: "updated",
},
{
title: "Toggle Button",
href: "/docs/core/components/toggle-button",
status: "updated",
},
{
title: "Toggle Group",
href: "/docs/core/components/toggle-group",
status: "new",
},
{
title: "Tooltip",
href: "/docs/core/components/tooltip",
status: "updated",
},
{
title: "I18nProvider",
href: "/docs/core/components/i18n-provider",
status: "updated",
},
],
},
Expand Down

0 comments on commit bd6999e

Please sign in to comment.