@dropins/storefront-auth 3.2.0-beta.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dropins/storefront-auth
2
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
+
3
15
  ## 3.2.0-beta.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@dropins/storefront-auth",
3
- "version": "3.2.0-beta.1",
3
+ "version": "3.2.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md"
5
5
  }