@toptal/davinci-monorepo 12.0.1-alpha-bill-6175-export-parts-of-cypress-config-1b32fdea.8 → 12.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @toptal/davinci-monorepo
2
2
 
3
+ ## 12.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2560](https://github.com/toptal/davinci/pull/2560) [`b3360ef0`](https://github.com/toptal/davinci/commit/b3360ef06acd9c9f3ad8e30ff020ed8ad84098e4) Thanks [@sashuk](https://github.com/sashuk)!
8
+ - add update-picasso link to package readme
9
+
3
10
  ## 12.0.0
4
11
 
5
12
  ### Major Changes
package/README.md CHANGED
@@ -14,3 +14,4 @@ Use it by installing `yarn add @toptal/davinci-monorepo` in your project.
14
14
  - [`codeowners`](./docs/codeowners.md): show list of tools available for code ownership analysis
15
15
  - [`coverage`](./docs/coverage.md): show list of code coverage commands
16
16
  - [`hosts`](./docs/hosts.md): get information about hosts in the monorepo
17
+ - [`update-picasso`](./docs/update-picasso.md): update Picasso dependencies across all packages in the monorepo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "12.0.1-alpha-bill-6175-export-parts-of-cypress-config-1b32fdea.8+1b32fdea",
3
+ "version": "12.0.1",
4
4
  "keywords": [
5
5
  "lint"
6
6
  ],
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nodelib/fs.walk": "^1.2.6",
29
29
  "@oclif/core": "^1.16.1",
30
- "@toptal/davinci-cli-shared": "2.5.2-alpha-bill-6175-export-parts-of-cypress-config-1b32fdea.41+1b32fdea",
30
+ "@toptal/davinci-cli-shared": "^2.5.1",
31
31
  "chalk": "^4.1.2",
32
32
  "codeowners": "5.1.1",
33
33
  "dependency-cruiser": "^16.3.0",
@@ -50,6 +50,5 @@
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
53
- },
54
- "gitHead": "1b32fdea4c143a69f181a724dd652268299a5b8e"
53
+ }
55
54
  }