@anolilab/commitlint-config 9.1.0 → 9.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @anolilab/commitlint-config [9.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@9.1.0...@anolilab/commitlint-config@9.1.1) (2026-02-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/issues/1000)) ([aa8b26b](https://github.com/anolilab/javascript-style-guide/commit/aa8b26b4cb711ad956a8d6360e2cc9f45d50565e))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 22.0.2
11
+
1
12
  ## @anolilab/commitlint-config [9.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@9.0.0...@anolilab/commitlint-config@9.1.0) (2026-02-21)
2
13
 
3
14
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -57,10 +57,10 @@
57
57
  "commitlint-config:install": "./dist/bin.mjs"
58
58
  },
59
59
  "files": [
60
- "dist",
61
- "README.md",
62
60
  "CHANGELOG.md",
63
- "LICENSE.md"
61
+ "LICENSE.md",
62
+ "README.md",
63
+ "dist"
64
64
  ],
65
65
  "dependencies": {
66
66
  "@commitlint/config-conventional": "20.4.2",