@toptal/davinci 20.0.3 → 20.1.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 +23 -0
- package/dist-package/package.json +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 20.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1534](https://github.com/toptal/davinci/pull/1534) [`aae768aa`](https://github.com/toptal/davinci/commit/aae768aa5d913b99441e717f5f586f73d525e820) Thanks [@augustobmoura](https://github.com/augustobmoura)! - - prefer local cache when bootstrapping a new Davinci project
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1527](https://github.com/toptal/davinci/pull/1527) [`3a22484d`](https://github.com/toptal/davinci/commit/3a22484df28d116d8905718e91c1d62d77d46d16) Thanks [@LashaJini](https://github.com/LashaJini)! - ---
|
|
12
|
+
|
|
13
|
+
- Remove `@toptal/davinci` from dev dependencies in skeleton
|
|
14
|
+
- Add to dev dependencies in skeleton
|
|
15
|
+
- `@toptal/davinci-engine`
|
|
16
|
+
- `@toptal/davinci-qa`
|
|
17
|
+
- `@toptal/davinci-syntax`
|
|
18
|
+
- `@toptal/davinci-code`
|
|
19
|
+
- `@toptal/davinci-ci`
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`3a22484d`](https://github.com/toptal/davinci/commit/3a22484df28d116d8905718e91c1d62d77d46d16), [`c84ae4c9`](https://github.com/toptal/davinci/commit/c84ae4c9fb8a1773a49be9c2db0a30ce1326fd9d), [`aae768aa`](https://github.com/toptal/davinci/commit/aae768aa5d913b99441e717f5f586f73d525e820)]:
|
|
22
|
+
- @toptal/davinci-bootstrap@3.4.0
|
|
23
|
+
- @toptal/davinci-syntax@16.1.0
|
|
24
|
+
- @toptal/davinci-workflow@1.11.11
|
|
25
|
+
|
|
3
26
|
## 20.0.3
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"url": "https://github.com/toptal/davinci/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@toptal/davinci-bootstrap": "3.
|
|
32
|
+
"@toptal/davinci-bootstrap": "3.4.0",
|
|
33
33
|
"@toptal/davinci-ci": "2.0.8",
|
|
34
34
|
"@toptal/davinci-cli-shared": "1.6.0",
|
|
35
35
|
"@toptal/davinci-code": "1.6.1",
|
|
36
36
|
"@toptal/davinci-graphql-codegen": "0.2.12",
|
|
37
37
|
"@toptal/davinci-engine": "7.4.5",
|
|
38
38
|
"@toptal/davinci-qa": "12.0.1",
|
|
39
|
-
"@toptal/davinci-syntax": "16.0
|
|
39
|
+
"@toptal/davinci-syntax": "16.1.0",
|
|
40
40
|
"@toptal/davinci-monorepo": "6.6.4",
|
|
41
|
-
"@toptal/davinci-workflow": "1.11.
|
|
41
|
+
"@toptal/davinci-workflow": "1.11.11"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"url": "https://github.com/toptal/davinci/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@toptal/davinci-bootstrap": "3.
|
|
32
|
+
"@toptal/davinci-bootstrap": "3.4.0",
|
|
33
33
|
"@toptal/davinci-ci": "2.0.8",
|
|
34
34
|
"@toptal/davinci-cli-shared": "1.6.0",
|
|
35
35
|
"@toptal/davinci-code": "1.6.1",
|
|
36
36
|
"@toptal/davinci-graphql-codegen": "0.2.12",
|
|
37
37
|
"@toptal/davinci-engine": "7.4.5",
|
|
38
38
|
"@toptal/davinci-qa": "12.0.1",
|
|
39
|
-
"@toptal/davinci-syntax": "16.0
|
|
39
|
+
"@toptal/davinci-syntax": "16.1.0",
|
|
40
40
|
"@toptal/davinci-monorepo": "6.6.4",
|
|
41
|
-
"@toptal/davinci-workflow": "1.11.
|
|
41
|
+
"@toptal/davinci-workflow": "1.11.11"
|
|
42
42
|
}
|
|
43
43
|
}
|