@toptal/davinci-monorepo 8.5.3-alpha-cp-rename-root-libs-in-codeowners-2872dfb9.1 → 9.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 +11 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @toptal/davinci-monorepo
2
2
 
3
+ ## 9.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#2477](https://github.com/toptal/davinci/pull/2477) [`74c9bb18`](https://github.com/toptal/davinci/commit/74c9bb1818fee5b314674e308ea3bef3f572c7fe) Thanks [@denieler](https://github.com/denieler)!
8
+
9
+ ---
10
+
11
+ - name of the root libs in the output of codeowners commands have changed from `root/libs/[lib_name]` to `libs/[lib_name]`
12
+ - name of the namespace libs in the output of codeowners commands have changed from `[namespace_name]/[lib_name]` to `namespaces/[namespace_name]/[lib_name]`
13
+
3
14
  ## 8.5.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "8.5.3-alpha-cp-rename-root-libs-in-codeowners-2872dfb9.1+2872dfb9",
3
+ "version": "9.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.1-alpha-cp-rename-root-libs-in-codeowners-2872dfb9.55+2872dfb9",
30
+ "@toptal/davinci-cli-shared": "^2.5.0",
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": "2872dfb937ff4735bc5ff853a55f44756ff65296"
52
+ }
54
53
  }