We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a674a commit 9276591Copy full SHA for 9276591
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.14] - 2026-03-20
6
+
7
+### Added
8
9
+- Added `title` prop to Callout component (#216 by @x0rgus)
10
11
+### Changed
12
13
+- Bumped flatted from 3.3.3 to 3.4.2 (#223)
14
15
## [1.0.13] - 2026-03-19
16
17
### Changed
packages/components/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@mintlify/components",
- "version": "1.0.13",
+ "version": "1.0.14",
"description": "Mintlify open-source UI components",
"type": "module",
"main": "./dist/index.cjs",
0 commit comments