Skip to content

Commit

Permalink
Release v12.0.2 (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Oct 20, 2023
1 parent 0483e90 commit 25ef2c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions 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 `<AdvancedSearch>` 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 `<AdvancedSearch>` 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)

Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 25ef2c9

Please sign in to comment.