Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensrc0/fe-pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 20, 2024
2 parents d52412f + a3ec340 commit 79956ea
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.34](https://github.com/opensrc0/fe-pilot/compare/v1.0.33...v1.0.34) (2024-3-19)


### Bug Fixes

* **missing component:** added missing components ([22ee75f](https://github.com/opensrc0/fe-pilot/commit/22ee75fcf2639e5c5903ecefef5b9b56f6ac62c4))

## [1.0.33](https://github.com/opensrc0/fe-pilot/compare/v1.0.32...v1.0.33) (2024-3-19)


Expand Down
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
</p>
<h2 align="center">A React UI library for Advance Web Features 👨‍✈️ </h2>
<br />
<p align="center">
<a href="https://www.npmjs.com/package/fe-pilot">
<img alt="Minified Size" src="https://badgen.net/bundlephobia/minzip/fe-pilot?color=cyan"/>
</a>
<a href="https://react.dev/reference/react">
<img alt="React Version" src="https://img.shields.io/badge/react-18.2.0-%23f1e05a?logo=React"/>
</a>
<a href="https://www.npmjs.com/package/fe-pilot">
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/fe-pilot?label=Downloads&logo=npm"/>
</a>
<a href="https://www.npmjs.com/package/fe-pilot/v/latest">
<img alt="Latest Release" src="https://badgen.net/github/release/opensrc0/fe-pilot?icon=github&color=pink"/>
</a>
</p>
<h3 >
<p align="center" class="tasklist-issue-content">
<a href="https://www.npmjs.com/package/fe-pilot">
<img alt="Minified Size" src="https://badgen.net/bundlephobia/minzip/fe-pilot?color=cyan"/>
</a>
<a href="https://react.dev/reference/react">
<img alt="React Version" src="https://img.shields.io/badge/react-18.2.0-%23f1e05a?logo=React"/>
</a>
<a href="https://www.npmjs.com/package/fe-pilot">
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/fe-pilot?label=Downloads&logo=npm"/>
</a>
<a href="https://www.npmjs.com/package/fe-pilot/v/latest">
<img alt="Latest Release" src="https://badgen.net/github/release/opensrc0/fe-pilot?icon=github&color=pink"/>
</a>
</p>
<p align="center">
<a href="https://github.com/opensrc0/fe-pilot/stargazers">
<img alt="Github Stars" src="https://badgen.net/github/stars/opensrc0/fe-pilot?icon=github&color=purple"/>
Expand All @@ -25,6 +26,7 @@
<img alt="MIT License" src="https://badgen.net/static/license/MIT/orange"/>
</a>
</p>
</h3>
<br />

A React UI library for Advance Web Features that streamlines the development of modern web applications and websites. The library offers component like scanner, voice search, autofill otp, phonebook, share and many more for a small/medium/large size web based applications. Fe-Pilot is a easy to use, light weighted, fully mobile APP like features in web.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fe-pilot",
"version": "1.0.33",
"version": "1.0.34",
"description": "Advance JS features, Plug & Play",
"main": "",
"scripts": {
Expand Down

0 comments on commit 79956ea

Please sign in to comment.