From acabcbb951b74b7ca193c74ead4b4009959a6edd Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Sun, 17 Dec 2023 23:59:11 -0500 Subject: [PATCH] [FEAT]: bump o version 1.1.0 on readme and package json --- README.md | 16 ++++++++++++++-- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 876d9da..70b98ce 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 e9f658d..baa627f 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 b920606..f8a623b 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", -- GitLab