@gomusdev/web-components 4.2.0 → 4.4.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.
package/README.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.4.0 (2026-07-13)
4
+
5
+ ### Features
6
+
7
+ * **go-api:** add go.api.getCustomerAddresses()
8
+
9
+ ## 4.3.0 (2026-07-13)
10
+
11
+ ### Features
12
+
13
+ * **cart:** render tour lines in go-cart (WI [#128](https://gitlab.giantmonkey.de/gomus/frontend/issues/128))
14
+ * **cart:** tour product model layer for go.cart.addTour (WI [#128](https://gitlab.giantmonkey.de/gomus/frontend/issues/128))
15
+ * **go:** go.api.cart.addTour for programmatic tour booking (WI [#128](https://gitlab.giantmonkey.de/gomus/frontend/issues/128))
16
+ * **order:** render tour bookings in go-order breakdown (WI [#128](https://gitlab.giantmonkey.de/gomus/frontend/issues/128))
17
+
3
18
  ## 4.2.0 (2026-07-09)
4
19
 
5
20
  ### Features
@@ -0,0 +1 @@
1
+ export { SvelteComponent as default } from 'svelte';
@@ -0,0 +1 @@
1
+ export { SvelteComponent as default } from 'svelte';