Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 6.02 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-09-10)

⚠ BREAKING CHANGES

  • remove rgb() in catppuccin-variables.css
  • rename catppuccin.variables.css -> catppuccin-variables.css

Features

  • add catppuccin-variables.important for use with !important (fea1b3a)
  • add catppuccin-variables.rgb.css for use with rgb() (fea1b3a)
  • add catppuccin-variables.rgb.important.css for use with rgb() and !important (fea1b3a)

Bug Fixes

Code Refactoring

  • remove rgb() in catppuccin-variables.css (fea1b3a)
  • rename catppuccin.variables.css -> catppuccin-variables.css (fea1b3a)

Build system & distribution

  • include refactor in CHANGELOG (fc2dba4)

0.2.2 (2024-05-24)

Build system & distribution

  • fix tag name (#39) (48f21bd)
  • release-please: add changelog-sections (#29) (8a3a0e3)
  • release-please: add last-release-sha (#30) (5bdc614)
  • release-please: delete manifest file (#37) (45ecd17)
  • release-please: remove incorrect chars? (#34) (9b2704d)
  • release-please: revert deletion of manifest file (5ac9adb)
  • release-please: update versions in README (#28) (cb9c86a)

0.2.1 (2024-05-24)

Build system & distribution

  • release-please: add changelog-sections (#29) (8a3a0e3)
  • release-please: add last-release-sha (#30) (5bdc614)
  • release-please: delete manifest file (#37) (45ecd17)
  • release-please: remove incorrect chars? (#34) (9b2704d)
  • release-please: revert deletion of manifest file (5ac9adb)
  • release-please: update versions in README (#28) (cb9c86a)

0.2.0 (2024-05-24)

Features

  • add !important variables variant (#15) (31fdec3)

0.1.4 (2023-11-30)

Bug Fixes

0.1.3 (2023-09-22)

Bug Fixes

0.1.2 (2023-02-22)

Bug Fixes

  • don't produce a css variable for .hljs-diff (aad8b56)