diff --git a/CHANGELOG.md b/CHANGELOG.md index d43222f..8b155cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index 9395d67..813ae5c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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",