Skip to content

Commit

Permalink
Version Packages (#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 21, 2023
1 parent bf750d5 commit 3812d09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-chefs-buy.md

This file was deleted.

15 changes: 10 additions & 5 deletions packages/nuka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Nuka Changelog

## 5.6.0

### Minor Changes

- Adjusts roles and aria attributes. Adds new "carouselId", "tabbed", and "landmark" props. ([#1031](https://github.com/FormidableLabs/nuka-carousel/pull/1031))

## 5.5.1

### Patch Changes

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

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

## 5.5.0

### Minor Changes

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

## 5.4.1

Expand Down
2 changes: 1 addition & 1 deletion packages/nuka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuka-carousel",
"version": "5.5.1",
"version": "5.6.0",
"description": "Pure React Carousel",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 3812d09

Please sign in to comment.