Skip to content

Commit 00b103f

Browse files
committed
feat(docs): upgrade starlight + add changelog page
1 parent e6e19b9 commit 00b103f

File tree

6 files changed

+136
-129
lines changed

6 files changed

+136
-129
lines changed

docs/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ export default defineConfig({
187187
},
188188
],
189189
},
190+
{
191+
label: 'CHANGELOG',
192+
link: '/changelog',
193+
},
190194
{
191195
label: 'How to contribute ?',
192196
link: '/how-to-contribute',

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.20.1",
13+
"@astrojs/starlight": "^0.21.1",
1414
"@expressive-code/plugin-collapsible-sections": "^0.33.4",
1515
"@expressive-code/plugin-line-numbers": "^0.33.4",
1616
"@fontsource/ibm-plex-mono": "^5.0.8",
1717
"@fontsource/ibm-plex-serif": "^5.0.8",
18-
"astro": "^4.4.6",
18+
"astro": "^4.4.9",
1919
"hast-util-to-html": "^9.0.0",
2020
"sharp": "^0.32.3"
2121
}

docs/pnpm-lock.yaml

Lines changed: 36 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/content/docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: CHANGELOG
3+
description: New features, improvements, and bug fixes for the React Native / Expo Starter.
4+
head:
5+
- tag: title
6+
content: Obytes Starter ChangeLog | React Native / Expo Starter
7+
---
8+
9+
## V5.0.0
10+
11+
- Upgrade to Expo 50
12+
- Switch to `expo-router` for navigation
13+
- Upgrade to NativeWind 4.0
14+
- Refactor `ui` and update common components to use NativeWind 4.0 with `tailwind-variants`
15+
- Add checkbox, radio, and switch components
16+
- Improve eas setup with PNPM

0 commit comments

Comments
 (0)