Skip to content

Commit 3812d09

Browse files
Version Packages (#1033)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf750d5 commit 3812d09

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/tiny-chefs-buy.md

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

packages/nuka/CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# Nuka Changelog
22

3+
## 5.6.0
4+
5+
### Minor Changes
6+
7+
- Adjusts roles and aria attributes. Adds new "carouselId", "tabbed", and "landmark" props. ([#1031](https://github.com/FormidableLabs/nuka-carousel/pull/1031))
8+
39
## 5.5.1
410

511
### Patch Changes
612

7-
* Fix to only include inert property when slide is not in view ([#1000](https://github.com/FormidableLabs/nuka-carousel/pull/1000)] @allypalanzi
8-
13+
- Fix to only include inert property when slide is not in view ([#1000](https://github.com/FormidableLabs/nuka-carousel/pull/1000)] @allypalanzi
914

1015
## 5.5.0
1116

1217
### Minor Changes
1318

14-
* Implement fixed width slides with intersection observer ([#985](https://github.com/FormidableLabs/nuka-carousel/pull/985))
15-
* Fix cellAlignment issue
16-
* Enforce `scrollMode` `remainder` if `slidesToScroll` `auto` is used
19+
- Implement fixed width slides with intersection observer ([#985](https://github.com/FormidableLabs/nuka-carousel/pull/985))
20+
- Fix cellAlignment issue
21+
- Enforce `scrollMode` `remainder` if `slidesToScroll` `auto` is used
1722

1823
## 5.4.1
1924

packages/nuka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuka-carousel",
3-
"version": "5.5.1",
3+
"version": "5.6.0",
44
"description": "Pure React Carousel",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)