@dropins/storefront-purchase-order 1.1.1-beta.0 → 1.1.1-beta.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.
- package/CHANGELOG.md +22 -0
- package/package.json +5 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @dropins/storefront-purchase-order
|
|
2
|
+
|
|
3
|
+
## 1.1.1-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 58d381a: Bump adobe-commerce/elsie from 1.8.0-beta.1 to 1.8.0
|
|
8
|
+
|
|
9
|
+
## 1.1.1-beta.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0fe9577: Bump "@adobe-commerce/elsie" from 1.7.0 to 1.8.0-beta.1
|
|
14
|
+
|
|
15
|
+
## 1.1.1-beta.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 97390d9: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
|
20
|
+
- d233102: fix: merge user-provided langDefinitions in Provider
|
|
21
|
+
|
|
22
|
+
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.
|
package/package.json
CHANGED