@adobe-commerce/elsie 2.1.0-alpha-20260903104321 → 2.1.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @adobe-commerce/elsie
2
2
 
3
- ## 2.1.0-alpha-20260903104321
3
+ ## 2.1.0-beta.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -22,7 +22,7 @@
22
22
  the button element — live regions must not be nested inside interactive
23
23
  elements).
24
24
 
25
- - 2b6c82a: Bump `preact` from `~10.22.1` to `~10.29.7` and `@preact/signals`
25
+ - 4cecbe2: Bump `preact` from `~10.22.1` to `~10.29.7` and `@preact/signals`
26
26
  from `1.3.0` to `^2.3.1`, matching the preact version most external consumers
27
27
  already have installed.
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "2.1.0-alpha-20260903104321",
3
+ "version": "2.1.0-beta.0",
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.3.0-alpha-20260903104321",
35
+ "@adobe-commerce/recaptcha": "1.3.0-beta.0",
36
36
  "@adobe-commerce/storefront-design": "~1.1.1",
37
37
  "@chromatic-com/storybook": "^5",
38
38
  "@dropins/build-tools": "~1.2.1"