From dc09f44990ad72d4efd3a19292e8fdc776d111b7 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Wed, 29 Jul 2026 14:30:21 +0200 Subject: [PATCH 1/4] chore: add changelog entry for next release candidate --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e92759..98a506c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ + # Changelog 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.0.0-rc.1](https://github.com/postcss/postcss-calc/compare/v11.0.0-rc.0...v11.0.0-rc.1) (2026-07-29) + +### Bug Fixes + +* Improve rounding + ## [11.0.0-rc.0](https://github.com/postcss/postcss-calc/compare/v10.1.1...v11.0.0-rc.0) (2026-07-17) ### Breaking changes From 4e20c6351e7f7358bd56f2da19d2568c706f1917 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Wed, 29 Jul 2026 14:31:10 +0200 Subject: [PATCH 2/4] 11.0.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d60dbf..f26d599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "11.0.0-rc.0", + "version": "11.0.0-rc.1", "description": "PostCSS plugin to reduce calc()", "keywords": [ "css", From 426f5cda68b81f644c21034d3e5fe0c97aa3b240 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Wed, 29 Jul 2026 14:32:35 +0200 Subject: [PATCH 3/4] chore(ci): try staged publishing --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2bf35e6..164e82c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,4 @@ jobs: - name: Run tests run: pnpm test - name: Publish - run: pnpm publish --tag next + run: pnpm stage --tag next From c28dba1168e89c897c8445235a7e135c72dd5cf5 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Wed, 29 Jul 2026 14:33:01 +0200 Subject: [PATCH 4/4] chore: ignore IDE directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 101037f..66ab471 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ reports/ .stryker-tmp/ test/corpus/github/files/ test/corpus/github/.harvest-state.json +.idea/