From 3812d09b5d2fd8939b13dabab7fb07fda90bb9db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:27:32 -0500 Subject: [PATCH] Version Packages (#1033) Co-authored-by: github-actions[bot] --- .changeset/tiny-chefs-buy.md | 5 ----- packages/nuka/CHANGELOG.md | 15 ++++++++++----- packages/nuka/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/tiny-chefs-buy.md 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",