@aleph-alpha/config-css 0.19.0 → 0.20.0

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.
package/.lintstagedrc.js CHANGED
@@ -1,5 +1,3 @@
1
- const baseConfig = require('../../.lintstagedrc.js');
1
+ import baseConfig from '../../.lintstagedrc.mjs';
2
2
 
3
- module.exports = {
4
- ...baseConfig,
5
- };
3
+ export default baseConfig;
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@
5
5
  - Updated config-prettier to 0.3.117
6
6
  - Updated config-eslint to 0.3.183
7
7
 
8
+ ## [0.20.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.19.0...config-css-preset-0.20.0) (2025-12-18)
9
+
10
+
11
+ ### Features
12
+
13
+ * update all package lint-staged configs to prevent issue when running ([#36](https://github.com/Aleph-Alpha/frontend-hub/issues/36)) ([8c92326](https://github.com/Aleph-Alpha/frontend-hub/commit/8c92326ae8af83d91a81620ac42120a2feeae3d5))
14
+
8
15
  ## [0.19.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.18.134...config-css-preset-0.19.0) (2025-12-11)
9
16
 
10
17