Skip to content

Commit ae746ee

Browse files
committed
chore: prepare v3.1.1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5d81b98 commit ae746ee

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

7+
## [v3.1.1](https://github.com/nextcloud/stylelint-config/tree/v3.1.1) (2025-10-06)
8+
9+
### Fixed
10+
* fix: allow all <style scoped> and CSS Modules pseudo selectors [\#140](https://github.com/nextcloud-libraries/stylelint-config/pull/140) ([ShGKme](https://github.com/ShGKme))
11+
* fix: temporarily disable scss/load-partial-extension [\#141](https://github.com/nextcloud-libraries/stylelint-config/pull/141) ([ShGKme](https://github.com/ShGKme))
12+
13+
### Changed
14+
* ci: update npm-publish.yml workflow from template [\#139](https://github.com/nextcloud-libraries/stylelint-config/pull/139) ([susnux](https://github.com/susnux))
15+
* ci: update reuse.yml workflow from template [\#138](https://github.com/nextcloud-libraries/stylelint-config/pull/138) ([susnux](https://github.com/susnux))
16+
* chore: update node version requirement [\#143](https://github.com/nextcloud-libraries/stylelint-config/pull/143) ([susnux](https://github.com/susnux))
17+
718
## [v3.1.0](https://github.com/nextcloud/stylelint-config/tree/v3.1.0) (2025-05-22)
819

920
### Added

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.1.0",
3+
"version": "3.1.1",
44
"description": "Stylelint shared config for nextcloud vue.js apps",
55
"keywords": [
66
"stylelint",

0 commit comments

Comments
 (0)