@txo/commitlint 1.0.18 → 1.0.20
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 +20 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [1.0.20](https://github.com/technology-studio/commitlint/compare/v1.0.19...v1.0.20) (2024-11-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### CI
|
|
5
|
+
|
|
6
|
+
* add synchronize to PR workflow ([#48](https://github.com/technology-studio/commitlint/issues/48)) ([b81d17b](https://github.com/technology-studio/commitlint/commit/b81d17b36c2d014ea9a5aa1f1eb174e1ab60800f))
|
|
7
|
+
* update pr and release workflows ([#46](https://github.com/technology-studio/commitlint/issues/46)) ([8c44d8b](https://github.com/technology-studio/commitlint/commit/8c44d8bdcd60fa5a9b2de60cac4d797ad6f8f02d))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug fixes
|
|
11
|
+
|
|
12
|
+
* **deps:** update commitlint monorepo to ^19.6.0 ([#50](https://github.com/technology-studio/commitlint/issues/50)) ([45aade1](https://github.com/technology-studio/commitlint/commit/45aade13f32345d87c4b6f55632a103985f66b4b))
|
|
13
|
+
|
|
14
|
+
## [1.0.19](https://github.com/technology-studio/commitlint/compare/v1.0.18...v1.0.19) (2024-09-27)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency commitizen to ^4.3.1 ([33f02cd](https://github.com/technology-studio/commitlint/commit/33f02cd658de8f7077f9b03a00a04a4e361c4b35))
|
|
20
|
+
|
|
1
21
|
## [1.0.18](https://github.com/technology-studio/commitlint/compare/v1.0.17...v1.0.18) (2024-09-11)
|
|
2
22
|
|
|
3
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@txo/commitlint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "Technology Studio - Commitlint",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"node": ">=18.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@commitlint/cli": "^19.
|
|
31
|
-
"@commitlint/config-conventional": "^19.
|
|
32
|
-
"commitizen": "^4.3.
|
|
30
|
+
"@commitlint/cli": "^19.6.0",
|
|
31
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
32
|
+
"commitizen": "^4.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@txo/semantic-release": "^2.0.
|
|
36
|
-
"husky": "^9.1.
|
|
35
|
+
"@txo/semantic-release": "^2.0.9",
|
|
36
|
+
"husky": "^9.1.7"
|
|
37
37
|
}
|
|
38
38
|
}
|