create-middag-ui 0.5.0 → 0.7.0

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
@@ -83,7 +83,7 @@ npx @middag-io/react upgrade # Check for updates
83
83
  ## Documentation
84
84
 
85
85
  - **[Live Demo](https://middag-react-mock.pages.dev)** — 24 screens showing all block types
86
- - **[Full Documentation](https://docs.middag.io)** — Getting started, host guides, API reference
86
+ - **[Full Documentation](https://ui-docs.middag.io)** — Getting started, host guides, API reference
87
87
  - **[GitHub](https://github.com/middag-io/middag-react)** — Source code and issues
88
88
 
89
89
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-middag-ui",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "description": "Bootstrap a MIDDAG React UI layer in your Moodle or WordPress plugin",
6
6
  "bin": {