@akinon/projectzero 1.34.0-rc.13 → 1.34.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/projectzero
2
2
 
3
+ ## 1.34.0-rc.15
4
+
5
+ ### Minor Changes
6
+
7
+ - 735f4f0: ZERO-2661: create .npmignore in app-template
8
+
9
+ ## 1.34.0-rc.14
10
+
3
11
  ## 1.34.0-rc.13
4
12
 
5
13
  ## 1.34.0-rc.12
@@ -0,0 +1,64 @@
1
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+ # dependencies
4
+ node_modules
5
+ .pnp
6
+ .pnp.js
7
+
8
+ # testing
9
+ /coverage
10
+
11
+ # next.js
12
+ .next/
13
+ out/
14
+
15
+ # production
16
+ **/build/**
17
+ **/dist/**
18
+
19
+ # misc
20
+ .DS_Store
21
+ *.pem
22
+ *.tsbuildinfo
23
+
24
+ # debug
25
+ npm-debug.log*
26
+ yarn-debug.log*
27
+ yarn-error.log*
28
+
29
+ # local env files
30
+ .env.local
31
+ .env.development.local
32
+ .env.test.local
33
+ .env.production.local
34
+ .env
35
+
36
+ # vercel
37
+ .vercel
38
+
39
+ .idea
40
+
41
+ # do not track .vscode folder except some files
42
+ .vscode/*
43
+ !.vscode/extensions.json
44
+ !.vscode/launch.json
45
+
46
+ # turbo
47
+ .turbo
48
+
49
+ # cypress artifacts
50
+ cypress/videos/*
51
+ cypress/screenshots/*
52
+
53
+ # pwa
54
+ public/sw.js
55
+ public/workbox-*.js
56
+ public/worker-*.js
57
+ public/sw.js.map
58
+ public/workbox-*.js.map
59
+ public/worker-*.js.map
60
+
61
+ # Sentry
62
+ .sentryclirc
63
+ next.config.original.js
64
+ next.config.wizardcopy.js
@@ -1,5 +1,33 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.34.0-rc.15
4
+
5
+ ### Patch Changes
6
+
7
+ - @akinon/next@1.34.0-rc.15
8
+ - @akinon/pz-b2b@1.34.0-rc.15
9
+ - @akinon/pz-gpay@1.34.0-rc.15
10
+ - @akinon/pz-masterpass@1.34.0-rc.15
11
+ - @akinon/pz-one-click-checkout@1.34.0-rc.15
12
+ - @akinon/pz-otp@1.34.0-rc.15
13
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.15
14
+
15
+ ## 1.34.0-rc.14
16
+
17
+ ### Minor Changes
18
+
19
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
20
+
21
+ ### Patch Changes
22
+
23
+ - @akinon/next@1.34.0-rc.14
24
+ - @akinon/pz-b2b@1.34.0-rc.14
25
+ - @akinon/pz-gpay@1.34.0-rc.14
26
+ - @akinon/pz-masterpass@1.34.0-rc.14
27
+ - @akinon/pz-one-click-checkout@1.34.0-rc.14
28
+ - @akinon/pz-otp@1.34.0-rc.14
29
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.14
30
+
3
31
  ## 1.34.0-rc.13
4
32
 
5
33
  ### 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.15",
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.15",
26
+ "@akinon/pz-b2b": "1.34.0-rc.15",
27
+ "@akinon/pz-gpay": "1.34.0-rc.15",
28
+ "@akinon/pz-masterpass": "1.34.0-rc.15",
29
+ "@akinon/pz-one-click-checkout": "1.34.0-rc.15",
30
+ "@akinon/pz-otp": "1.34.0-rc.15",
31
+ "@akinon/pz-pay-on-delivery": "1.34.0-rc.15",
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.15",
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.15",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {