Skip to content

Commit 4cce3e2

Browse files
committed
docs: remove next install references
1 parent 9af420c commit 4cce3e2

8 files changed

Lines changed: 27 additions & 27 deletions

File tree

.changeset/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This repo keeps the publishable packages versioned together:
1313

1414
Private apps are ignored by Changesets. `shadcn-app-v9` intentionally depends on the published v9 package, so Changesets may print a dependency graph warning about that package during `status` or `version`. Keep `bumpVersionsWithWorkspaceProtocolOnly` disabled so the calendar package peer dependencies on `react-day-picker` are updated during versioning.
1515

16-
The current package version is a `next` prerelease. To continue the `next` train with Changesets, enter prerelease mode before running `changeset version`:
16+
To publish a prerelease train with Changesets, enter prerelease mode with the desired tag before running `changeset version`:
1717

1818
```sh
19-
pnpm changeset pre enter next
19+
pnpm changeset pre enter <tag>
2020
```
2121

2222
Publishing runs from [`.github/workflows/release.yml`](../.github/workflows/release.yml):

packages/buddhist/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package renders DayPicker with Buddhist Era years. The calendar keeps Grego
88

99
## Installation
1010

11-
Install the v10 prerelease of the React DayPicker package with the Buddhist calendar addon:
11+
Install the React DayPicker package with the Buddhist calendar addon:
1212

1313
```bash
14-
npm install @daypicker/react@next @daypicker/buddhist@next
14+
npm install @daypicker/react @daypicker/buddhist
1515
```
1616

