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

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