@kcconfigs/biome 0.1.0 → 0.1.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,6 +1,19 @@
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)
3
+ ## [0.1.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome#v0.1.0...@kcconfigs/biome+v0.1.1) (2025-12-28)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * **kcconfigs/biome:** release-please manifest files to ignore config ([800e2df](https://github.com/kc-workspace/kcws/commit/800e2df4f4522825276d6bc142c1b2ccef59a98e))
9
+ * update all [@kcconfigs](https://github.com/kcconfigs) description so it trigger new deployment with new tag separator ([cf5be8c](https://github.com/kc-workspace/kcws/commit/cf5be8cc02fba8becb7e8f31fd6f3a741c0f0b95))
10
+
11
+
12
+ ### Documentation
13
+
14
+ * fix invalid link in changelog ([79a6b46](https://github.com/kc-workspace/kcws/commit/79a6b4664d6405c0a3c54875dc4769e6da2b7d94))
15
+
16
+ ## [0.1.0](https://github.com/kc-workspace/kcws/compare/%40kcconfigs/biome%23v0.1.0-beta.0...%40kcconfigs/biome%23v0.1.0) (2025-12-26)
4
17
 
5
18
 
6
19
  ### Performance Improvements
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@kcconfigs/biome",
3
- "version": "0.1.0",
4
- "description": "Common biome configuration for kc's",
3
+ "version": "0.1.1",
4
+ "description": "Shared biome configuration",
5
5
  "devDependencies": {
6
- "@biomejs/biome": "2.3.8"
6
+ "@biomejs/biome": "2.3.10"
7
7
  },
8
8
  "peerDependencies": {
9
9
  "@biomejs/biome": "^2.0.0"
@@ -8,7 +8,9 @@
8
8
  "!reports/coverage",
9
9
  "!dist",
10
10
  "!dist.*",
11
- "!.*.old"
11
+ "!.*.old",
12
+ "!.release-please-manifest.json",
13
+ "!.github/release-please/manifest.json"
12
14
  ]
13
15
  },
14
16
  "formatter": {