@product7/feedback-sdk 1.2.7 → 1.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product7/feedback-sdk",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "JavaScript SDK for integrating Product7 feedback widgets into any website",
5
5
  "main": "dist/feedback-sdk.js",
6
6
  "module": "src/index.js",
@@ -395,11 +395,6 @@ export class ChangelogWidget extends BaseWidget {
395
395
  }
396
396
  </div>
397
397
  </div>
398
- <div class="changelog-list-item-arrow">
399
- <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
400
- <path d="M9 18l6-6-6-6"/>
401
- </svg>
402
- </div>
403
398
  </div>
404
399
  `;
405
400
  }