@toptal/davinci-monorepo 9.0.1-alpha-COMM-3434-skipped-examples-storybook-7f509a98.2 → 9.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.
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
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2473](https://github.com/toptal/davinci/pull/2473) [`fa00033e`](https://github.com/toptal/davinci/commit/fa00033e791caf90940c44d2ef01e125ec7469a0) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)!
8
+ - the Happo configuration from `@toptal/davinci-qa` now skips unchanged stories from Happo runs by default. A story in a package is unchanged when commit changes do not affect specific package, or root packages. The number of stories run by Happo will vary depending on a number of affected packages. To include unchanged stories in visual tests as before, manually provide `happoPluginStorybook` plugin to your Happo project configuration.
9
+
3
10
  ## 9.0.0
4
11
 
5
12
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "9.0.1-alpha-COMM-3434-skipped-examples-storybook-7f509a98.2+7f509a98",
3
+ "version": "9.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.1-alpha-COMM-3434-skipped-examples-storybook-7f509a98.60+7f509a98",
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": "7f509a98495d50328e7bf308cff485c3e468efed"
52
+ }
54
53
  }