@toptal/davinci 20.2.0 → 20.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/CHANGELOG.md +20 -0
- package/dist-package/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 20.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1564](https://github.com/toptal/davinci/pull/1564) [`12e452f8`](https://github.com/toptal/davinci/commit/12e452f85f7c449b3f1519bc2a4aa22893eb0e95) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
|
|
8
|
+
|
|
9
|
+
- validate changeset files using [@toptal/davinci/consistent-changesets](https://github.com/toptal/davinci/blob/master/packages/eslint-plugin/README.md#toptaldavinciconsistent-changesets) rule
|
|
10
|
+
|
|
11
|
+
* [#1564](https://github.com/toptal/davinci/pull/1564) [`12e452f8`](https://github.com/toptal/davinci/commit/12e452f85f7c449b3f1519bc2a4aa22893eb0e95) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
|
|
12
|
+
|
|
13
|
+
### @toptal/davinci/consistent-changesets
|
|
14
|
+
|
|
15
|
+
- add new eslint plugin to check changeset files
|
|
16
|
+
- you can find more details about the rule [here](https://github.com/toptal/davinci/blob/master/packages/eslint-plugin/README.md#toptaldavinciconsistent-changesets)
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`12e452f8`](https://github.com/toptal/davinci/commit/12e452f85f7c449b3f1519bc2a4aa22893eb0e95)]:
|
|
21
|
+
- @toptal/davinci-syntax@16.2.0
|
|
22
|
+
|
|
3
23
|
## 20.2.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.3.0",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@toptal/davinci-graphql-codegen": "0.2.14",
|
|
37
37
|
"@toptal/davinci-engine": "7.4.7",
|
|
38
38
|
"@toptal/davinci-qa": "12.1.0",
|
|
39
|
-
"@toptal/davinci-syntax": "16.
|
|
39
|
+
"@toptal/davinci-syntax": "16.2.0",
|
|
40
40
|
"@toptal/davinci-monorepo": "6.6.6",
|
|
41
41
|
"@toptal/davinci-workflow": "1.11.14"
|
|
42
42
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.3.0",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@toptal/davinci-graphql-codegen": "0.2.14",
|
|
37
37
|
"@toptal/davinci-engine": "7.4.7",
|
|
38
38
|
"@toptal/davinci-qa": "12.1.0",
|
|
39
|
-
"@toptal/davinci-syntax": "16.
|
|
39
|
+
"@toptal/davinci-syntax": "16.2.0",
|
|
40
40
|
"@toptal/davinci-monorepo": "6.6.6",
|
|
41
41
|
"@toptal/davinci-workflow": "1.11.14"
|
|
42
42
|
}
|