@dropins/storefront-quote-management 1.1.1-beta.0 → 1.1.2

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 +34 -0
  2. package/package.json +5 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,34 @@
1
+ # @dropins/storefront-quote-management
2
+
3
+ ## 1.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0dd15e3: Make package public
8
+
9
+ ## 1.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 2ee05ac: fix: merge user-provided langDefinitions in Provider
14
+
15
+ The Provider now imports config and uses deepmerge to merge user-provided langDefinitions with the drop-in's bundled defaults before passing them to UIProvider. This enables label/placeholder overrides via the initializer API.
16
+
17
+ - c1aa431: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
18
+ - 214719a: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
19
+
20
+ ## 1.1.1-beta.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 214719a: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
25
+
26
+ ## 1.1.1-beta.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 2ee05ac: fix: merge user-provided langDefinitions in Provider
31
+
32
+ The Provider now imports config and uses deepmerge to merge user-provided langDefinitions with the drop-in's bundled defaults before passing them to UIProvider. This enables label/placeholder overrides via the initializer API.
33
+
34
+ - c1aa431: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
package/package.json CHANGED
@@ -1 +1,5 @@
1
- {"name": "@dropins/storefront-quote-management", "version": "1.1.1-beta.0", "@dropins/tools": "^1.7.0", "license": "SEE LICENSE IN LICENSE.md"}
1
+ {
2
+ "name": "@dropins/storefront-quote-management",
3
+ "version": "1.1.2",
4
+ "license": "SEE LICENSE IN LICENSE.md"
5
+ }