uplofile 1.0.0 → 1.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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  # Uplofile
2
2
 
3
- [![Beta](https://img.shields.io/badge/status-beta-yellow.svg)](https://uplofile.kristofajosh.dev)
4
-
5
3
  **Composable file‑upload components for React.**
6
4
  Accessible, unstyled primitives for building your own upload UI — with drag‑and‑drop, progress indicators, cancel/retry/remove actions, and an optional hidden input for classic form posts.
7
5
 
8
- > Heads‑up: Uplofile is currently in Beta. Expect some rough edges and occasional API tweaks. We’d love your feedback — please kick the tires and open issues!
9
-
10
6
  ---
11
7
 
12
8
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uplofile",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Composable file‑upload components for React (Beta).",
5
5
  "license": "MIT",
6
6
  "author": "Chris Josh <KristofaJosh>",