Skip to content

Commit bbdf3a6

Browse files
authored
Merge pull request #133 from nextcloud-libraries/release/v3.1.0
chore(release): v3.1.0
2 parents c6d5016 + aa9ad12 commit bbdf3a6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
-->
55
# Changelog
66

7+
## [v3.1.0](https://github.com/nextcloud/stylelint-config/tree/v3.1.0) (2025-05-22)
8+
9+
### Added
10+
* Add `csstools/use-logical` to warn about LTR-RTL properties [\#121](https://github.com/nextcloud-libraries/stylelint-config/pull/121) ([ShGKme](https://github.com/ShGKme))
11+
12+
### Changed
13+
* Updated stylelint and require stylelint version 16.13.2 or later
14+
* Add SPDX header [\#109](https://github.com/nextcloud-libraries/stylelint-config/pull/109) ([AndyScherzinger](https://github.com/AndyScherzinger))
15+
716
## [v3.0.1](https://github.com/nextcloud/stylelint-config/tree/v3.0.1) (2024-05-07)
817

918
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/stylelint-config",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Stylelint shared config for nextcloud vue.js apps",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)