@kcconfigs/biome 0.0.1 → 0.1.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # Changelog
2
+
3
+ ## 0.1.0-beta.0 (2025-12-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * **core:** move all packages into packages/* directory ([58230cd](https://github.com/kc-workspace/kcws/commit/58230cd286d0dea953d232806c91508ebfc57701))
9
+
10
+
11
+ ### Performance Improvements
12
+
13
+ * **config:** add editorconfig and configure biome to honor it ([22d6a85](https://github.com/kc-workspace/kcws/commit/22d6a85061f1733b3370640ba2eb989a28b778d1))
14
+
15
+
16
+ ### Bugfixes
17
+
18
+ * homepage contains invalid url ([0ee37d6](https://github.com/kc-workspace/kcws/commit/0ee37d641fe5b04fb019099915c8aa3ddfed3be7))
19
+ * trigger re-release please ([65447a7](https://github.com/kc-workspace/kcws/commit/65447a776ed2f8638f6f35a4d00277d407143114))
20
+
21
+
22
+ ### Reverts
23
+
24
+ * remove @kcconfigs/biome release ([4bbe0b1](https://github.com/kc-workspace/kcws/commit/4bbe0b16eadc1ed6817e0347d37f51a0e65a3729))
25
+ * remove released @kcconfigs/biome ([82b87c2](https://github.com/kc-workspace/kcws/commit/82b87c20d0e14a5353bda7e91e3dcfad594370fc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kcconfigs/biome",
3
- "version": "0.0.1",
3
+ "version": "0.1.0-beta.0",
4
4
  "description": "Common biome configuration for kc's",
5
5
  "devDependencies": {
6
6
  "@biomejs/biome": "2.3.8"