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
11 changes: 11 additions & 0 deletions packages/plugin-less/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rsbuild/plugin-less

## 2.0.1 (2026-07-02)

### New features

- feat(core): support CSS text import attributes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/8042
- feat(core): support asset text import attributes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/8046

### Document

- docs: add plugin changelogs by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/7970

## 2.0.0 (2026-06-21)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-less",
"version": "2.0.0",
"version": "2.0.1",
"description": "Less plugin for Rsbuild",
"homepage": "https://rsbuild.rs",
"bugs": {
Expand Down
Loading