From 25ef2c924c888af576bf30ead5e264ff701be20f Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 20 Oct 2023 00:30:07 -0400 Subject: [PATCH] Release v12.0.2 (#2151) --- CHANGELOG.md | 8 ++++++-- package.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef652dc21..efbefa277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Change history for stripes-components +## [12.0.2](https://github.com/folio-org/stripes-components/tree/v12.0.2) (2023-10-20) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.1...v12.0.2) + +* Add `hasMatchSelection` to `` to hide/show search match selection dropdown. Refs STCOM-1211. +* Bump `@folio/stripes-testing` to `v4.6.1` for new interactors. + ## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1) * Bump `@folio/stripes-testing` to `v4.6.0` for new interactors. -* Add `hasMatchSelection` to `` to hide/show search match selection dropdown. Refs STCOM-1211. - ## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0) diff --git a/package.json b/package.json index d7f05f8e2..811d931e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "12.0.1", + "version": "12.0.2", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components", @@ -50,7 +50,7 @@ "@bigtest/interactor": "0.7.2", "@folio/eslint-config-stripes": "^7.0.0", "@folio/stripes-cli": "^3.0.0", - "@folio/stripes-testing": "^4.6.0", + "@folio/stripes-testing": "^4.6.1", "@formatjs/cli": "^6.1.3", "@mdx-js/loader": "^1.6.22", "@storybook/addon-actions": "^6.3.6",