Skip to content

Commit

Permalink
Merge pull request #1440 from dequelabs/master
Browse files Browse the repository at this point in the history
chore: merge master into develop
  • Loading branch information
scurker authored Apr 3, 2024
2 parents 9a49861 + 55799d0 commit 26a0753
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.3.2](https://github.com/dequelabs/cauldron/compare/v6.3.1...v6.3.2) (2024-04-03)


### Bug Fixes

* fix toast bug where screen readers dont read toast ([#1437](https://github.com/dequelabs/cauldron/issues/1437)) ([80b7d36](https://github.com/dequelabs/cauldron/commit/80b7d36634ec9a9e094c09e0edeafa635d6f1c18))
* **react:** update input value for SearchField in controlled case ([#1433](https://github.com/dequelabs/cauldron/issues/1433)) ([9a49861](https://github.com/dequelabs/cauldron/commit/9a498617be23ee60443c2b12b57a8182f6434649)), closes [#1432](https://github.com/dequelabs/cauldron/issues/1432)

### [6.3.1](https://github.com/dequelabs/cauldron/compare/v6.3.0...v6.3.1) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cauldron",
"private": true,
"version": "6.3.1",
"version": "6.3.2",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf dist docs/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deque/cauldron-react",
"version": "6.3.1",
"version": "6.3.2",
"license": "MPL-2.0",
"description": "Fully accessible react components library for Deque Cauldron",
"homepage": "https://cauldron.dequelabs.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deque/cauldron-styles",
"version": "6.3.1",
"version": "6.3.2",
"license": "MPL-2.0",
"description": "deque cauldron pattern library styles",
"repository": "https://github.com/dequelabs/cauldron",
Expand Down

0 comments on commit 26a0753

Please sign in to comment.