@vtex/faststore-plugin-buyer-portal 1.3.51 → 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,18 @@ 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
+
16
+ ## [1.3.52] - 2026-01-06
17
+
18
+ ### Fixed
19
+
20
+ - Removed settings object from LoadingTabs
21
+
10
22
  ## [1.3.51] - 2026-01-05
11
23
 
12
24
  ### Added
@@ -439,7 +451,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439
451
  - Add CHANGELOG file
440
452
  - Add README file
441
453
 
442
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...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
456
+ [1.3.52]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...v1.3.52
443
457
  [1.3.51]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.50...v1.3.51
444
458
  [1.3.50]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.49...v1.3.50
445
459
  [1.3.49]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.48...v1.3.49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -124,19 +124,6 @@ export const LoadingTabsLayout = ({ children }: LoadingTabsLayoutProps) => {
124
124
  name: "",
125
125
  },
126
126
  },
127
- settings: {
128
- userIdentification: {
129
- userName: false,
130
- email: false,
131
- phone: false,
132
- },
133
- authenticationMethods: {
134
- method: "PASSWORD",
135
- },
136
- "2FA": {
137
- verificationCode: false,
138
- },
139
- },
140
127
  }}
141
128
  />
142
129
  );
@@ -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.51";
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";