@toptal/davinci 22.0.136 → 22.0.138

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 22.0.138
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2376](https://github.com/toptal/davinci/pull/2376) [`edcf6971`](https://github.com/toptal/davinci/commit/edcf6971a1b97af0f38424e3174dad75e50f5aed) Thanks [@augustobmoura](https://github.com/augustobmoura)!
8
+ - bump new version of davinci-cli-shared on all projects
9
+
10
+ - Updated dependencies [[`edcf6971`](https://github.com/toptal/davinci/commit/edcf6971a1b97af0f38424e3174dad75e50f5aed)]:
11
+ - @toptal/davinci-graphql-codegen@4.1.3
12
+ - @toptal/davinci-bootstrap@4.0.29
13
+ - @toptal/davinci-monorepo@8.3.6
14
+ - @toptal/davinci-workflow@2.0.28
15
+ - @toptal/davinci-engine@11.0.9
16
+ - @toptal/davinci-syntax@22.0.3
17
+ - @toptal/davinci-code@2.0.16
18
+ - @toptal/davinci-ci@7.3.2
19
+ - @toptal/davinci-qa@17.0.2
20
+
21
+ ## 22.0.137
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`52995862`](https://github.com/toptal/davinci/commit/529958625a8bda2e74ef281a5ed0e6bfea109526)]:
26
+ - @toptal/davinci-ci@7.3.1
27
+
3
28
  ## 22.0.136
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "22.0.136",
3
+ "version": "22.0.138",
4
4
  "keywords": [
5
5
  "cli",
6
6
  "front-end"
@@ -23,16 +23,16 @@
23
23
  "CHANGELOG.md"
24
24
  ],
25
25
  "dependencies": {
26
- "@toptal/davinci-bootstrap": "4.0.28",
27
- "@toptal/davinci-ci": "7.3.0",
28
- "@toptal/davinci-cli-shared": "^2.3.9",
29
- "@toptal/davinci-code": "2.0.15",
30
- "@toptal/davinci-engine": "11.0.8",
31
- "@toptal/davinci-graphql-codegen": "4.1.2",
32
- "@toptal/davinci-monorepo": "^8.3.3",
33
- "@toptal/davinci-qa": "17.0.1",
34
- "@toptal/davinci-syntax": "22.0.2",
35
- "@toptal/davinci-workflow": "2.0.27"
26
+ "@toptal/davinci-bootstrap": "4.0.29",
27
+ "@toptal/davinci-ci": "7.3.2",
28
+ "@toptal/davinci-cli-shared": "^2.4.0",
29
+ "@toptal/davinci-code": "2.0.16",
30
+ "@toptal/davinci-engine": "11.0.9",
31
+ "@toptal/davinci-graphql-codegen": "4.1.3",
32
+ "@toptal/davinci-monorepo": "^8.3.6",
33
+ "@toptal/davinci-qa": "17.0.2",
34
+ "@toptal/davinci-syntax": "22.0.3",
35
+ "@toptal/davinci-workflow": "2.0.28"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"