@gr4vy/secure-fields-react 1.15.0 → 1.15.2

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,3 +1,15 @@
1
+ # v1.15.1 (Thu Dec 07 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore(readme): Add link to changelog [#516](https://github.com/gr4vy/secure-fields/pull/516) ([@cbetta](https://github.com/cbetta))
6
+
7
+ #### Authors: 1
8
+
9
+ - Cristiano Betta ([@cbetta](https://github.com/cbetta))
10
+
11
+ ---
12
+
1
13
  # v1.14.0 (Thu Nov 09 2023)
2
14
 
3
15
  #### 🚀 Enhancement
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/@gr4vy/secure-fields-react?color=green)
4
4
  [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/gr4vy/secure-fields/blob/main/LICENSE)
5
+ [![Changelog](https://img.shields.io/badge/changelog-dimgrey?logo=npm&logoColor=white)](https://www.runpkg.com/?@gr4vy/secure-fields/CHANGELOG.md)
5
6
 
6
7
  Add Secure Fields in your React app.
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gr4vy/secure-fields-react",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
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",
@@ -39,7 +39,7 @@
39
39
  "react-dom": ">=17.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@gr4vy/secure-fields": "^1.15.0"
42
+ "@gr4vy/secure-fields": "^1.15.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@testing-library/react-hooks": "^8.0.1",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "8774bd844b87a00bd442283e5a26a5f3dffba756"
54
+ "gitHead": "b78007fa72f0957475d4356cf72d862d4de34e9e"
55
55
  }