react-phone-number-input-pro 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  <!-- Changes for the next release go here -->
11
11
  <!-- Format: ### Added / ### Fixed / ### Changed -->
12
12
 
13
+ ## [1.0.2] - 2026-07-02
14
+
15
+ ### Fixed
16
+ - Fixed the GitHub repository URL in `package.json` to point to the correct repository
17
+
18
+
13
19
  ## [1.0.1] - 2026-07-01
14
20
 
15
21
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-phone-number-input-pro",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A highly customizable React component for international phone number input with built-in country detection, strict validation, and zero runtime dependencies.",
5
5
  "keywords": [
6
6
  "react",
@@ -14,16 +14,16 @@
14
14
  "typescript",
15
15
  "zero-runtime-dependency"
16
16
  ],
17
- "homepage": "https://github.com/saafir-bhimani/react-phone-input-pro",
17
+ "homepage": "https://github.com/Saafirbhimani-154/react-phone-input-pro",
18
18
  "bugs": {
19
- "url": "https://github.com/saafir-bhimani/react-phone-input-pro/issues"
19
+ "url": "https://github.com/Saafirbhimani-154/react-phone-input-pro/issues"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/saafir-bhimani/react-phone-input-pro.git"
23
+ "url": "git+https://github.com/Saafirbhimani-154/react-phone-input-pro.git"
24
24
  },
25
25
  "license": "MIT",
26
- "author": "saafir-bhimani",
26
+ "author": "saafirbhimani-154",
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },