Skip to content

Commit

Permalink
Changes for version 5.5.0
Browse files Browse the repository at this point in the history
Package update
  • Loading branch information
carloskelly13 committed Mar 11, 2023
1 parent 49541f0 commit 84ee125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/nuka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Nuka Changelog

## 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

## 5.4.1

### Patch Changes
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.4.1",
"version": "5.5.0",
"description": "Pure React Carousel",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

1 comment on commit 84ee125

@vercel
Copy link

@vercel vercel bot commented on 84ee125 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.