@desource/phone-mask-react 1.1.0 → 1.1.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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @desource/phone-mask-react
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Core Upgrades:
8
+ - Optimized bundle size of core package
9
+
10
+ - Updated dependencies []:
11
+ - @desource/phone-mask@1.1.1
12
+
3
13
  ## 1.1.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desource/phone-mask-react",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "📱 React component and hook for international phone number input with smart masking. Powered by @desource/phone-mask and Google libphonenumber.",
5
5
  "keywords": [
6
6
  "phone",
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^18.0.0 || ^19.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@desource/phone-mask": "1.1.0"
60
+ "@desource/phone-mask": "1.1.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@testing-library/react": "^16.3.2",