@akinon/next 1.23.0-rc.5 → 1.23.0-rc.6

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.23.0-rc.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 8bc6085: ZERO-2472: RTK Query Invalidate
8
+ - 02a3c58: ZERO-2460: Breadcrumb checks for undefined values
9
+ - 82fd759: ZERO-2467: Update global and plugins declarations
10
+ - 0181251: ZERO-2440: move otp popup state to redux
11
+ - 07cc81a: Add infinite and more types to pagination
12
+ - 8d6caba: ZERO-2434: enhance error handling and logging in appFetch function
13
+ - b4452e9: ZERO-2463: Refactor Sentry initialization and add Sentry DSN option to settings
14
+ - b2da5e4: Revert ZERO-2435
15
+
16
+ ### Patch Changes
17
+
18
+ - da1e501: ZERO-2296: Fix ROUTES import
19
+ - 2e44646: ZERO-2434: Fix category URL in getCategoryDataHandler function
20
+ - 2e9476c: ZERO-2434: remove error throwing in appFetch
21
+
3
22
  ## 1.23.0-rc.5
4
23
 
5
24
  ### Minor Changes
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.23.0-rc.5",
4
+ "version": "1.23.0-rc.6",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "@typescript-eslint/eslint-plugin": "6.7.4",
33
33
  "@typescript-eslint/parser": "6.7.4",
34
34
  "eslint": "^8.14.0",
35
- "@akinon/eslint-plugin-projectzero": "1.23.0-rc.5",
35
+ "@akinon/eslint-plugin-projectzero": "1.23.0-rc.6",
36
36
  "eslint-config-prettier": "8.5.0"
37
37
  }
38
38
  }