@lana-commerce/core 13.0.0-alpha.2 → 13.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,17 +6,24 @@ This project adheres to [Semantic Versioning][semantic versioning].
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Major Changes
10
+ ### Minor Changes
11
+ ### Patch Changes
12
+
13
+ ## [Released]
14
+
15
+ ## 13.0.0 (2024-08-12)
16
+
9
17
  ### Major Changes
10
18
 
11
19
  - Autocomplete APIs are removed in favor of "suggest" APIs.
12
20
  - Search API pagination no longer supports keyset pagination, offset-based pagination becomes the only option.
13
21
 
14
- ### Minor Changes
15
22
  ### Patch Changes
16
23
 
17
24
  - Update how "productFiltering" converts variant options to API search requests.
18
25
 
19
- ## [Released]
26
+ ------------------------------------------------------------------------------------------------------------------
20
27
 
21
28
  ## 12.0.0 (2024-07-18)
22
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lana-commerce/core",
3
- "version": "13.0.0-alpha.2",
3
+ "version": "13.0.0",
4
4
  "description": "Lana JS Core",
5
5
  "scripts": {
6
6
  "test": "jest",