@arianrhodsandlot/oxc-config 1.2.1 → 1.2.2

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
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.2] - 2026-03-18
11
+ ### Fixed
12
+ - Turn on script sort
13
+
10
14
  ## [1.2.1] - 2026-03-18
11
15
  ### Fixed
12
16
  - Add missing entries
@@ -51,14 +55,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
55
  ### Added
52
56
  - Initial release
53
57
 
54
- [1.2.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.2.0...v1.2.1
55
- [1.2.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.6...v1.2.0
56
- [1.1.6]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.5...v1.1.6
57
- [1.1.5]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.4...v1.1.5
58
- [1.1.4]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.3...v1.1.4
59
- [1.1.3]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.2...v1.1.3
60
- [1.1.2]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.1...v1.1.2
61
- [1.1.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.1.0...v1.1.1
62
- [1.1.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.0.1...v1.1.0
63
- [1.0.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v1.0.0...v1.0.1
64
- [1.0.0]: https://github.com/arianrhodsandlot/eslint-config/releases/tag/v0.1.0
58
+ [1.2.2]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.1...v1.2.2
59
+ [1.2.1]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.0...v1.2.1
60
+ [1.2.0]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.6...v1.2.0
61
+ [1.1.6]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.5...v1.1.6
62
+ [1.1.5]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.4...v1.1.5
63
+ [1.1.4]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.3...v1.1.4
64
+ [1.1.3]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.2...v1.1.3
65
+ [1.1.2]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.1...v1.1.2
66
+ [1.1.1]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.0...v1.1.1
67
+ [1.1.0]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.0.1...v1.1.0
68
+ [1.0.1]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.0.0...v1.0.1
69
+ [1.0.0]: https://github.com/arianrhodsandlot/oxc-config/releases/tag/v0.1.0
package/oxfmtrc.json CHANGED
@@ -12,5 +12,8 @@
12
12
  "enabled": true,
13
13
  "functions": ["classnames", "clsx", "cn", "cva", "cx", "twMerge"]
14
14
  },
15
+ "sortPackageJson": {
16
+ "sortScripts": true
17
+ },
15
18
  "tabWidth": 2
16
19
  }
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  },
22
22
  "repository": "arianrhodsandlot/oxc-config",
23
23
  "type": "module",
24
- "version": "1.2.1"
24
+ "version": "1.2.2"
25
25
  }
package/release-notes.md CHANGED
@@ -1,2 +1,2 @@
1
1
  ### Fixed
2
- - Add missing entries
2
+ - Turn on script sort