Skip to content

Commit 2c5ba1f

Browse files
build: version packages (#2989)
* build: version packages * docs: restore v10 changelog notes * docs: polish calendar package changelogs * docs: trim calendar package changelog entries * docs: trim main package changelog entries * docs: link calendar changelogs to upgrade guide * docs: refine dropdown fix changelog wording * build: keep shadcn v9 app on v9 * docs: correct changelog release dates --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Giampaolo Bellavite <io@gpbl.dev>
1 parent b55a878 commit 2c5ba1f

22 files changed

Lines changed: 159 additions & 285 deletions

.changeset/calendar-datelib-overrides.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/calendar-readmes.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/ethiopic-amet-locale.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/multi-month-dropdown-navigation.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/olive-crabs-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.changeset/scoped-react-alias.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/serious-snakes-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/buddhist/CHANGELOG.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,25 @@
11
# @daypicker/buddhist
22

3-
## 10.0.0-next.6
3+
DayPicker follows [Semantic Versioning](http://semver.org/). See the [Releases page](https://github.com/gpbl/react-day-picker/releases) on Github for the complete list of changes, diffs and contributors, or the [list of versions](https://www.npmjs.com/package/@daypicker/buddhist?activeTab=versions) published on npm.
44

5-
### Patch Changes
5+
## v10.0.0
66

7-
- [#2964](https://github.com/gpbl/react-day-picker/pull/2964) [`fa3e21d`](https://github.com/gpbl/react-day-picker/commit/fa3e21dd0979d909f83d9b6c0953bc412956a533) Thanks [@gpbl](https://github.com/gpbl)! - Respect custom `dateLib` overrides in calendar wrappers.
7+
_Release date: 2026-05-08_
88

9-
- [#2970](https://github.com/gpbl/react-day-picker/pull/2970) [`e4eea5f`](https://github.com/gpbl/react-day-picker/commit/e4eea5f0da2dbba70e4f1d12c14bab1be8620c7f) Thanks [@gpbl](https://github.com/gpbl)! - Add `@daypicker/react` as the React package for DayPicker and update calendar packages to consume it.
9+
This is the first stable release of `@daypicker/buddhist`, the DayPicker package for Buddhist calendar support. It is published under the `@daypicker/*` scope and is intended to be installed alongside `@daypicker/react`.
1010

11-
- Updated dependencies [[`e4eea5f`](https://github.com/gpbl/react-day-picker/commit/e4eea5f0da2dbba70e4f1d12c14bab1be8620c7f)]:
12-
- @daypicker/react@10.0.0-next.6
11+
#### Upgrading to v10
1312

14-
## 10.0.0-next.5
13+
See the [upgrading guide](https://daypicker.dev/upgrading) for details on moving calendar usage to the standalone `@daypicker/*` packages.
1514

16-
### Patch Changes
15+
#### Installation
1716

18-
- [#2962](https://github.com/gpbl/react-day-picker/pull/2962) [`77de4f4`](https://github.com/gpbl/react-day-picker/commit/77de4f403fc77c02e64112c281ad3bc0e10f12b0) Thanks [@gpbl](https://github.com/gpbl)! - docs: simplify standalone calendar package READMEs.
17+
```bash
18+
npm install @daypicker/react @daypicker/buddhist
19+
```
1920

20-
- Updated dependencies []:
21-
- react-day-picker@10.0.0-next.5
21+
#### What's Changed
2222

23-
## 10.0.0-next.4
24-
25-
### Patch Changes
26-
27-
- Updated dependencies [a77f89c]
28-
- react-day-picker@10.0.0-next.4
29-
30-
## 10.0.0-next.3
31-
32-
### Patch Changes
33-
34-
- Updated dependencies [6b66f48]
35-
- react-day-picker@10.0.0-next.3
36-
37-
## 10.0.0-next.2
38-
39-
### Patch Changes
40-
41-
- Start publishing this calendar package as a standalone npm package.
42-
43-
- Updated dependencies
44-
- react-day-picker@10.0.0-next.2
23+
- feat: publish Buddhist calendar support as a standalone package
24+
- feat: update the package to consume `@daypicker/react` by [@gpbl](https://github.com/gpbl) in [#2970](https://github.com/gpbl/react-day-picker/pull/2970)
25+
- fix: respect custom `dateLib` overrides in calendar wrappers by [@gpbl](https://github.com/gpbl) in [#2964](https://github.com/gpbl/react-day-picker/pull/2964)

packages/buddhist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daypicker/buddhist",
3-
"version": "10.0.0-next.6",
3+
"version": "10.0.0",
44
"description": "Buddhist calendar support for react-day-picker",
55
"homepage": "https://daypicker.dev",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"react": ">=16.8.0"
4848
},
4949
"dependencies": {
50-
"@daypicker/react": "10.0.0-next.6",
50+
"@daypicker/react": "10.0.0",
5151
"date-fns": "^4.1.0"
5252
}
5353
}

0 commit comments

Comments
 (0)