@dropins/storefront-auth 3.2.0-beta.0 → 3.2.0
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 +30 -0
- package/package.json +5 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# @dropins/storefront-auth
|
|
2
|
+
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e880d43: Adds missing slot props to the Reset Password Container.
|
|
8
|
+
- 901ad98: Introduced slots for Title, Form and Buttons sections in all containers to enhance flexibility and customization
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 323dd52: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
|
13
|
+
- fc20311: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0
|
|
14
|
+
|
|
15
|
+
## 3.2.0-beta.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- fc20311: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0
|
|
20
|
+
|
|
21
|
+
## 3.2.0-beta.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- e880d43: Adds missing slot props to the Reset Password Container.
|
|
26
|
+
- 901ad98: Introduced slots for Title, Form and Buttons sections in all containers to enhance flexibility and customization
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 323dd52: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
package/package.json
CHANGED