Skip to content

Commit 6b39558

Browse files
Merge pull request #2252 from dequelabs/master
chore: merge master into develop
2 parents a961455 + 8ec135f commit 6b39558

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [6.25.3](https://github.com/dequelabs/cauldron/compare/v6.25.2...v6.25.3) (2026-02-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **Link:** remove `align-self` for link with icon ([#2247](https://github.com/dequelabs/cauldron/issues/2247)) ([15ef8b2](https://github.com/dequelabs/cauldron/commit/15ef8b20fc999db61a335a69bc170fc6f8107362))
11+
512
### [6.25.2](https://github.com/dequelabs/cauldron/compare/v6.25.1...v6.25.2) (2026-02-06)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cauldron",
33
"private": true,
4-
"version": "6.25.2",
4+
"version": "6.25.3",
55
"license": "MPL-2.0",
66
"scripts": {
77
"clean": "rimraf dist docs/dist",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deque/cauldron-react",
3-
"version": "6.25.2",
3+
"version": "6.25.3",
44
"license": "MPL-2.0",
55
"description": "Fully accessible react components library for Deque Cauldron",
66
"homepage": "https://cauldron.dequelabs.com/",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deque/cauldron-styles",
3-
"version": "6.25.2",
3+
"version": "6.25.3",
44
"license": "MPL-2.0",
55
"description": "deque cauldron pattern library styles",
66
"repository": "https://github.com/dequelabs/cauldron",

0 commit comments

Comments
 (0)