Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [1.0.18] - 2026-07-01

### Added

- Exported Badge config constants (`BADGE_COLORS`, `BADGE_SHAPES`, `BADGE_SIZES`, `BADGE_VARIANTS`) and the `BadgeVariant` type (#241)

### Fixed

- Fixed CodeBlock mis-indenting string children (#245)

### Changed

- Bumped postcss from 8.5.6 to 8.5.10 (#238)
- Bumped mermaid from 11.12.2 to 11.15.0 (#239)
- Bumped js-yaml from 4.1.1 to 4.3.0 (#242)
- Bumped vite from 6.4.2 to 6.4.3 (#244)

## [1.0.17] - 2026-05-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mintlify/components",
"version": "1.0.17",
"version": "1.0.18",
"description": "Mintlify open-source UI components",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
Loading