Skip to content

Commit

Permalink
Changeset: Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored Aug 18, 2023
2 parents 0e6b723 + d34581b commit 9aebf15
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
12 changes: 0 additions & 12 deletions .changeset/fair-tables-tickle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-moles-think.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-walls-type.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 6.19.0

### Minor Changes

- [#9](https://github.com/cultureamp/kaizen-legacy/pull/9) [`8ea613c`](https://github.com/cultureamp/kaizen-legacy/commit/8ea613cba997b1e85fcaa4ddc92656b9de3c1a48) - Update FilterMultiSelect ListBoxSection to avoid duplicate reading of sectionName as the accessible title.

- Update sectionName to be optional if sectionHeader is provided
- This will solve the issue of sectionName and sectionHeader being read twice when they are the same
- Minor style change to ensure hide bullet lists as filtering
- Minor style changes to allow for default text styles for section headings with just text
- Add conditional check to render the sectionName only if provided
- Add tests to validate type accessible names are constructed as expected

## 6.18.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/select",
"version": "6.18.3",
"version": "6.19.0",
"description": "Select components",
"scripts": {
"prepublishOnly": "tsc --project tsconfig.dist.json",
Expand Down

0 comments on commit 9aebf15

Please sign in to comment.