Skip to content

Commit be1c65c

Browse files
committed
chore: remove beta tags
1 parent 095daa5 commit be1c65c

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.np-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"branch": "v3",
3-
"preview": false,
4-
"tag": "beta"
2+
"branch": "master",
3+
"preview": false
54
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ React hooks and components to create parallax scroll effects for banners, images
1515

1616
If you're coming from [V2](https://github.com/jscottsmith/react-scroll-parallax/tree/v2), here's a [migration guide](https://react-scroll-parallax.damnthat.tv/docs/migration-guides/v2-migration-guide).
1717

18-
## Install (v3 beta)
18+
## Install
1919

2020
With npm
2121

2222
```
23-
npm install react-scroll-parallax@beta
23+
npm install react-scroll-parallax
2424
```
2525

2626
or yarn
2727

2828
```
29-
yarn add react-scroll-parallax@beta
29+
yarn add react-scroll-parallax
3030
```
3131

3232
## Getting Started

documentation/docs/intro.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { IntroLogo } from '../src/components/intro-logo';
1010
<IntroLogo />
1111

1212
[![NPM Version Latest](https://img.shields.io/npm/v/react-scroll-parallax/latest)](https://www.npmjs.com/package/react-scroll-parallax)
13-
[![NPM Version Beta](https://img.shields.io/npm/v/react-scroll-parallax/beta)](https://www.npmjs.com/package/react-scroll-parallax)
1413
[![NPM Downloads](https://img.shields.io/npm/dm/react-scroll-parallax)](https://www.npmjs.com/package/react-scroll-parallax)
1514
[![Codecov](https://codecov.io/gh/jscottsmith/react-scroll-parallax/branch/v3/graph/badge.svg)](https://codecov.io/gh/jscottsmith/react-scroll-parallax)
1615

@@ -22,18 +21,18 @@ React hooks and components to create parallax scroll effects for banners, images
2221

2322
If you're coming from [V2](https://github.com/jscottsmith/react-scroll-parallax/tree/v2.4.2), here's a [migration guide](/docs/migration-guides/v2-migration-guide).
2423

25-
## Install (v3 beta)
24+
## Install
2625

2726
With npm
2827

2928
```
30-
npm install react-scroll-parallax@beta
29+
npm install react-scroll-parallax
3130
```
3231

3332
or yarn
3433

3534
```
36-
yarn add react-scroll-parallax@beta
35+
yarn add react-scroll-parallax
3736
```
3837

3938
## Getting Started

0 commit comments

Comments
 (0)