@adobe-commerce/elsie 2.0.0 → 2.0.1-alpha-20260806134012

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @adobe-commerce/elsie
2
2
 
3
+ ## 2.0.1-alpha-20260806134012
4
+
5
+ ### Patch Changes
6
+
7
+ - 7df4102: Revert reCAPTCHA support for B2B company registration (createCompany)
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-alpha-20260806134012",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@adobe-commerce/event-bus": "~1.1.1",
34
34
  "@adobe-commerce/fetch-graphql": "~1.3.1",
35
- "@adobe-commerce/recaptcha": "1.2.1",
35
+ "@adobe-commerce/recaptcha": "1.2.2-alpha-20260806134012",
36
36
  "@adobe-commerce/storefront-design": "~1.1.1",
37
37
  "@chromatic-com/storybook": "^5",
38
38
  "@dropins/build-tools": "~1.2.1"