Skip to content

Commit

Permalink
Revert "chore: merge master into develop (#1484)"
Browse files Browse the repository at this point in the history
This reverts commit 82f43f2.
  • Loading branch information
scurker authored May 20, 2024
1 parent 82f43f2 commit 56b3f99
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

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.4.0](https://github.com/dequelabs/cauldron/compare/v6.3.2...v6.4.0) (2024-05-16)


### Features

* **react:** deprecate individual tooltip props for IconButton replacing with tooltipProps ([#1465](https://github.com/dequelabs/cauldron/issues/1465)) ([b5ed8b0](https://github.com/dequelabs/cauldron/commit/b5ed8b0dbe520c34ca46dd775194ee56e3d7a960))
* **react:** support use of custom classNames with Toast component ([#1447](https://github.com/dequelabs/cauldron/issues/1447)) ([ea1aa6d](https://github.com/dequelabs/cauldron/commit/ea1aa6dc54e79d0c09817b7cff744802f52b196b))
* **styles:** adjust button thin height to minimally be set to 24px ([#1420](https://github.com/dequelabs/cauldron/issues/1420)) ([8ee7748](https://github.com/dequelabs/cauldron/commit/8ee7748b840a11b845524bca9244165c96b154b6))
* **styles:** allow arbitrary heading levels to be styled consistently for TwoColumnPanel headers ([#1454](https://github.com/dequelabs/cauldron/issues/1454)) ([3ee3378](https://github.com/dequelabs/cauldron/commit/3ee3378c33a4d027c6574b176208280b510cb312))


### Bug Fixes

* **react:** fix BreadcrumbLink type interface to correctly allow for polymorphic anchor components ([#1441](https://github.com/dequelabs/cauldron/issues/1441)) ([fd12436](https://github.com/dequelabs/cauldron/commit/fd12436069a6cfa025ce91c66892b23654262309))
* **styles:** fix issue with text overflow leading to timeline details to be misaligned ([#1479](https://github.com/dequelabs/cauldron/issues/1479)) ([6b5e676](https://github.com/dequelabs/cauldron/commit/6b5e67668c07c32346f7b2647d8ecfbc2601f410))

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


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.4.0",
"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.4.0",
"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.4.0",
"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 56b3f99

Please sign in to comment.