Skip to content

Commit 61d1544

Browse files
committed
chore(*): publish v1.0.0-beta.1 ✨
1 parent 524d03c commit 61d1544

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="https://www.npmjs.com/package/react-data-fetching">
3030
<img
3131
alt="version: next"
32-
src="https://img.shields.io/npm/v/react-data-fetching.svg"
32+
src="https://img.shields.io/badge/npm-next-orange.svg"
3333
/>
3434
</a>
3535
<img
@@ -52,14 +52,14 @@
5252

5353
`react-data-fetching` provides a very intuitive way to perform any REST API call without hassle, through a single React component. It also helps you take care of timeouts, loading states, errors handling, data saving, uploading/downloading progress, etc. Fetching data while letting the user know what's going on has never been that easy!
5454

55-
The package is really lightweight (~7 kB gzipped) and has been built from the ground up with universal apps in mind: you can use it wherever React is rendering - meaning it works seamlessly with React (web) & React Native!
55+
The package is quite lightweight (~7 kB gzipped) and has been built from the ground up with universal apps in mind: you can use it wherever React is rendering - meaning it works seamlessly with React (web) & React Native!
5656

5757
## Installation
5858

5959
Using [Yarn](https://yarnpkg.com/):
6060

6161
```shell
62-
$ yarn add react-data-fetching
62+
$ yarn add react-data-fetching@next
6363
```
6464

6565
Then, use it as you would with anything else:

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="https://www.npmjs.com/package/react-data-fetching">
1818
<img
1919
alt="version: next"
20-
src="https://img.shields.io/npm/v/react-data-fetching.svg"
20+
src="https://img.shields.io/badge/npm-next-orange.svg"
2121
/>
2222
</a>
2323
<img

0 commit comments

Comments
 (0)