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

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.52] - 2026-01-06
11
+
12
+ ### Fixed
13
+
14
+ - Removed settings object from LoadingTabs
15
+
10
16
  ## [1.3.51] - 2026-01-05
11
17
 
12
18
  ### Added
@@ -439,7 +445,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439
445
  - Add CHANGELOG file
440
446
  - Add README file
441
447
 
442
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...HEAD
448
+ [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...HEAD
449
+ [1.3.52]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.51...v1.3.52
443
450
  [1.3.51]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.50...v1.3.51
444
451
  [1.3.50]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.49...v1.3.50
445
452
  [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.52",
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.52";