@snowcone-app/ui 0.4.0 → 0.4.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#822](https://github.com/snowcone-app/snowcone-monorepo/pull/822) [`0d6a637`](https://github.com/snowcone-app/snowcone-monorepo/commit/0d6a637d94f94b4b1b6a085220587e458a73bd83) Thanks [@kevinsproles](https://github.com/kevinsproles)! - Fix the public catalog key scope: it now includes `documents.get` (exact product lookups by code), not just `search`. The previous key was search-only, which rejected the documented `GET /indexes/snowcone/documents/{code}` reads.
8
+
9
+ - Updated dependencies [[`0d6a637`](https://github.com/snowcone-app/snowcone-monorepo/commit/0d6a637d94f94b4b1b6a085220587e458a73bd83)]:
10
+ - @snowcone-app/sdk@0.17.2
11
+
12
+ ## 0.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#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).
17
+
18
+ - Updated dependencies [[`d109687`](https://github.com/snowcone-app/snowcone-monorepo/commit/d1096871902f250655fba2afa3276df8710a7e36)]:
19
+ - @snowcone-app/sdk@0.17.1
20
+
3
21
  ## 0.4.0
4
22
 
5
23
  ### Minor Changes