Skip to content

Commit

Permalink
Merge pull request #1255 from dequelabs/master
Browse files Browse the repository at this point in the history
chore: merge master into develop
  • Loading branch information
scurker authored Oct 20, 2023
2 parents 565d26c + dd34dbd commit 5b6fa63
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.9.1](https://github.com/dequelabs/cauldron/compare/v5.9.0...v5.9.1) (2023-10-20)


### Bug Fixes

* **styles:** fix layout issues with dialog header when wrapping ([#1253](https://github.com/dequelabs/cauldron/issues/1253)) ([565d26c](https://github.com/dequelabs/cauldron/commit/565d26c14bf3343e7b9466ff7e44b48df50297ba))

## [5.9.0](https://github.com/dequelabs/cauldron/compare/v5.8.1...v5.9.0) (2023-10-16)


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.9.0",
"version": "5.9.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.9.0",
"version": "5.9.1",
"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": "5.9.0",
"version": "5.9.1",
"license": "MPL-2.0",
"description": "deque cauldron pattern library styles",
"repository": "https://github.com/dequelabs/cauldron",
Expand Down

0 comments on commit 5b6fa63

Please sign in to comment.