@toptal/davinci-ci 2.0.7-alpha-feat-fx-2910-temploy-storybook.17 → 2.0.7-alpha-feat-fx-2770-init-command.33

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/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -45,6 +45,7 @@ pr:
45
45
  master:
46
46
  publish_as_package: false
47
47
  deploy_staging: false
48
+ deploy_storybook_staging: false
48
49
  deploy: false
49
50
 
50
51
  # Customize Slack channel where the notifications will get posted
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "2.0.7-alpha-feat-fx-2910-temploy-storybook.17+e8011b7e",
3
+ "version": "2.0.7-alpha-feat-fx-2770-init-command.33+6088ce1a",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^17.0.2",
34
34
  "@commitlint/config-conventional": "^17.0.3",
35
- "@toptal/davinci-cli-shared": "1.5.5-alpha-feat-fx-2910-temploy-storybook.53+e8011b7e",
35
+ "@toptal/davinci-cli-shared": "1.5.5-alpha-feat-fx-2770-init-command.69+6088ce1a",
36
36
  "danger": "^11.0.7",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "e8011b7e3a74e89ff144f820554fa5bd619673c3"
39
+ "gitHead": "6088ce1a98b7cc3a64dd7f648bb596a41904985c"
40
40
  }