@toptal/davinci-ci 7.0.1-alpha-B2-139-fe-update-config-file-to-accept-b-2-in-p-rs-934a3cee.16 → 7.0.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 +7 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2261](https://github.com/toptal/davinci/pull/2261) [`a41ff482`](https://github.com/toptal/davinci/commit/a41ff4825b920bd59d4718d5e7b4cd9cc238110b) Thanks [@tonina-ticinovic](https://github.com/tonina-ticinovic)!
|
|
8
|
+
- update config file to allow numbers in project names for commits and PR titles
|
|
9
|
+
|
|
3
10
|
## 7.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "7.0.1
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"ci",
|
|
6
6
|
"docker",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@commitlint/cli": "^17.6.7",
|
|
32
32
|
"@commitlint/config-conventional": "^17.1.0",
|
|
33
|
-
"@toptal/davinci-cli-shared": "2.3.
|
|
33
|
+
"@toptal/davinci-cli-shared": "^2.3.9",
|
|
34
34
|
"chalk": "^4.1.2",
|
|
35
35
|
"danger": "^11.2.2",
|
|
36
36
|
"markdown-table": "^2.0.0"
|
|
@@ -40,6 +40,5 @@
|
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "934a3ceedf8e9a7e79c8979545517b997db17b73"
|
|
43
|
+
}
|
|
45
44
|
}
|