@dropins/storefront-company-switcher 1.1.1-beta.3 → 1.1.1

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @dropins/storefront-company-switcher
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0499d70: Bump "@adobe-commerce/elsie" from 1.8.0-beta0 to 1.8.0-beta1
8
+ - 1de9f29: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
9
+ - d9d1c6a: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
10
+ - 7343c2e: fix: merge user-provided langDefinitions in Provider
11
+
12
+ 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.
13
+
14
+ - d2368e4: Bump adobe-commerce/elsie from 1.8.0-beta.1 to 1.8.0
15
+
3
16
  ## 1.1.1-beta.3
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@dropins/storefront-company-switcher",
3
- "version": "1.1.1-beta.3",
3
+ "version": "1.1.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md"
5
5
  }