@kcconfigs/commitlint 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.
- package/CHANGELOG.md +38 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.0-beta.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/commitlint+v0.1.0-beta.0...@kcconfigs/commitlint+v0.1.0-beta.1) (2026-01-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **kcconfigs/biome:** Use @kcconfigs/biome instead of @kcconfigs/biome/default when use shared config
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **config:** use shared typedoc config instead of manually config on every packages ([fd4cdc6](https://github.com/kc-workspace/kcws/commit/fd4cdc607f0fde49e5863c77aa7e0627676d0c42))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Performance Improvements
|
|
16
|
+
|
|
17
|
+
* **config:** remove typedoc on package level, only use root level ([b24e48f](https://github.com/kc-workspace/kcws/commit/b24e48f5c03ee8e095dc795f3b7643d5adce406a))
|
|
18
|
+
* **kcconfigs/biome:** remove /default exports and add typedoc conditions ([5e1ab7d](https://github.com/kc-workspace/kcws/commit/5e1ab7d9be478fedbb29d2e68801c7689cd39882))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bugfixes
|
|
22
|
+
|
|
23
|
+
* **config:** update schema version from 2.3.8 to 2.3.10 across all biome configuration files ([751ee20](https://github.com/kc-workspace/kcws/commit/751ee207527ed05720ad415927e0b0f27bdf9bdf))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Documentation
|
|
27
|
+
|
|
28
|
+
* update changelog to fix invalid url ([7f14bb5](https://github.com/kc-workspace/kcws/commit/7f14bb520342dc1dfb546a166bf64ef8a357451e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* devDependencies
|
|
35
|
+
* @kcconfigs/biome bumped to 0.2.0
|
|
36
|
+
* @kcconfigs/tsconfig bumped to 0.1.0-beta.2
|
|
37
|
+
* @kcconfigs/tsdown bumped to 0.1.0-beta.2
|
|
38
|
+
* @kcconfigs/vitest bumped to 0.1.0-beta.1
|
|
39
|
+
|
|
3
40
|
## 0.1.0-beta.0 (2025-12-28)
|
|
4
41
|
|
|
5
42
|
|
|
@@ -22,7 +59,7 @@
|
|
|
22
59
|
* homepage contains invalid url ([0ee37d6](https://github.com/kc-workspace/kcws/commit/0ee37d641fe5b04fb019099915c8aa3ddfed3be7))
|
|
23
60
|
* **kcconfigs/commitlint:** remove unused dependencies from package.json file ([3d627ee](https://github.com/kc-workspace/kcws/commit/3d627eef7b9d48da3f080a89dc796b23da2d7140))
|
|
24
61
|
* trigger re-release please ([65447a7](https://github.com/kc-workspace/kcws/commit/65447a776ed2f8638f6f35a4d00277d407143114))
|
|
25
|
-
* update all
|
|
62
|
+
* update all `@kcconfigs` description so it trigger new deployment with new tag separator ([cf5be8c](https://github.com/kc-workspace/kcws/commit/cf5be8cc02fba8becb7e8f31fd6f3a741c0f0b95))
|
|
26
63
|
|
|
27
64
|
|
|
28
65
|
### Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kcconfigs/commitlint",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.1",
|
|
4
4
|
"description": "Shared commitlint configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"@biomejs/biome": "2.3.10",
|
|
12
12
|
"@commitlint/config-conventional": "20.2.0",
|
|
13
13
|
"@commitlint/types": "20.2.0",
|
|
14
|
-
"tsdown": "0.18.
|
|
14
|
+
"tsdown": "0.18.4",
|
|
15
15
|
"vitest": "4.0.15",
|
|
16
|
-
"@kcconfigs/tsdown": "0.1.0-beta.
|
|
17
|
-
"@kcconfigs/
|
|
18
|
-
"@kcconfigs/
|
|
19
|
-
"@kcconfigs/
|
|
16
|
+
"@kcconfigs/tsdown": "0.1.0-beta.2",
|
|
17
|
+
"@kcconfigs/biome": "0.2.0",
|
|
18
|
+
"@kcconfigs/tsconfig": "0.1.0-beta.2",
|
|
19
|
+
"@kcconfigs/vitest": "0.1.0-beta.1"
|
|
20
20
|
},
|
|
21
21
|
"main": "./dist/index.js",
|
|
22
22
|
"types": "./dist/index.d.cts",
|