@toptal/davinci-ci 3.0.2 → 3.1.1-alpha-fx-3442-adopt-swc-spike-ab89a7e0.2
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 +8 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1847](https://github.com/toptal/davinci/pull/1847) [`320b5dfb`](https://github.com/toptal/davinci/commit/320b5dfb82b650d4e855aedaf666922785e12728) Thanks [@dependabot](https://github.com/apps/dependabot)! - ---
|
|
8
|
+
|
|
9
|
+
- chore: bump @commitlint/cli from 17.0.2 to 17.4.0
|
|
10
|
+
|
|
3
11
|
## 3.0.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1-alpha-fx-3442-adopt-swc-spike-ab89a7e0.2+ab89a7e0",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,10 +32,11 @@
|
|
|
32
32
|
"url": "https://github.com/toptal/davinci/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@commitlint/cli": "^17.0
|
|
35
|
+
"@commitlint/cli": "^17.4.0",
|
|
36
36
|
"@commitlint/config-conventional": "^17.1.0",
|
|
37
|
-
"@toptal/davinci-cli-shared": "1.10.
|
|
37
|
+
"@toptal/davinci-cli-shared": "1.10.3-alpha-fx-3442-adopt-swc-spike-ab89a7e0.4+ab89a7e0",
|
|
38
38
|
"danger": "^11.0.7",
|
|
39
39
|
"markdown-table": "^2.0.0"
|
|
40
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "ab89a7e083f738f8621abc25cad72aadf395b095"
|
|
41
42
|
}
|