@2uinc/frontend-enterprise-hotjar 7.2.0 → 7.2.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
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 7.2.1 (2026-04-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * publishing new npm packages ([39f18ed](https://github.com/edx/frontend-enterprise/commit/39f18ed01ecaf095230684f5a336afcb454339a4))
12
+
13
+
14
+
6
15
  ## [7.2.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-hotjar@7.1.0...@edx/frontend-enterprise-hotjar@7.2.0) (2025-02-24)
7
16
 
8
17
 
package/README.rst CHANGED
@@ -1,15 +1,15 @@
1
- @edx/frontend-enterprise-hotjar
1
+ @2uinc/frontend-enterprise-hotjar
2
2
  =============
3
3
 
4
4
  |Build Status| |npm_version| |npm_downloads| |license|
5
5
 
6
6
  This package exports useful React hooks, utility functions, and constants for using Hotjar.
7
7
 
8
- .. |Build Status| image:: https://github.com/openedx/frontend-enterprise/actions/workflows/release.yml/badge.svg
9
- :target: https://github.com/openedx/frontend-enterprise/actions
10
- .. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-enterprise-hotjar.svg
11
- :target: @edx/frontend-enterprise-hotjar
12
- .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-enterprise-hotjar.svg
13
- :target: @edx/frontend-enterprise-hotjar
14
- .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-enterprise-hotjar.svg
15
- :target: @edx/frontend-enterprise-hotjar
8
+ .. |Build Status| image:: https://github.com/edx/frontend-enterprise/actions/workflows/release.yml/badge.svg
9
+ :target: https://github.com/edx/frontend-enterprise/actions
10
+ .. |npm_version| image:: https://img.shields.io/npm/v/@2uinc/frontend-enterprise-hotjar.svg
11
+ :target: @2uinc/frontend-enterprise-hotjar
12
+ .. |npm_downloads| image:: https://img.shields.io/npm/dt/@2uinc/frontend-enterprise-hotjar.svg
13
+ :target: @2uinc/frontend-enterprise-hotjar
14
+ .. |license| image:: https://img.shields.io/npm/l/@2uinc/frontend-enterprise-hotjar.svg
15
+ :target: @2uinc/frontend-enterprise-hotjar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-enterprise-hotjar",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "Utils for Hotjar.",
5
5
  "repository": {
6
6
  "type": "git",