modalio 0.9.0 → 0.9.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A lightweight, type-safe, and animation-aware modal management library for React.
4
4
 
5
- [![Tests](https://github.com/achromaticlabs/react-modalio/actions/workflows/test.yml/badge.svg)](https://github.com/achromaticlabs/react-modalio/actions)
5
+ [![Tests](https://github.com/achromaticlabs/modalio/actions/workflows/test.yml/badge.svg)](https://github.com/achromaticlabs/modalio/actions)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  ## Features
@@ -150,7 +150,7 @@ Adapters: `baseUiDialog`, `baseUiDialogPopup`, `baseUiDialogPortal`, `baseUiAler
150
150
 
151
151
  ## Documentation
152
152
 
153
- For full documentation, including advanced usage, custom adapters, and API reference, visit [achromatic.dev/docs/react-modalio](https://achromatic.dev/docs/react-modalio).
153
+ For full documentation, including advanced usage, custom adapters, and API reference, visit [modalio.achromatic.dev](https://modalio.achromatic.dev).
154
154
 
155
155
  ## License
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modalio",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Lightweight React modal manager with promise-based API. Supports Shadcn UI, Radix UI and Base UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -69,7 +69,7 @@
69
69
  "type": "git",
70
70
  "url": "git+https://github.com/achromaticlabs/modalio.git"
71
71
  },
72
- "homepage": "https://github.com/achromaticlabs/modalio#readme",
72
+ "homepage": "https://modalio.achromatic.dev",
73
73
  "bugs": {
74
74
  "url": "https://github.com/achromaticlabs/modalio/issues"
75
75
  }