@toptal/davinci-ci 1.13.3-alpha-fx-2221-davinci-invent-an-eslint-rule-to-validate-data-testid.1337 → 1.13.4-alpha-fx-upgrade-stylelint-rules.1329

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1043](https://github.com/toptal/davinci/pull/1043) [`db04c93b`](https://github.com/toptal/davinci/commit/db04c93b96a92f76e5f0e0125c024ad2ee0ff22e) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - Bumped danger package version to 10.7.1
8
+
3
9
  ## 1.13.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "1.13.3-alpha-fx-2221-davinci-invent-an-eslint-rule-to-validate-data-testid.1337+a39f5ba",
3
+ "version": "1.13.4-alpha-fx-upgrade-stylelint-rules.1329+fef82f0",
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": "^12.1.4",
34
34
  "@commitlint/config-conventional": "^12.1.4",
35
- "@toptal/davinci-cli-shared": "1.4.2-alpha-fx-2221-davinci-invent-an-eslint-rule-to-validate-data-testid.1337+a39f5ba",
36
- "danger": "^10.6.4",
35
+ "@toptal/davinci-cli-shared": "1.4.2-alpha-fx-upgrade-stylelint-rules.1329+fef82f0",
36
+ "danger": "^10.7.1",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "a39f5ba1a1e459505d91e656748643440a8d387c"
39
+ "gitHead": "fef82f000a31a44d8669a3ebf5888f4d15d57f7c"
40
40
  }