@haus-storefront-react/shared-types 0.0.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,92 @@
1
+ ## 2.0.10 (2025-06-25)
2
+
3
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
4
+
5
+ ## 2.0.9 (2025-06-25)
6
+
7
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
8
+
9
+ ## 2.0.8 (2025-06-25)
10
+
11
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
12
+
13
+ ## 2.0.7 (2025-06-25)
14
+
15
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
16
+
17
+ ## 2.0.6 (2025-06-25)
18
+
19
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
20
+
21
+ ## 2.0.5 (2025-06-25)
22
+
23
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
24
+
25
+ ## 2.0.4 (2025-06-25)
26
+
27
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
28
+
29
+ ## 2.0.3 (2025-06-25)
30
+
31
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
32
+
33
+ ## 2.0.1 (2025-06-25)
34
+
35
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
36
+
37
+ # 2.0.0 (2025-06-25)
38
+
39
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
40
+
41
+ ## 1.0.3 (2025-06-05)
42
+
43
+ ### 🚀 Features
44
+
45
+ - introduce haus-storefront-components-react-native app ([2bb6785](https://github.com/WeAreHausTech/haus-storefront-components/commit/2bb6785))
46
+ - add FetchClient for API interactions and configure VSCode settings ([422644b](https://github.com/WeAreHausTech/haus-storefront-components/commit/422644b))
47
+ - add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
48
+ - add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
49
+ - implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
50
+
51
+ ### ❤️ Thank You
52
+
53
+ - Johanna Bertils
54
+ - Mathias Saxenstrand
55
+
56
+ ## 1.0.2 (2025-05-26)
57
+
58
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
59
+
60
+ ## 1.0.1 (2025-05-23)
61
+
62
+ ### 🚀 Features
63
+
64
+ - generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
65
+ - integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
66
+ - **eslint:** enhance ESLint configuration with React Compiler support ([426f72d](https://github.com/WeAreHausTech/haus-storefront-components/commit/426f72d))
67
+ - **price:** enhance Price component with AsChildProps and custom currency support ([5237a6e](https://github.com/WeAreHausTech/haus-storefront-components/commit/5237a6e))
68
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
69
+ - **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
70
+
71
+ ### 🩹 Fixes
72
+
73
+ - **nx.json:** update preVersionCommand to include typecheck step before build ([a39553a](https://github.com/WeAreHausTech/haus-storefront-components/commit/a39553a))
74
+ - **nx.json:** update preVersionCommand to target specific projects with dependencies ([3ec636d](https://github.com/WeAreHausTech/haus-storefront-components/commit/3ec636d))
75
+
76
+ ### ❤️ Thank You
77
+
78
+ - Mathias Saxenstrand
79
+
80
+ # 1.0.0 (2025-04-22)
81
+
82
+ ### 🚀 Features
83
+
84
+ - **shared-types:** create shared types library and update imports across the codebase ([c3f6400](https://github.com/WeAreHausTech/haus-storefront-components/commit/c3f6400))
85
+
86
+ ### 🩹 Fixes
87
+
88
+ - **hooks:** add types export to package.json ([5e77c26](https://github.com/WeAreHausTech/haus-storefront-components/commit/5e77c26))
89
+
90
+ ### ❤️ Thank You
91
+
92
+ - Mathias Saxenstrand
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # shared/types
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test shared/types` to execute the unit tests via [Vitest](https://vitest.dev/).