@kcconfigs/tsconfig 0.1.0-beta.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.0-beta.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/tsconfig#v0.1.0-beta.0...@kcconfigs/tsconfig+v0.1.0-beta.1) (2025-12-28)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * 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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @kcconfigs/biome bumped to 0.1.1
16
+
3
17
  ## 0.1.0-beta.0 (2025-12-26)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kcconfigs/tsconfig",
3
- "version": "0.1.0-beta.0",
4
- "description": "Common typescript configuration for kc's",
3
+ "version": "0.1.0-beta.1",
4
+ "description": "Shared tsconfig.json",
5
5
  "devDependencies": {
6
6
  "@types/node": "^24.0.0",
7
- "@biomejs/biome": "2.3.8",
8
- "@kcconfigs/biome": "0.1.0",
7
+ "@biomejs/biome": "2.3.10",
8
+ "@kcconfigs/biome": "0.1.1",
9
9
  "@kctypes/generic": "1.30.3",
10
10
  "@kctypes/package_json": "1.30.4"
11
11
  },