@2uinc/frontend-enterprise-logistration 9.2.1 → 9.2.3

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
+ ## [9.2.3](https://github.com/edx/frontend-enterprise/compare/@2uinc/frontend-enterprise-logistration@9.2.2...@2uinc/frontend-enterprise-logistration@9.2.3) (2026-04-27)
7
+
8
+ **Note:** Version bump only for package @2uinc/frontend-enterprise-logistration
9
+
10
+
11
+
12
+
13
+
14
+ ## 9.2.2 (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
  ## [9.2.1](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@9.2.0...@edx/frontend-enterprise-logistration@9.2.1) (2025-02-26)
7
24
 
8
25
  **Note:** Version bump only for package @edx/frontend-enterprise-logistration
package/README.rst CHANGED
@@ -1,15 +1,15 @@
1
- @edx/frontend-enterprise-logistration
1
+ @2uinc/frontend-enterprise-logistration
2
2
  =============
3
3
 
4
4
  |Build Status| |npm_version| |npm_downloads| |license|
5
5
 
6
6
  This package exports a UI component related to logistration for Enterprise users. This package will be helpful for Enterprise micro-frontends to share logic related to redirecting enterprise users to the logistration page branded with their Enterprise Customer's logo and additional messaging.
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-logistration.svg
11
- :target: @edx/frontend-enterprise-logistration
12
- .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-enterprise-logistration.svg
13
- :target: @edx/frontend-enterprise-logistration
14
- .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-enterprise-logistration.svg
15
- :target: @edx/frontend-enterprise-logistration
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-logistration.svg
11
+ :target: @2uinc/frontend-enterprise-logistration
12
+ .. |npm_downloads| image:: https://img.shields.io/npm/dt/@2uinc/frontend-enterprise-logistration.svg
13
+ :target: @2uinc/frontend-enterprise-logistration
14
+ .. |license| image:: https://img.shields.io/npm/l/@2uinc/frontend-enterprise-logistration.svg
15
+ :target: @2uinc/frontend-enterprise-logistration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-enterprise-logistration",
3
- "version": "9.2.1",
3
+ "version": "9.2.3",
4
4
  "description": "Enterprise-specific component(s) to ensure enterprise users are redirected to branded enterprise logistration flow.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "sideEffects": false,
39
39
  "dependencies": {
40
- "@edx/frontend-enterprise-utils": "^10.0.0",
40
+ "@2uinc/frontend-enterprise-utils": "^10.0.2",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {