@atlaskit/feedback-collector 14.1.2 → 14.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.
package/CHANGELOG.md
CHANGED
|
@@ -163,7 +163,7 @@ var FeedbackCollector = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
163
163
|
}, {
|
|
164
164
|
key: "getPackageVersion",
|
|
165
165
|
value: function getPackageVersion() {
|
|
166
|
-
return "14.1.
|
|
166
|
+
return "14.1.3" || 'Unknown, at least 11.0.0';
|
|
167
167
|
}
|
|
168
168
|
}, {
|
|
169
169
|
key: "getEntitlementInformation",
|
|
@@ -91,7 +91,7 @@ export default class FeedbackCollector extends Component {
|
|
|
91
91
|
return FeedbackCollector.defaultProps.url;
|
|
92
92
|
}
|
|
93
93
|
getPackageVersion() {
|
|
94
|
-
return "14.1.
|
|
94
|
+
return "14.1.3" || 'Unknown, at least 11.0.0';
|
|
95
95
|
}
|
|
96
96
|
async getEntitlementInformation() {
|
|
97
97
|
var _entitlementDetails, _entitlementDetails2, _productName, _entitlement, _productEntitlement;
|
|
@@ -154,7 +154,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
154
154
|
}, {
|
|
155
155
|
key: "getPackageVersion",
|
|
156
156
|
value: function getPackageVersion() {
|
|
157
|
-
return "14.1.
|
|
157
|
+
return "14.1.3" || 'Unknown, at least 11.0.0';
|
|
158
158
|
}
|
|
159
159
|
}, {
|
|
160
160
|
key: "getEntitlementInformation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/feedback-collector",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.3",
|
|
4
4
|
"description": "A component that collects feedback across Atlassian products.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@atlaskit/checkbox": "^17.1.0",
|
|
43
43
|
"@atlaskit/flag": "^17.1.0",
|
|
44
44
|
"@atlaskit/form": "^12.0.0",
|
|
45
|
-
"@atlaskit/icon": "^
|
|
45
|
+
"@atlaskit/icon": "^27.0.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|
|
47
47
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
49
|
"@atlaskit/section-message": "^8.2.0",
|
|
50
|
-
"@atlaskit/select": "^20.
|
|
50
|
+
"@atlaskit/select": "^20.7.0",
|
|
51
51
|
"@atlaskit/textarea": "^8.0.0",
|
|
52
52
|
"@atlaskit/theme": "^18.0.0",
|
|
53
|
-
"@atlaskit/tokens": "^5.
|
|
53
|
+
"@atlaskit/tokens": "^5.2.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
56
56
|
},
|