@dropins/storefront-company-management 1.2.0-beta.0 → 1.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 +36 -0
- package/package.json +5 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# @dropins/storefront-company-management
|
|
2
|
+
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f1a97ea: fix: Adapted the initializer to be used as the same way than the other drop-ins
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- a158c8b: fix: merge user-provided langDefinitions in Provider
|
|
12
|
+
|
|
13
|
+
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.
|
|
14
|
+
|
|
15
|
+
- 8fa4950: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
|
|
16
|
+
- d04bbf6: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
|
17
|
+
|
|
18
|
+
## 1.2.0-beta.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 8fa4950: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
|
|
23
|
+
|
|
24
|
+
## 1.2.0-beta.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- f1a97ea: fix: Adapted the initializer to be used as the same way than the other drop-ins
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- a158c8b: fix: merge user-provided langDefinitions in Provider
|
|
33
|
+
|
|
34
|
+
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.
|
|
35
|
+
|
|
36
|
+
- d04bbf6: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
package/package.json
CHANGED