@akinon/next 1.43.0-rc.13 → 1.43.0-rc.15

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,13 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.43.0-rc.15
4
+
5
+ ## 1.43.0-rc.14
6
+
7
+ ### Minor Changes
8
+
9
+ - 3bf2dd9: ZERO-2551: Fix search page
10
+
3
11
  ## 1.43.0-rc.13
4
12
 
5
13
  ### Minor Changes
@@ -241,7 +241,7 @@ const withPzDefault =
241
241
  Settings.usePrettyUrlRoute &&
242
242
  url.searchParams.toString().length > 0 &&
243
243
  !Object.entries(ROUTES).find(([, value]) =>
244
- new RegExp(`^${value}$`).test(
244
+ new RegExp(`^${value}/?$`).test(
245
245
  pathnameWithoutLocale
246
246
  )
247
247
  )
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.43.0-rc.13",
4
+ "version": "1.43.0-rc.15",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "set-cookie-parser": "2.6.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@akinon/eslint-plugin-projectzero": "1.43.0-rc.13",
33
+ "@akinon/eslint-plugin-projectzero": "1.43.0-rc.15",
34
34
  "@types/react-redux": "7.1.30",
35
35
  "@types/set-cookie-parser": "2.4.7",
36
36
  "@typescript-eslint/eslint-plugin": "6.7.4",