@rh-support/react-context 1.1.2 → 1.1.3

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.
@@ -15,7 +15,7 @@ import React, { useState } from 'react';
15
15
  import { Trans, useTranslation } from 'react-i18next';
16
16
  const resolutionsWithDescription = ['Other'];
17
17
  const resolutionWithoutDescription = [
18
- 'Red Hat Solved my issue or reviewed my request',
18
+ 'Red Hat solved my issue or reviewed my request',
19
19
  'The issue has been self-solved',
20
20
  "I'm not experiencing the issue anymore",
21
21
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -90,5 +90,5 @@
90
90
  "not ie <= 11",
91
91
  "not op_mini all"
92
92
  ],
93
- "gitHead": "7fcba84fa328794d586b747de2800e470c9c263b"
93
+ "gitHead": "f0ba37c79bcb3c80d8da82267ceadd5691b5a809"
94
94
  }