@peerigon/configs 1.0.0-beta.15 → 1.0.0-beta.16

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.0.0-beta.16](https://github.com/peerigon/configs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2025-01-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ - CHANGELOG.md not being properly formatted ([22720ea](https://github.com/peerigon/configs/commit/22720ea8bc3aab0477a89094b24f567571860c15))
6
+
7
+ ### Features
8
+
9
+ - Improve CSS property sorting ([f9b9790](https://github.com/peerigon/configs/commit/f9b97901a318146bdaa81b9c2019e9038104b389))
10
+
11
+ CHANGELOG.md 42ms (unchanged)
12
+
1
13
  # [1.0.0-beta.15](https://github.com/peerigon/configs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2024-12-30)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.16",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
package/prettier/base.js CHANGED
@@ -28,6 +28,8 @@ export const config = {
28
28
  "importAttributes",
29
29
  ],
30
30
  importOrderTypeScriptVersion: "5.0.0",
31
+ cssDeclarationSorterOrder: "smacss",
32
+ cssDeclarationSorterKeepOverrides: false,
31
33
  };
32
34
 
33
35
  export default config;
@@ -0,0 +1,9 @@
1
+ main {
2
+ display: none;
3
+ width: 100%;
4
+ height: 100%;
5
+ margin: 0;
6
+ padding: 2;
7
+ background: hotpink;
8
+ animation: none;
9
+ }
@@ -28,7 +28,7 @@ export const config = {
28
28
  {
29
29
  verifyConditionsCmd:
30
30
  'echo "registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN}" > /tmp/github.npmrc && npm whoami --userconfig /tmp/github.npmrc',
31
- prepareCmd: "npx -y prettier --write CHANGELOG.md",
31
+ generateNotesCmd: "npx -y prettier --write CHANGELOG.md",
32
32
  publishCmd:
33
33
  "npm publish --userconfig /tmp/github.npmrc --tag ${nextRelease.channel} --no-git-tag-version",
34
34
  successCmd: "rm /tmp/github.npmrc",
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../prettier/base.js"],"names":[],"mappings":"AAoBA,wCAAwC;AACxC,qBADW,OAAO,UAAU,EAAE,MAAM,CAUlC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../prettier/base.js"],"names":[],"mappings":"AAoBA,wCAAwC;AACxC,qBADW,OAAO,UAAU,EAAE,MAAM,CAYlC"}