1717
## Usage
@@ -27,8 +27,8 @@ export function BuddhistCalendar() {
2727

2828
## Documentation
2929

30-
- [Buddhist calendar guide](https://daypicker.dev/next/localization/buddhist)
31-
- [React DayPicker v10 docs](https://daypicker.dev/next)
30+
- [Buddhist calendar guide](https://daypicker.dev/localization/buddhist)
31+
- [React DayPicker docs](https://daypicker.dev)
3232

3333
## License
3434

packages/ethiopic/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package renders DayPicker with Ethiopic calendar month and year logic. It u
88

99
## Installation
1010

11-
Install the v10 prerelease of the React DayPicker package with the Ethiopic calendar addon:
11+
Install the React DayPicker package with the Ethiopic calendar addon:
1212

1313
```bash
14-
npm install @daypicker/react@next @daypicker/ethiopic@next
14+
npm install @daypicker/react @daypicker/ethiopic
1515
```
1616

1717
## Usage
@@ -27,8 +27,8 @@ export function EthiopicCalendar() {
2727

2828
## Documentation
2929

30-
- [Ethiopic calendar guide](https://daypicker.dev/next/localization/ethiopic)
31-
- [React DayPicker v10 docs](https://daypicker.dev/next)
30+
- [Ethiopic calendar guide](https://daypicker.dev/localization/ethiopic)
31+
- [React DayPicker docs](https://daypicker.dev)
3232

3333
## License
3434

packages/hebrew/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package renders DayPicker with Hebrew lunisolar calendar month and year log
88

99
## Installation
1010

11-
Install the v10 prerelease of the React DayPicker package with the Hebrew calendar addon:
11+
Install the React DayPicker package with the Hebrew calendar addon:
1212

1313
```bash
14-
npm install @daypicker/react@next @daypicker/hebrew@next
14+
npm install @daypicker/react @daypicker/hebrew
1515
```
1616

1717
## Usage
@@ -27,8 +27,8 @@ export function HebrewCalendar() {
2727

2828
## Documentation
2929

30-
- [Hebrew calendar guide](https://daypicker.dev/next/localization/hebrew)
31-
- [React DayPicker v10 docs](https://daypicker.dev/next)
30+
- [Hebrew calendar guide](https://daypicker.dev/localization/hebrew)
31+
- [React DayPicker docs](https://daypicker.dev)
3232

3333
## License
3434

packages/hijri/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package renders DayPicker with Umm al-Qura Hijri calendar month and year lo
88

99
## Installation
1010

11-
Install the v10 prerelease of the React DayPicker package with the Hijri calendar addon:
11+
Install the React DayPicker package with the Hijri calendar addon:
1212

1313
```bash
14-
npm install @daypicker/react@next @daypicker/hijri@next
14+
npm install @daypicker/react @daypicker/hijri
1515
```
1616

1717
## Usage
@@ -27,8 +27,8 @@ export function HijriCalendar() {
2727

2828
## Documentation
2929

30-
- [Hijri calendar guide](https://daypicker.dev/next/localization/hijri)
31-
- [React DayPicker v10 docs](https://daypicker.dev/next)
30+
- [Hijri calendar guide](https://daypicker.dev/localization/hijri)
31+
- [React DayPicker docs](https://daypicker.dev)
3232

3333
## License
3434

packages/persian/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package renders DayPicker with Jalali calendar month and year logic. It use
88

99
## Installation
1010

11-
Install the v10 prerelease of the React DayPicker package with the Persian calendar addon:
11+
Install the React DayPicker package with the Persian calendar addon:
1212

1313
```bash
14-
npm install @daypicker/react@next @daypicker/persian@next
14+
npm install @daypicker/react @daypicker/persian
1515
```
1616

1717
## Usage
@@ -27,8 +27,8 @@ export function PersianCalendar() {
2727

2828
## Documentation
2929

30-
- [Persian calendar guide](https://daypicker.dev/next/localization/persian)
31-
- [React DayPicker v10 docs](https://daypicker.dev/next)
30+
- [Persian calendar guide](https://daypicker.dev/localization/persian)
31+
- [React DayPicker docs](https://daypicker.dev)
3232

3333
## License
3434

packages/react-day-picker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You are reading the README for `react-day-picker`, the legacy DayPicker package
66

77
## Documentation
88

9-
See **[daypicker.dev](https://daypicker.dev)** for guides, examples, and API reference, or read [the v10 docs in the repository](https://github.com/gpbl/react-day-picker/blob/main/apps/website/versioned_docs/version-next/start.mdx).
9+
See **[daypicker.dev](https://daypicker.dev)** for guides, examples, and API reference, or read [the v10 docs in the repository](https://github.com/gpbl/react-day-picker/blob/main/apps/website/docs/start.mdx).
1010

1111
<picture>
1212
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/gpbl/react-day-picker/main/apps/website/static/img/screenshot-dark.png" />
@@ -32,13 +32,13 @@ DayPicker is written in TypeScript and compiled to CommonJS and ESM. It relies o
3232
Install the legacy DayPicker package name:
3333

3434
```bash
35-
npm install react-day-picker@next
35+
npm install react-day-picker
3636
```
3737

3838
For new projects, prefer the `@daypicker/react` package name:
3939

4040
```bash
41-
npm install @daypicker/react@next
41+
npm install @daypicker/react
4242
```
4343

4444
<a href="https://www.npmjs.com/package/react-day-picker"><img src="https://img.shields.io/npm/v/react-day-picker" alt="npm version"/></a> <img src="https://img.shields.io/npm/dm/react-day-picker.svg" alt="npm downloads"/> <img src="https://img.shields.io/bundlephobia/minzip/react-day-picker" alt="Min gzipped size"/>

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DayPicker is a [React](https://react.dev) component for creating date pickers, c
66

77
## Documentation
88

9-
See **[daypicker.dev](https://daypicker.dev)** for guides, examples, and API reference, or read [the v10 docs in the repository](https://github.com/gpbl/react-day-picker/blob/main/apps/website/versioned_docs/version-next/start.mdx).
9+
See **[daypicker.dev](https://daypicker.dev)** for guides, examples, and API reference, or read [the v10 docs in the repository](https://github.com/gpbl/react-day-picker/blob/main/apps/website/docs/start.mdx).
1010

1111
<picture>
1212
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/gpbl/react-day-picker/main/apps/website/static/img/screenshot-dark.png" />
@@ -32,7 +32,7 @@ DayPicker is written in TypeScript and compiled to CommonJS and ESM. It relies o
3232
Install the preferred DayPicker package name:
3333

3434
```bash
35-
npm install @daypicker/react@next
35+
npm install @daypicker/react
3636
```
3737

3838
<a href="https://www.npmjs.com/package/@daypicker/react"><img src="https://img.shields.io/npm/v/%40daypicker%2Freact" alt="npm version"/></a> <img src="https://img.shields.io/npm/dm/react-day-picker.svg" alt="npm downloads"/> <img src="https://img.shields.io/bundlephobia/minzip/%40daypicker%2Freact" alt="Min gzipped size"/>

0 commit comments

Comments
 (0)