From 18fbaa23da198cdf5505733b6f69c4a217f6da50 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Mon, 7 Sep 2026 16:21:35 +0200 Subject: [PATCH] Publish postcss-calc 11.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf0348..31ea698 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 11.1.1 (2026-09-07) + +### Bug fixes + +- Preserve `calc()` in a declaration when a property value reduces to a negative scalar + ## 11.1.0 (2026-09-07) ### Features diff --git a/package.json b/package.json index 5e553e5..1c4e8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "11.1.0", + "version": "11.1.1", "type": "module", "description": "PostCSS plugin to reduce calc()", "keywords": [