Skip to content

Commit

Permalink
chore(cauldron): Release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent f86d18e commit 61df572
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [5.7.1](https://github.com/dequelabs/cauldron/compare/v5.7.0...v5.7.1) (2023-08-04)


### Bug Fixes

* **react:** ensure that Field__label remains for Radio/Checkbox for better backwards compatibility ([#1150](https://github.com/dequelabs/cauldron/issues/1150)) ([f86d18e](https://github.com/dequelabs/cauldron/commit/f86d18ecfef162ddcadc5cf8dcbe9c18a364f560))
* update pagination statusLabel type to ContentNode ([#1099](https://github.com/dequelabs/cauldron/issues/1099)) ([ade57cc](https://github.com/dequelabs/cauldron/commit/ade57ccab94c357708af8f812af66a701ab0168e))
* **react:** Correctly expose `theme` and `toggleTheme` from context ([#1148](https://github.com/dequelabs/cauldron/issues/1148)) ([f3d7c4d](https://github.com/dequelabs/cauldron/commit/f3d7c4d6bdff59238d25978abf7a9b9cbaa0473a))

## [5.7.0](https://github.com/dequelabs/cauldron/compare/v5.6.2...v5.7.0) (2023-08-02)


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": "5.7.0",
"version": "5.7.1",
"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": "5.7.0",
"version": "5.7.1",
"description": "Fully accessible react components library for Deque Cauldron",
"homepage": "https://cauldron.dequelabs.com/",
"publishConfig": {
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": "5.7.0",
"version": "5.7.1",
"license": "MPL-2.0",
"description": "deque cauldron pattern library styles",
"repository": "https://github.com/dequelabs/cauldron",
Expand Down

0 comments on commit 61df572

Please sign in to comment.