@2uinc/frontend-enterprise-hotjar 7.2.0 → 7.2.2
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 +17 -0
- package/README.rst +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.2](https://github.com/edx/frontend-enterprise/compare/@2uinc/frontend-enterprise-hotjar@7.2.1...@2uinc/frontend-enterprise-hotjar@7.2.2) (2026-04-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @2uinc/frontend-enterprise-hotjar
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 7.2.1 (2026-04-27)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* publishing new npm packages ([39f18ed](https://github.com/edx/frontend-enterprise/commit/39f18ed01ecaf095230684f5a336afcb454339a4))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [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
24
|
|
|
8
25
|
|
package/README.rst
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@
|
|
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/
|
|
9
|
-
:target: https://github.com/
|
|
10
|
-
.. |npm_version| image:: https://img.shields.io/npm/v/@
|
|
11
|
-
:target: @
|
|
12
|
-
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@
|
|
13
|
-
:target: @
|
|
14
|
-
.. |license| image:: https://img.shields.io/npm/l/@
|
|
15
|
-
:target: @
|
|
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
|