diff --git a/README.md b/README.md index 876d9daf2c9872e05e8bd183da04077762151ffe..70b98ce0c8dade5828951688bcb333bfa3e755fe 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ UI components for file uploads with [React js](https://react.dev/). [](https://github.com/files-ui/react/blob/HEAD/LICENSE) [](https://www.npmjs.com/package/@files-ui/react) [](https://kandi.openweaver.com/typescript/files-ui/files-ui-react) [](http://makeapullrequest.com) [](https://github.com/files-ui/react) - -[](https://openbase.com/js/@files-ui/react?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge) [](https://openbase.com/js/@files-ui/react?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge) [](https://openbase.com/js/@files-ui/react?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge) [](https://openbase.com/js/@files-ui/react?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge) +[](https://github.com/files-ui/files-ui-react) </div> @@ -116,6 +115,19 @@ You can find the complete documentation and demos for every component on [files- <p align="center"><img src="https://user-images.githubusercontent.com/43678736/228066720-e0bb96ac-3c00-4aa6-80b9-e0b4d0c5f947.png" alt="darkmode 2 preview" width="100%"/></p> </details> +## Supporters + +Special thanks to these amazing people :star: : + +### :clap: Stargazers + +[](https://github.com/files-ui/files-ui-react/stargazers) + +### :clap: Forkers + +[](https://github.com/files-ui/files-ui-react/network/members) + + ## License This project is licensed under the terms of the diff --git a/package-lock.json b/package-lock.json index e9f658d404fd2bb5ec7dc9caabeae461ce2ca5f4..baa627f8bbd14321578b69f3930384bf7cc05d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@files-ui/react", - "version": "1.0.4", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@files-ui/react", - "version": "1.0.4", + "version": "1.0.8", "license": "MIT", "dependencies": { "@dynamicss/dynamicss": "^2.2.8", - "@files-ui/core": "^1.0.4" + "@files-ui/core": "latest" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", diff --git a/package.json b/package.json index b9206064c5bc2f06da66dde41eb1ec32d5f7cde7..f8a623bf5993cf445b906c0cf4b9116027ea95bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@files-ui/react", - "version": "1.0.8", + "version": "1.1.0", "description": "UI components for file uploads with React js", "main": "./build/index.js", "module": "./build/index.es.js",