@kcconfigs/biome 0.2.2 → 1.0.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.0-beta.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome+v0.2.2...@kcconfigs/biome+v1.0.0-beta.1) (2026-03-20)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * fix generated changelog have wrong issue repository link ([29da8b4](https://github.com/kc-workspace/kcws/commit/29da8b42cc6e65a5fae3d82c5019ca1218d6b2ee))
9
+ * **kcconfigs/biome:** add FIXME note regarding unresolved module issue ([f848cb9](https://github.com/kc-workspace/kcws/commit/f848cb9dd05eee2f16cc27b5ea6f616d59332988))
10
+
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **kcconfigs/biome:** force update v0.2.2 => v1.0.0-beta.1 ([1103936](https://github.com/kc-workspace/kcws/commit/11039368f188407692effb6ea5f3041b28b58fdb))
15
+
3
16
  ## [0.2.2](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome+v0.2.1...@kcconfigs/biome+v0.2.2) (2026-03-18)
4
17
 
5
18
 
@@ -16,7 +29,7 @@
16
29
 
17
30
  ### Bugfixes
18
31
 
19
- * **kcconfigs/biome:** use exact file instead of glob (mitigate biomejs/biome[#9370](https://github.com/kc-workspace/kcws/issues/9370)) for now ([0112559](https://github.com/kc-workspace/kcws/commit/0112559d88599891ece777979f05c2327d3d72da))
32
+ * **kcconfigs/biome:** use exact file instead of glob (mitigate biomejs/biome#9370) for now ([0112559](https://github.com/kc-workspace/kcws/commit/0112559d88599891ece777979f05c2327d3d72da))
20
33
 
21
34
 
22
35
  ### Documentation
package/README.md CHANGED
@@ -40,7 +40,7 @@ Example using the base preset with custom overrides:
40
40
 
41
41
  ## Features
42
42
 
43
- > It didn't works right now.
43
+ > It didn't works right now (FIXME: biomejs/biome#9370).
44
44
  >
45
45
  > It will always show `Could not resolve @kcconfigs/biome/features/*: module not found`
46
46
  > even it existed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kcconfigs/biome",
3
- "version": "0.2.2",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "Shared biome configuration",
5
5
  "devDependencies": {
6
6
  "@biomejs/biome": "2.4.6"