@haus-storefront-react/shared-types 0.0.1 → 0.0.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.
- package/CHANGELOG.md +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 0.0.1 (2025-06-26)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
|
|
6
|
+
- generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
|
|
7
|
+
- integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
|
|
8
|
+
- **price:** enhance Price component with AsChildProps and custom currency support ([5237a6e](https://github.com/WeAreHausTech/haus-storefront-components/commit/5237a6e))
|
|
9
|
+
- **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
|
|
10
|
+
- **shared-types:** create shared types library and update imports across the codebase ([c3f6400](https://github.com/WeAreHausTech/haus-storefront-components/commit/c3f6400))
|
|
11
|
+
|
|
12
|
+
### 🩹 Fixes
|
|
13
|
+
|
|
14
|
+
- **hooks:** add types export to package.json ([5e77c26](https://github.com/WeAreHausTech/haus-storefront-components/commit/5e77c26))
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Mathias Saxenstrand
|
|
19
|
+
|
|
1
20
|
## 2.0.10 (2025-06-25)
|
|
2
21
|
|
|
3
22
|
This was a version bump only for shared/types to align it with other projects, there were no code changes.
|