Skip to content

Commit b558cab

Browse files
chore(release): 3.1.0
1 parent 5f9a487 commit b558cab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.1.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.1.0) - 2024-04-03
7+
8+
### Features
9+
10+
- support multiple composes, i.e. `.class { composes: a b, c, e d from global, f g from "./file.css"; }`
11+
612
## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.3...v3.0.0) - 2020-10-13
713

814
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ into:
2929
- An extend-import has the following format:
3030

3131
```
32-
composes: className [... className] from "path/to/file.css";
32+
composes: className [... className] from "path/to/file.css", className [... className], className [... className] from global;
3333
```
3434

3535
## Options

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-extract-imports",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A CSS Modules transform to extract local aliases for inline imports",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)