@gr4vy/secure-fields 1.6.0 → 1.6.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.6.1 (Wed May 10 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: background color invalid style [#297](https://github.com/gr4vy/secure-fields/pull/297) ([@luca-gr4vy](https://github.com/luca-gr4vy))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Allievi ([@luca-gr4vy](https://github.com/luca-gr4vy))
10
+
11
+ ---
12
+
1
13
  # v1.6.0 (Tue May 09 2023)
2
14
 
3
15
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gr4vy/secure-fields",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Gr4vy-hosted secure fields offering advanced theming, PCI compliance, event handling, and more.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "9fee6bf34cae19d6cac379a45bd515f37a0eac4e"
56
+ "gitHead": "d4e46c6a94d9f160b04c5d200e9a00b45705c2f6"
57
57
  }