@2uinc/frontend-enterprise-utils 10.0.0 → 10.0.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 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
+ ## [10.0.2](https://github.com/edx/frontend-enterprise/compare/@2uinc/frontend-enterprise-utils@10.0.1...@2uinc/frontend-enterprise-utils@10.0.2) (2026-04-27)
7
+
8
+ **Note:** Version bump only for package @2uinc/frontend-enterprise-utils
9
+
10
+
11
+
12
+
13
+
14
+ ## 10.0.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
  ## [10.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@9.1.1...@edx/frontend-enterprise-utils@10.0.0) (2025-02-26)
7
24
 
8
25
 
package/README.rst CHANGED
@@ -1,15 +1,15 @@
1
- @edx/frontend-enterprise-utils
1
+ @2uinc/frontend-enterprise-utils
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 use in other libraries and micro-frontends, including checking whether an authenticated user is an enterprise user based on their JWT role(s), or fetching a user's available Enterprise learner portal links.
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-utils.svg
11
- :target: @edx/frontend-enterprise-utils
12
- .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-enterprise-utils.svg
13
- :target: @edx/frontend-enterprise-utils
14
- .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-enterprise-utils.svg
15
- :target: @edx/frontend-enterprise-utils
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-utils.svg
11
+ :target: @2uinc/frontend-enterprise-utils
12
+ .. |npm_downloads| image:: https://img.shields.io/npm/dt/@2uinc/frontend-enterprise-utils.svg
13
+ :target: @2uinc/frontend-enterprise-utils
14
+ .. |license| image:: https://img.shields.io/npm/l/@2uinc/frontend-enterprise-utils.svg
15
+ :target: @2uinc/frontend-enterprise-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-enterprise-utils",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Utils and other miscellaneous enterprise things.",
5
5
  "repository": {
6
6
  "type": "git",