@akinon/pz-otp 1.24.1 → 1.25.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # @akinon/pz-otp
2
2
 
3
- ## 1.24.1
3
+ ## 1.25.0-rc.1
4
+
5
+ ### Minor Changes
6
+
7
+ - e20b27f: ZERO-2454:add otp login
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - 95510c7: ZERO-2508: Enable rc branch pipeline and add check-publish-version step
8
12
 
13
+ ## 1.25.0-rc.0
14
+
15
+ ### Minor Changes
16
+
17
+ - e20b27f: ZERO-2454:add otp login
18
+
9
19
  ## 1.24.0
10
20
 
11
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-otp",
3
- "version": "1.24.1",
3
+ "version": "1.25.0-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/views/Otp.tsx CHANGED
@@ -126,7 +126,7 @@ export const Otp = ({
126
126
  viewBox="0 0 14 14"
127
127
  xmlns="http://www.w3.org/2000/svg"
128
128
  >
129
- <g fill="#000" fill-rule="nonzero">
129
+ <g fill="#000" fillRule="nonzero">
130
130
  <path d="M.684 14A.684.684 0 0 1 .2 12.833L12.833.2a.684.684 0 1 1 .967.967L1.167 13.8a.682.682 0 0 1-.483.2z" />
131
131
  <path d="M13.316 14a.682.682 0 0 1-.483-.2L.2 1.167A.684.684 0 0 1 1.167.2L13.8 12.833A.684.684 0 0 1 13.316 14z" />
132
132
  </g>