@snowcone-app/ui 0.4.0 → 0.4.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 +9 -0
- package/dist/index.cjs +545 -473
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.js +435 -364
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/composed/HeroProductImage.tsx +78 -10
- package/src/composed/SafeImg.tsx +46 -0
- package/src/composed/carousels/MobileProductCarousel.tsx +42 -8
- package/src/composed/search/meilisearchAdapter.ts +1 -1
- package/src/composed/zoom/EnhancedImageViewer.tsx +2 -1
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#812](https://github.com/snowcone-app/snowcone-monorepo/pull/812) [`d109687`](https://github.com/snowcone-app/snowcone-monorepo/commit/d1096871902f250655fba2afa3276df8710a7e36) Thanks [@kevinsproles](https://github.com/kevinsproles)! - Rotate the public catalog search key (the previous value was over-permissioned; the new one is read-only/search-scoped).
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`d109687`](https://github.com/snowcone-app/snowcone-monorepo/commit/d1096871902f250655fba2afa3276df8710a7e36)]:
|
|
10
|
+
- @snowcone-app/sdk@0.17.1
|
|
11
|
+
|
|
3
12
|
## 0.4.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|