@desource/phone-mask-vue 0.2.2 → 0.3.0

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,5 +1,26 @@
1
1
  # @desource/phone-mask-vue
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - React: Design React version of phone-mask library
8
+ - Core: Add geoip reusable service for country detection based on IP address
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies []:
13
+ - @desource/phone-mask@0.3.0
14
+
15
+ ## 0.2.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Vue: Improve country dropdown scroll
20
+
21
+ - Updated dependencies []:
22
+ - @desource/phone-mask@0.2.3
23
+
3
24
  ## 0.2.2
4
25
 
5
26
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 DeSource Labs
3
+ Copyright (c) 2026 DeSource Labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -541,7 +541,7 @@ const form = reactive({
541
541
 
542
542
  ## 📄 License
543
543
 
544
- [MIT](../../LICENSE) © 2025 DeSource Labs
544
+ [MIT](../../LICENSE) © 2026 DeSource Labs
545
545
 
546
546
  ## 🤝 Contributing
547
547