@ornikar/commitlint-config 3.2.0-alpha.0 → 3.3.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.
- package/.eslintrc.json +1 -1
- package/CHANGELOG.md +29 -2
- package/package.json +3 -3
package/.eslintrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [3.
|
|
6
|
+
# [3.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.2.1...@ornikar/commitlint-config@3.3.0) (2021-10-29)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* update commitlint monorepo (major) ([#523](https://github.com/ornikar/shared-configs/issues/523)) ([f36a143](https://github.com/ornikar/shared-configs/commit/f36a143bd6a688ee13945d8520d265c29cc702ab))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.2.0...@ornikar/commitlint-config@3.2.1) (2021-05-04)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @ornikar/commitlint-config
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.1.1...@ornikar/commitlint-config@3.2.0) (2021-02-09)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **lerna-config:** generate eslintrc config files ARCH-826 ([#457](https://github.com/ornikar/shared-configs/issues/457)) ([f412489](https://github.com/ornikar/shared-configs/commit/f4124895ed15b48519826b16ed515207be97b41c))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [3.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.1.0...@ornikar/commitlint-config@3.1.1) (2021-02-09)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @ornikar/commitlint-config
|
|
12
39
|
|
|
13
40
|
|
|
14
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/commitlint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "commitlint config",
|
|
5
5
|
"repository": "ornikar/shared-configs",
|
|
6
6
|
"main": "index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@commitlint/config-conventional": "^
|
|
15
|
+
"@commitlint/config-conventional": "^13.0.0"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "3e392cda6169eaadf64ecddb885c3913c1c34c8f"
|
|
18
18
|
}
|