Skip to content

Commit

Permalink
Release v12.2.4 (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Nov 8, 2024
1 parent 7cab7d8 commit 1b6697b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change history for stripes-components

## [12.2.4](https://github.com/folio-org/stripes-components/tree/v12.2.4) (2024-11-08)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.3...v12.2.4)

* Pin `currency-codes` to `v2.1.0` to avoid duplicate entries in `v2.2.0`. Refs STCOM-1379.
* Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343.

## [12.2.3](https://github.com/folio-org/stripes-components/tree/v12.2.3) (2024-10-31)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.2...v12.2.3)

Expand All @@ -12,8 +18,6 @@
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.1...v12.2.2)

* Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343.
* Pin `currency-codes` to `v2.1.0` to avoid duplicate entries in `v2.2.0`. Refs STCOM-1379.
* Wrap `<Selection>` in full-width div. Refs STCOM-1332.

## [12.2.1](https://github.com/folio-org/stripes-components/tree/v12.2.1) (2024-10-30)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.0...v12.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-components",
"version": "12.2.3",
"version": "12.2.4",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
Expand Down

0 comments on commit 1b6697b

Please sign in to comment.