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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Change Log

### v4.6.6 (2026-06-14)

#### Changes

- [#4450](https://github.com/less/less.js/pull/4450) fix: use printf for PR body to avoid YAML indentation error in run block (@matthew-dean)
- [#4449](https://github.com/less/less.js/pull/4449) fix: correct push event typo in create-release-pr workflow (pus → push:) (@matthew-dean)
- [#4446](https://github.com/less/less.js/pull/4446) fix: avoid TypeError on nested @supports with dumpLineNumbers (@sarathfrancis90)
- [#4441](https://github.com/less/less.js/pull/4441) Preserve spacing for container feature functions (@puneetdixit200)
- [#4440](https://github.com/less/less.js/pull/4440) chore: prevent dependency lifecycle scripts (@puckowski)
- [#4437](https://github.com/less/less.js/pull/4437) docs: fix incorrect contributor attributions in v4.6.0 changelog (@barry3406)
- [#4434](https://github.com/less/less.js/pull/4434) fix(issue#4316): color calc inside from expression (@puckowski)


### v4.6.5 (2026-06-13)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@less/root",
"private": true,
"version": "4.6.5",
"version": "4.6.6",
"description": "Less monorepo",
"homepage": "http://lesscss.org",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less",
"version": "4.6.5",
"version": "4.6.6",
"description": "Leaner CSS",
"homepage": "http://lesscss.org",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.6.5",
"version": "4.6.6",
"description": "Less files and CSS results",
"author": "Alexis Sellier <self@cloudhead.net>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/test-import-module/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@less/test-import-module",
"private": true,
"version": "4.6.5",
"version": "4.6.6",
"description": "Less files to be included in node_modules directory for testing import from node_modules",
"author": "Alexis Sellier <self@cloudhead.net>",
"contributors": [
Expand Down
Loading