From 8925f8db538308334d3b3887ae561f3694927fd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:38:59 +0000 Subject: [PATCH] chore(release): new release --- .changeset/builtin-css-examples.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/builtin-css-examples.md diff --git a/.changeset/builtin-css-examples.md b/.changeset/builtin-css-examples.md deleted file mode 100644 index 5805e363..00000000 --- a/.changeset/builtin-css-examples.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylus-loader": patch ---- - -Updated the examples in the documentation to use the built-in CSS support of webpack (i.e. the `css/auto` module type and `experiments.css`) instead of chaining the loader with `css-loader` and `style-loader`. Chaining with `css-loader` and `style-loader` is still supported and documented in the "Using `css-loader` and `style-loader`" section. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f240100..0a3a558e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.0.1 + +### Patch Changes + +- Updated the examples in the documentation to use the built-in CSS support of webpack (i.e. the `css/auto` module type and `experiments.css`) instead of chaining the loader with `css-loader` and `style-loader`. Chaining with `css-loader` and `style-loader` is still supported and documented in the "Using `css-loader` and `style-loader`" section. (by [@alexander-akait](https://github.com/alexander-akait) in [#475](https://github.com/webpack/stylus-loader/pull/475)) + ## 9.0.0 ### Major Changes diff --git a/package.json b/package.json index 1bb302c9..342280c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus-loader", - "version": "9.0.0", + "version": "9.0.1", "description": "Stylus loader for webpack", "keywords": [ "webpack",