@akinon/next 1.34.0-rc.16 → 1.34.0-rc.18

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.34.0-rc.18
4
+
5
+ ## 1.34.0-rc.17
6
+
7
+ ### Minor Changes
8
+
9
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
10
+ - 6d4aadb: ZERO-2476: Auto install recommendenent extension
11
+ - 8e6e8cf: ZERO-2524: Removed cli from projectzero so that build works as expected
12
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
13
+ - 7cebe87: ZERO-2524: Add check monorepo utility function
14
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
15
+ - bbe18b9: ZERO-2575: Fix build error
16
+ - f0c23bc: ZERO-2135: add custom not found page
17
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
18
+ - 495d155: ZERO-2505: findBaseDir function is united and move on to the utils
19
+ - beb499e: ZERO-2551: Add new tsconfig paths
20
+ - 40ad73e: ZERO-2504: add cookie filter to api client request
21
+ - 495d155: ZERO-2524: Zero-cli dist checks for changes and renders it to the terminal.
22
+ - f046f8e: ZERO-2575: update version for react-number-format
23
+ - 6b2972b: ZERO-2514: Fix handling of status 204 and return Commerce status code in client proxy API.
24
+ - 3e68768: ZERO-2578: Add osessionid check in middleware
25
+
26
+ ### Patch Changes
27
+
28
+ - 616690d: ZERO-2635: remove maxRetries from redux
29
+ - 59fb7c3: ZERO-2504: get set-cookie headers from commerce request
30
+
3
31
  ## 1.34.0-rc.16
4
32
 
5
33
  ## 1.34.0-rc.15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.34.0-rc.16",
4
+ "version": "1.34.0-rc.18",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -35,7 +35,7 @@
35
35
  "@typescript-eslint/eslint-plugin": "6.7.4",
36
36
  "@typescript-eslint/parser": "6.7.4",
37
37
  "eslint": "^8.14.0",
38
- "@akinon/eslint-plugin-projectzero": "1.34.0-rc.16",
38
+ "@akinon/eslint-plugin-projectzero": "1.34.0-rc.18",
39
39
  "eslint-config-prettier": "8.5.0"
40
40
  }
41
41
  }