Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,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.

## Unreleased
## 11.0.0-rc.2

### Breaking change

- Define package entry point using `exports instead of `main`
- Raise minimum supported Node.js version to 22.18

## [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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
"version": "11.0.0-rc.1",
"version": "11.0.0-rc.2",
"type": "module",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "Andy Jansson",
"license": "MIT",
"engines": {
"node": "^22.12 || ^24.11 || >=26.0"
"node": "^22.18 || ^24.11 || >=26.0"
},
"devDependencies": {
"@csstools/css-calc": "^3.3.0",
Expand Down