@vtex/faststore-plugin-buyer-portal 1.3.52 → 1.3.53

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.53] - 2026-01-06
11
+
12
+ ### Fixed
13
+
14
+ - Solved typo on import of add menu dropdown
15
+
10
16
  ## [1.3.52] - 2026-01-06
11
17
 
12
18
  ### Fixed
@@ -445,7 +451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
445
451
  - Add CHANGELOG file
446
452
  - Add README file
447
453
 
448
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...HEAD
454
+ [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.53...HEAD
455
+ [1.3.53]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...v1.3.53
449
456
  [1.3.52]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...v1.3.52
450
457
  [1.3.51]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.50...v1.3.51
451
458
  [1.3.50]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.49...v1.3.50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,4 +22,4 @@ export const SCOPE_KEYS = {
22
22
  CREDIT_CARDS: "creditCards",
23
23
  } as const;
24
24
 
25
- export const CURRENT_VERSION = "1.3.52";
25
+ export const CURRENT_VERSION = "1.3.53";
@@ -2,5 +2,5 @@
2
2
  @import "../ReassignOrgUnitDrawer/reassign-org-unit-drawer.scss";
3
3
  @import "../DeleteUserDrawer/delete-user-drawer.scss";
4
4
  @import "../CreateUserDrawer/create-user-drawer.scss";
5
- @import "../CreateUserDrawerWithUsername/create-user-drawer-with-userName.scss";
5
+ @import "../CreateUserDrawerWithUsername/create-user-drawer-with-username.scss";
6
6
  @import "../UpdateUserDrawer/update-user-drawer.scss";