Skip to content
Closed
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

### v5.0.0-alpha.1 (2026-07-12)

#### Changes

- [#4464](https://github.com/less/less.js/pull/4464) ci: port alpha-aware release/publish flow + pnpm 10 to alpha (@matthew-dean)
- [#4393](https://github.com/less/less.js/pull/4393) Set up v5 parser output (attempt to publish this to NPM alpha tag also) (@matthew-dean)
- [#4392](https://github.com/less/less.js/pull/4392) Set up v5 parser output (@matthew-dean)


### v4.4.2 (2025-08-27)

- [#4357](https://github.com/less/less.js/pull/4357) Migrate Less test data to use valid CSS (@matthew-dean)
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.5.0",
"version": "5.0.0-alpha.1",
"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.5.0",
"version": "5.0.0-alpha.1",
"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.5.0",
"version": "5.0.0-alpha.1",
"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