Skip to content

Commit 88dbd0f

Browse files
authored
Prepare release of version 9.3.0 (#1558)
1 parent 1b395cb commit 88dbd0f

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
interval: "daily"
99
commit-message:
1010
prefix: "[Dependabot] "
11-
milestone: 11
11+
milestone: 12
1212

1313
- package-ecosystem: "composer"
1414
directory: "/"
@@ -26,4 +26,4 @@ updates:
2626
versioning-strategy: "increase"
2727
commit-message:
2828
prefix: "[Dependabot] "
29-
milestone: 11
29+
milestone: 12

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Please also have a look at our
1010

1111
### Added
1212

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

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

2119
### Fixed
2220

21+
### Documentation
22+
23+
## 9.3.0: Support for modern CSS at-rules and autoloading bugfix
24+
25+
### Added
26+
27+
- Add support for modern CSS at-rules: `@layer`, `@scope`, and `@starting-style` (#1549)
28+
29+
### Fixed
30+
2331
- Avoid double autoloading of class aliases (#1552)
2432

2533
### Documentation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"extra": {
7070
"branch-alias": {
71-
"dev-main": "9.3.x-dev"
71+
"dev-main": "9.4.x-dev"
7272
}
7373
},
7474
"scripts": {

0 commit comments

Comments
 (0)