@atlaskit/feedback-collector 9.0.0 → 9.0.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,11 @@
1
1
  # @atlaskit/feedback-collector
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`90a4afb3339`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90a4afb3339) - Updating only a comment
8
+
3
9
  ## 9.0.0
4
10
 
5
11
  ### Major Changes
@@ -159,7 +159,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
159
159
  while (1) {
160
160
  switch (_context2.prev = _context2.next) {
161
161
  case 0:
162
- url = this.props.url; // jira / connie / bb
162
+ url = this.props.url; // jira / confluence / bitbucket
163
163
 
164
164
  if (!window.location.host.includes('bitbucket.org')) {
165
165
  _context2.next = 9;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -65,7 +65,7 @@ export default class FeedbackCollector extends Component {
65
65
  async getEntitlementInformation() {
66
66
  var _productName;
67
67
 
68
- const url = this.props.url; // jira / connie / bb
68
+ const url = this.props.url; // jira / confluence / bitbucket
69
69
 
70
70
  let productName;
71
71
  let productEntitlement;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -134,7 +134,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
134
134
  while (1) {
135
135
  switch (_context2.prev = _context2.next) {
136
136
  case 0:
137
- url = this.props.url; // jira / connie / bb
137
+ url = this.props.url; // jira / confluence / bitbucket
138
138
 
139
139
  if (!window.location.host.includes('bitbucket.org')) {
140
140
  _context2.next = 9;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/feedback-collector",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "A component that collects feedback across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"