# ChangelogPage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/changelog/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/changelog/page.tsx#L101)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `params` | `Promise` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ChangelogPage_7ca4f936["ChangelogPage"]
    class component_ChangelogPage_7ca4f936 rootComponent
```

## Relationships

- RENDERS → `MarkdownLite`
- USES_HOOK → `useLanguageContext`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
- USES_HOOK → `useMemo`
