@kcconfigs/biome 0.1.0-beta.0 → 0.1.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/CHANGELOG.md +17 -0
- package/package.json +1 -1
- package/src/base/biome.json +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.0](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome#v0.1.0-beta.0...@kcconfigs/biome#v0.1.0) (2025-12-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Performance Improvements
|
|
7
|
+
|
|
8
|
+
* **kcconfigs/biome:** disable fix for useLiteralKeys rule for now ([e777f5c](https://github.com/kc-workspace/kcws/commit/e777f5c8b104e402892de74816f4e38be1f66d74))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bugfixes
|
|
12
|
+
|
|
13
|
+
* **kcconfigs/biome:** disable useLiteralKeys as conflicts with ts(4111) ([dc8a8ce](https://github.com/kc-workspace/kcws/commit/dc8a8ce354ecf234c00989e95b0585e51a434ba9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Miscellaneous Chores
|
|
17
|
+
|
|
18
|
+
* **kcconfigs/biome:** force package version out of beta ([d9a4fb7](https://github.com/kc-workspace/kcws/commit/d9a4fb79c32115298dc329923e6f45033c0242b2))
|
|
19
|
+
|
|
3
20
|
## 0.1.0-beta.0 (2025-12-20)
|
|
4
21
|
|
|
5
22
|
|
package/package.json
CHANGED