@atlaskit/feedback-collector 13.4.2 → 13.5.1

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,23 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 13.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#126900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126900)
14
+ [`b2642337ea44b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b2642337ea44b) -
15
+ update owner team
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 13.4.2
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -10,4 +10,4 @@ yarn add @atlaskit/feedback-collector
10
10
 
11
11
  ## Usage
12
12
 
13
- Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/self-help-experience/feedback-collector).
13
+ Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/web-platform/feedback-collector).
@@ -166,7 +166,7 @@ var FeedbackCollector = exports.default = /*#__PURE__*/function (_Component) {
166
166
  }, {
167
167
  key: "getPackageVersion",
168
168
  value: function getPackageVersion() {
169
- return "13.4.2" || 'Unknown, at least 11.0.0';
169
+ return "13.5.1" || 'Unknown, at least 11.0.0';
170
170
  }
171
171
  }, {
172
172
  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 "13.4.2" || 'Unknown, at least 11.0.0';
94
+ return "13.5.1" || 'Unknown, at least 11.0.0';
95
95
  }
96
96
  async getEntitlementInformation() {
97
97
  var _entitlementDetails, _entitlementDetails2, _productName, _entitlement, _productEntitlement;
@@ -156,7 +156,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
156
156
  }, {
157
157
  key: "getPackageVersion",
158
158
  value: function getPackageVersion() {
159
- return "13.4.2" || 'Unknown, at least 11.0.0';
159
+ return "13.5.1" || 'Unknown, at least 11.0.0';
160
160
  }
161
161
  }, {
162
162
  key: "getEntitlementInformation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "13.4.2",
3
+ "version": "13.5.1",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,7 +28,7 @@
28
28
  "./types": "./src/types.ts"
29
29
  },
30
30
  "atlassian": {
31
- "team": "Self-Help Experiences",
31
+ "team": "Web Platform",
32
32
  "releaseModel": "continuous",
33
33
  "productPushConsumption": [
34
34
  "jira"
@@ -41,18 +41,18 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/button": "^19.0.0",
45
- "@atlaskit/checkbox": "^13.5.0",
46
- "@atlaskit/flag": "^15.7.0",
47
- "@atlaskit/form": "^10.4.0",
48
- "@atlaskit/icon": "^22.6.0",
49
- "@atlaskit/modal-dialog": "^12.14.0",
44
+ "@atlaskit/button": "^19.2.0",
45
+ "@atlaskit/checkbox": "^13.7.0",
46
+ "@atlaskit/flag": "^15.8.0",
47
+ "@atlaskit/form": "^10.5.0",
48
+ "@atlaskit/icon": "^22.12.0",
49
+ "@atlaskit/modal-dialog": "^12.15.0",
50
50
  "@atlaskit/platform-feature-flags": "^0.3.0",
51
- "@atlaskit/section-message": "^6.5.0",
52
- "@atlaskit/select": "^17.11.0",
53
- "@atlaskit/textarea": "^5.5.0",
54
- "@atlaskit/theme": "^12.11.0",
55
- "@atlaskit/tokens": "^1.56.0",
51
+ "@atlaskit/section-message": "^6.6.0",
52
+ "@atlaskit/select": "^17.13.0",
53
+ "@atlaskit/textarea": "^5.6.0",
54
+ "@atlaskit/theme": "^13.0.0",
55
+ "@atlaskit/tokens": "^1.58.0",
56
56
  "@babel/runtime": "^7.0.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"
58
58
  },