@akinon/pz-gpay 1.90.0 → 1.91.0-rc.0

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 +49 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @akinon/pz-gpay
2
2
 
3
+ ## 1.91.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
+ - e974d8e: ZERO-3406: Fix rc build
9
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
10
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
11
+
3
12
  ## 1.90.0
4
13
 
5
14
  ### Minor Changes
@@ -11,6 +20,46 @@
11
20
  ### Minor Changes
12
21
 
13
22
  - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
23
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
24
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
25
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
26
+
27
+ ## 1.89.0-rc.9
28
+
29
+ ### Minor Changes
30
+
31
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
32
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
33
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
34
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
35
+
36
+ ## 1.89.0-rc.8
37
+
38
+ ## 1.89.0-rc.7
39
+
40
+ ## 1.89.0-rc.6
41
+
42
+ ## 1.89.0-rc.5
43
+
44
+ ## 1.89.0-rc.4
45
+
46
+ ## 1.89.0-rc.3
47
+
48
+ ## 1.89.0-rc.2
49
+
50
+ ### Minor Changes
51
+
52
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
53
+
54
+ ## 1.89.0-rc.1
55
+
56
+ ## 1.89.0-rc.0
57
+
58
+ ### Minor Changes
59
+
60
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
61
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
62
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
14
63
 
15
64
  ## 1.88.0
16
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-gpay",
3
- "version": "1.90.0",
3
+ "version": "1.91.0-rc.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {