Skip to content

Commit

Permalink
Release 1.2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 21, 2024
1 parent c488e5c commit 66cbbb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.2.3
* Fixed `light-dark()` support in complex values (by @VladBrok).
* Fixed source map for `light-dark()` (by @romainmenke).

## 1.2.2
* Fixed `!important` for `light-dark()` (by @yuheiy).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-dark-theme-class",
"version": "1.2.2",
"version": "1.2.3",
"description": "CSS solution for light/dark/auto theme switcher for websites",
"keywords": [
"postcss",
Expand Down

0 comments on commit 66cbbb3

Please sign in to comment.