@toptal/davinci-monorepo 10.0.1-alpha-PF-add-update-picasso-command-cd64a97a.5 → 10.1.1-alpha-FF-fix-experimental-require-module-6a632ab8.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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @toptal/davinci-monorepo
|
|
2
2
|
|
|
3
|
+
## 10.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2533](https://github.com/toptal/davinci/pull/2533) [`d79f895f`](https://github.com/toptal/davinci/commit/d79f895fbf90cf41720cea37702f4a759cea9379) Thanks [@vedrani](https://github.com/vedrani)!
|
|
8
|
+
Add update-picasso command:
|
|
9
|
+
- add command to manage Picasso dependencies across all packages
|
|
10
|
+
|
|
3
11
|
## 10.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-monorepo",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.1-alpha-FF-fix-experimental-require-module-6a632ab8.0+6a632ab8",
|
|
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-
|
|
30
|
+
"@toptal/davinci-cli-shared": "2.5.2-alpha-FF-fix-experimental-require-module-6a632ab8.27+6a632ab8",
|
|
31
31
|
"chalk": "^4.1.2",
|
|
32
32
|
"codeowners": "5.1.1",
|
|
33
33
|
"dependency-cruiser": "^16.3.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6a632ab871f244faaebed6bd2034577ad946d485"
|
|
55
55
|
}
|