@atlaskit/feedback-collector 13.0.3 → 13.0.5

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
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 13.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8f7a65cea77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f7a65cea77) - [ux] Opens privacy policy link in new tab
8
+
9
+ ## 13.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
14
+ - Updated dependencies
15
+
3
16
  ## 13.0.3
4
17
 
5
18
  ### Patch Changes
@@ -136,7 +136,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
136
136
  }, {
137
137
  key: "getPackageVersion",
138
138
  value: function getPackageVersion() {
139
- return "13.0.3" || 'Unknown, at least 11.0.0';
139
+ return "13.0.5" || 'Unknown, at least 11.0.0';
140
140
  }
141
141
  }, {
142
142
  key: "getEntitlementInformation",
@@ -190,7 +190,8 @@ var FeedbackForm = function FeedbackForm(_ref) {
190
190
  values: {
191
191
  a: function a(chunks) {
192
192
  return /*#__PURE__*/_react.default.createElement("a", {
193
- href: "https://www.atlassian.com/legal/privacy-policy"
193
+ href: "https://www.atlassian.com/legal/privacy-policy",
194
+ target: "_blank"
194
195
  }, chunks);
195
196
  }
196
197
  }
@@ -81,7 +81,7 @@ export default class FeedbackCollector extends Component {
81
81
  return FeedbackCollector.defaultProps.url;
82
82
  }
83
83
  getPackageVersion() {
84
- return "13.0.3" || 'Unknown, at least 11.0.0';
84
+ return "13.0.5" || 'Unknown, at least 11.0.0';
85
85
  }
86
86
  async getEntitlementInformation() {
87
87
  var _entitlementDetails, _entitlementDetails2, _productName, _entitlement, _productEntitlement;
@@ -134,7 +134,8 @@ const FeedbackForm = ({
134
134
  label: canBeContactedLabel || /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.canBeContactedLabel, {
135
135
  values: {
136
136
  a: chunks => /*#__PURE__*/React.createElement("a", {
137
- href: "https://www.atlassian.com/legal/privacy-policy"
137
+ href: "https://www.atlassian.com/legal/privacy-policy",
138
+ target: "_blank"
138
139
  }, chunks)
139
140
  }
140
141
  })),
@@ -126,7 +126,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
126
126
  }, {
127
127
  key: "getPackageVersion",
128
128
  value: function getPackageVersion() {
129
- return "13.0.3" || 'Unknown, at least 11.0.0';
129
+ return "13.0.5" || 'Unknown, at least 11.0.0';
130
130
  }
131
131
  }, {
132
132
  key: "getEntitlementInformation",
@@ -180,7 +180,8 @@ var FeedbackForm = function FeedbackForm(_ref) {
180
180
  values: {
181
181
  a: function a(chunks) {
182
182
  return /*#__PURE__*/React.createElement("a", {
183
- href: "https://www.atlassian.com/legal/privacy-policy"
183
+ href: "https://www.atlassian.com/legal/privacy-policy",
184
+ target: "_blank"
184
185
  }, chunks);
185
186
  }
186
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/button": "^16.8.0",
37
+ "@atlaskit/button": "^16.9.0",
38
38
  "@atlaskit/checkbox": "^12.6.0",
39
39
  "@atlaskit/flag": "^15.2.0",
40
40
  "@atlaskit/form": "^8.11.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/select": "^16.5.0",
45
45
  "@atlaskit/textarea": "^4.7.0",
46
46
  "@atlaskit/theme": "^12.5.0",
47
- "@atlaskit/tokens": "^1.14.0",
47
+ "@atlaskit/tokens": "^1.15.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "react-intl-next": "npm:react-intl@^5.18.1"
50
50
  },
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/feedback-collector",
3
- "version": "13.0.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/feedback-collector",
3
- "version": "13.0.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/feedback-collector",
3
- "version": "13.0.3",
4
- "sideEffects": false
5
- }