@akinon/pz-masterpass 1.81.0-rc.8 → 1.81.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 -20
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,28 +1,10 @@
1
1
  # @akinon/pz-masterpass
2
2
 
3
- ## 1.81.0-rc.8
4
-
5
- ## 1.81.0-rc.7
6
-
7
- ## 1.81.0-rc.6
8
-
9
- ## 1.81.0-rc.5
10
-
11
- ## 1.81.0-rc.4
12
-
13
- ## 1.81.0-rc.3
14
-
15
- ## 1.81.0-rc.2
16
-
17
- ## 1.81.0-rc.1
18
-
19
- ## 1.81.0-rc.0
3
+ ## 1.81.0
20
4
 
21
5
  ### Minor Changes
22
6
 
23
- - fdbf156f: ZERO-3137: Trim whitespace from account alias name input in card registration form
24
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
25
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
7
+ - fdbf156: ZERO-3137: Trim whitespace from account alias name input in card registration form
26
8
 
27
9
  ## 1.80.0
28
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-masterpass",
3
- "version": "1.81.0-rc.8",
3
+ "version": "1.81.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.d.ts",