Skip to content

Commit

Permalink
feat(docs): upgrade starlight + add changelog page
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Mar 4, 2024
1 parent e6e19b9 commit 00b103f
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 129 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ export default defineConfig({
},
],
},
{
label: 'CHANGELOG',
link: '/changelog',
},
{
label: 'How to contribute ?',
link: '/how-to-contribute',
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.20.1",
"@astrojs/starlight": "^0.21.1",
"@expressive-code/plugin-collapsible-sections": "^0.33.4",
"@expressive-code/plugin-line-numbers": "^0.33.4",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@fontsource/ibm-plex-serif": "^5.0.8",
"astro": "^4.4.6",
"astro": "^4.4.9",
"hast-util-to-html": "^9.0.0",
"sharp": "^0.32.3"
}
Expand Down
89 changes: 36 additions & 53 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions docs/src/content/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: CHANGELOG
description: New features, improvements, and bug fixes for the React Native / Expo Starter.
head:
- tag: title
content: Obytes Starter ChangeLog | React Native / Expo Starter
---

## V5.0.0

- Upgrade to Expo 50
- Switch to `expo-router` for navigation
- Upgrade to NativeWind 4.0
- Refactor `ui` and update common components to use NativeWind 4.0 with `tailwind-variants`
- Add checkbox, radio, and switch components
- Improve eas setup with PNPM
Loading

0 comments on commit 00b103f

Please sign in to comment.