diff --git a/.changeset/tiny-chefs-buy.md b/.changeset/tiny-chefs-buy.md deleted file mode 100644 index 941c59eb..00000000 --- a/.changeset/tiny-chefs-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nuka-carousel': minor ---- - -Adjusts roles and aria attributes. Adds new "carouselId", "tabbed", and "landmark" props. diff --git a/packages/nuka/CHANGELOG.md b/packages/nuka/CHANGELOG.md index 3aeec5e2..8e48fb2b 100644 --- a/packages/nuka/CHANGELOG.md +++ b/packages/nuka/CHANGELOG.md @@ -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 diff --git a/packages/nuka/package.json b/packages/nuka/package.json index eb551846..05f53423 100644 --- a/packages/nuka/package.json +++ b/packages/nuka/package.json @@ -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",