Skip to content

Commit c7e6fe3

Browse files
committed
fix(docs): update changelog
1 parent 572b61f commit c7e6fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/docs/content/docs/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Available variants: `default`, `h1` , `h2`, `h3`, `h4`, `p`, `block-quote`, `cod
136136

137137
### Deprecated [#august-2025-deprecated]
138138

139-
- `lib/constants.ts`: now using the `theme.ts` file.
139+
- `lib/constants.ts`: now using the [`theme.ts`](/docs/customization#themets) file.
140140

141-
- `lib/useColorScheme.ts`: now using the hook directly from `nativewind`
141+
- `lib/useColorScheme.ts`: now using the hook directly from [`nativewind`](https://www.nativewind.dev/docs/api/use-color-scheme)
142142

143143
- `lib/icons`: deprecated in favor of the new [`Icon`](#august-2025-new-icon-component) component.
144144

@@ -149,7 +149,7 @@ Available variants: `default`, `h1` , `h2`, `h3`, `h4`, `p`, `block-quote`, `cod
149149

150150
<CommandTabs args={["doctor"]} />
151151

152-
2. Update your components by running the `add` command with `--override` and list the components from your project:
152+
2. Update your components by running the `add` command with `--overwrite` and list the components from your project:
153153

154154
<Callout type="warn">
155155
Make sure you commit your changes before running the add command and use the diff view to see what's changed and to keep

0 commit comments

Comments
 (0)