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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
interval: "daily"
commit-message:
prefix: "[Dependabot] "
milestone: 11
milestone: 12

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -26,4 +26,4 @@ updates:
versioning-strategy: "increase"
commit-message:
prefix: "[Dependabot] "
milestone: 11
milestone: 12
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Please also have a look at our

### Added

- Add support for modern CSS at-rules: `@layer`, `@scope`, and `@starting-style` (#1549)

### Changed

### Deprecated
Expand All @@ -20,6 +18,16 @@ Please also have a look at our

### Fixed

### Documentation

## 9.3.0: Support for modern CSS at-rules and autoloading bugfix

### Added

- Add support for modern CSS at-rules: `@layer`, `@scope`, and `@starting-style` (#1549)

### Fixed

- Avoid double autoloading of class aliases (#1552)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "9.3.x-dev"
"dev-main": "9.4.x-dev"
}
},
"scripts": {
Expand Down