Skip to content

Commit 7942f72

Browse files
chore(release): 4.0.1
1 parent 15041cf commit 7942f72

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [4.0.1](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.1) - 2023-05-19
7+
8+
### Fixes
9+
10+
- don't handle global values in `animation` and `animation-name` properties
11+
- handle all possible identifiers in `animation` and `animation-name` properties
12+
- fix bug with nested `:global` and `:local` in pseudo selectors
13+
614
## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0) - 2020-10-13
715

816
### Fixes

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-local-by-default",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "src/index.js",
66
"author": "Mark Dalgleish",

0 commit comments

Comments
 (0)