@haus-storefront-react/currency-picker 1.0.0-next.0 → 1.0.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## 1.0.0-next.1 (2025-12-30)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.0-next.1
6
+ - Updated core to 1.0.0-next.1
7
+ - Updated common/utils to 1.0.0-next.1
8
+ - Updated shared/types to 1.0.0-next.1
9
+
10
+ ## 1.0.0-next.0 (2025-12-30)
11
+
12
+ ### 🚀 Features
13
+
14
+ - introduce providers library and enhance vendure integration
15
+ - enhance SDK and HTTP client integration
16
+
17
+ ### 🧱 Updated Dependencies
18
+
19
+ - Updated store/hooks to 1.0.0-next.0
20
+ - Updated core to 1.0.0-next.0
21
+ - Updated common/utils to 1.0.0-next.0
22
+ - Updated shared/types to 1.0.0-next.0
23
+
1
24
  ## 0.0.52-4 (2025-12-15)
2
25
 
3
26
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/currency-picker",
3
- "version": "1.0.0-next.0",
3
+ "version": "1.0.0-next.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,9 +11,9 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@haus-storefront-react/common-utils": "1.0.0-next.0",
15
- "@haus-storefront-react/core": "1.0.0-next.0",
16
- "@haus-storefront-react/hooks": "1.0.0-next.0",
17
- "@haus-storefront-react/shared-types": "1.0.0-next.0"
14
+ "@haus-storefront-react/common-utils": "1.0.0-next.2",
15
+ "@haus-storefront-react/core": "1.0.0-next.2",
16
+ "@haus-storefront-react/hooks": "1.0.0-next.2",
17
+ "@haus-storefront-react/shared-types": "1.0.0-next.2"
18
18
  }
19
19
  }