create-docus 4.2.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -119,7 +119,7 @@ Your project comes pre-configured with the best of the Nuxt ecosystem:
119
119
 
120
120
  - [Nuxt 4](https://nuxt.com) - The web framework
121
121
  - [Nuxt Content](https://content.nuxt.com/) - File-based CMS
122
- - [Nuxt UI Pro](https://ui.nuxt.com/pro) - Premium UI components
122
+ - [Nuxt UI](https://ui.nuxt.com) - UI components
123
123
  - [Nuxt Image](https://image.nuxt.com/) - Optimized images
124
124
  - [Tailwind CSS 4](https://tailwindcss.com/) - Utility-first CSS
125
125
  - [Docus Layer](https://www.npmjs.com/package/docus) - Documentation theme
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-docus",
3
3
  "description": "CLI for creating Docus documentation projects",
4
- "version": "4.2.0",
4
+ "version": "5.0.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/nuxt-content/docus.git"