Skip to content

Commit fd4b354

Browse files
chore(release): version packages (#164)
* chore(release): version packages * docs(changelog): include thumbnail sync fix in 2.1.0 notes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pedro Palau <12257885+pedropalau@users.noreply.github.com>
1 parent ac34678 commit fd4b354

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.changeset/bright-hounds-relax.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 6fd8b74: Prepare the `2.1.0` release train with the post-`2.0.0` modernization work:
8+
9+
- TypeScript migration finalized with strict typing and generated declarations.
10+
- Runtime `propTypes` and `airbnb-prop-types` validation removed in favor of TS-only contracts.
11+
- React surface modernization completed via hooks-based internals while keeping the public API stable.
12+
- Fixed thumbnail strip synchronization when opening the gallery at a non-zero `activePhotoIndex`.
13+
- Docs and migration guidance updated for `2.1.x` adoption.
14+
315
## 2.0.0
416

517
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bnb-gallery",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Simple photo gallery based on React and Airbnb image gallery",
55
"author": "Pedro Enrique Palau <pepalauisaac@gmail.com>",
66
"homepage": "https://peterpalau.github.io/react-bnb-gallery/",

0 commit comments

Comments
 (0)