@toptal/davinci-monorepo 9.0.3-alpha-MP-469-f3f2c8cc.20 → 10.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @toptal/davinci-monorepo
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#2519](https://github.com/toptal/davinci/pull/2519) [`d025cf0d`](https://github.com/toptal/davinci/commit/d025cf0de421084918c01f762ea50b417d316560) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)!
8
+ - rename the `getChangedPackagesLocations` utility function to `getPackagesLocations`, and allow all packages to be returned depending on whether they are expected to have changed or not
9
+
3
10
  ## 9.0.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "9.0.3-alpha-MP-469-f3f2c8cc.20+f3f2c8cc",
3
+ "version": "10.0.0",
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-MP-469-f3f2c8cc.22+f3f2c8cc",
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",
@@ -49,6 +49,5 @@
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
52
- },
53
- "gitHead": "f3f2c8cca781fc088dd2a28a1f9a0deec50021b2"
52
+ }
54
53
  }