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 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/ 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 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",