@akinon/pz-tabby-extension 1.91.0-rc.2 → 1.91.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 +2 -68
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,6 @@
1
1
  # @akinon/pz-tabby-extension
2
2
 
3
- ## 1.91.0-rc.2
4
-
5
- ## 1.91.0-rc.1
6
-
7
- ## 1.91.0-rc.0
8
-
9
- ### Minor Changes
10
-
11
- - e974d8e: ZERO-3406: Fix rc build
12
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
3
+ ## 1.91.0
14
4
 
15
5
  ## 1.90.0
16
6
 
@@ -36,63 +26,7 @@
36
26
 
37
27
  ### Minor Changes
38
28
 
39
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
40
-
41
- ## 1.82.0-rc.18
42
-
43
- ## 1.82.0-rc.17
44
-
45
- ## 1.82.0-rc.16
46
-
47
- ### Minor Changes
48
-
49
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
50
- - 624a4eb: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
51
-
52
- ## 1.82.0-rc.15
53
-
54
- ## 1.82.0-rc.14
55
-
56
- ## 1.82.0-rc.13
57
-
58
- ## 1.82.0-rc.12
59
-
60
- ## 1.82.0-rc.11
61
-
62
- ## 1.82.0-rc.10
63
-
64
- ### Minor Changes
65
-
66
- - 624a4eb6: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
67
-
68
- ## 1.82.0-rc.9
69
-
70
- ## 1.82.0-rc.8
71
-
72
- ## 1.82.0-rc.7
73
-
74
- ## 1.82.0-rc.6
75
-
76
- ## 1.82.0-rc.5
77
-
78
- ## 1.82.0-rc.4
79
-
80
- ## 1.82.0-rc.3
81
-
82
- ## 1.82.0-rc.2
83
-
84
- ### Minor Changes
85
-
86
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
87
-
88
- ## 1.82.0-rc.1
89
-
90
- ## 1.82.0-rc.0
91
-
92
- ### Minor Changes
93
-
94
- - 9db58ad6: ZERO-3230: add default values to tabby payment gateway
95
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
29
+ - 9db58ad: ZERO-3230: add default values to tabby payment gateway
96
30
 
97
31
  ## 1.81.0
98
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-tabby-extension",
3
- "version": "1.91.0-rc.2",
3
+ "version": "1.91.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {