@akinon/projectzero 1.34.0-rc.13 → 1.34.0-rc.14

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,7 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.34.0-rc.14
4
+
3
5
  ## 1.34.0-rc.13
4
6
 
5
7
  ## 1.34.0-rc.12
@@ -1,5 +1,21 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.34.0-rc.14
4
+
5
+ ### Minor Changes
6
+
7
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
8
+
9
+ ### Patch Changes
10
+
11
+ - @akinon/next@1.34.0-rc.14
12
+ - @akinon/pz-b2b@1.34.0-rc.14
13
+ - @akinon/pz-gpay@1.34.0-rc.14
14
+ - @akinon/pz-masterpass@1.34.0-rc.14
15
+ - @akinon/pz-one-click-checkout@1.34.0-rc.14
16
+ - @akinon/pz-otp@1.34.0-rc.14
17
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.14
18
+
3
19
  ## 1.34.0-rc.13
4
20
 
5
21
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.34.0-rc.13",
3
+ "version": "1.34.0-rc.14",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,13 +22,13 @@
22
22
  "prestart": "pz-prestart"
23
23
  },
24
24
  "dependencies": {
25
- "@akinon/next": "1.34.0-rc.13",
26
- "@akinon/pz-b2b": "1.34.0-rc.13",
27
- "@akinon/pz-gpay": "1.34.0-rc.13",
28
- "@akinon/pz-masterpass": "1.34.0-rc.13",
29
- "@akinon/pz-one-click-checkout": "1.34.0-rc.13",
30
- "@akinon/pz-otp": "1.34.0-rc.13",
31
- "@akinon/pz-pay-on-delivery": "1.34.0-rc.13",
25
+ "@akinon/next": "1.34.0-rc.14",
26
+ "@akinon/pz-b2b": "1.34.0-rc.14",
27
+ "@akinon/pz-gpay": "1.34.0-rc.14",
28
+ "@akinon/pz-masterpass": "1.34.0-rc.14",
29
+ "@akinon/pz-one-click-checkout": "1.34.0-rc.14",
30
+ "@akinon/pz-otp": "1.34.0-rc.14",
31
+ "@akinon/pz-pay-on-delivery": "1.34.0-rc.14",
32
32
  "@hookform/resolvers": "2.9.0",
33
33
  "@next/third-parties": "14.1.0",
34
34
  "@react-google-maps/api": "2.17.1",
@@ -52,7 +52,7 @@
52
52
  "yup": "0.32.11"
53
53
  },
54
54
  "devDependencies": {
55
- "@akinon/eslint-plugin-projectzero": "1.34.0-rc.13",
55
+ "@akinon/eslint-plugin-projectzero": "1.34.0-rc.14",
56
56
  "@semantic-release/changelog": "6.0.2",
57
57
  "@semantic-release/exec": "6.0.3",
58
58
  "@semantic-release/git": "10.0.1",
@@ -66,15 +66,6 @@ export const Filters = (props: Props) => {
66
66
  dispatch(resetSelectedFacets());
67
67
  };
68
68
 
69
- useEffect(() => {
70
- const url = new URL(window.location.href);
71
- if (url.searchParams.has('category_ids')) {
72
- url.searchParams.delete('category_ids');
73
- const newHref = url.pathname + url.search;
74
- window.history.replaceState({}, '', newHref);
75
- }
76
- }, [router]);
77
-
78
69
  const sizeKey = commonProductAttributes.find(
79
70
  (item) => item.translationKey === 'size'
80
71
  ).key;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.34.0-rc.13",
3
+ "version": "1.34.0-rc.14",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {