@stenajs-webui/input-mask 18.2.0 → 18.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/package.json +3 -3
- package/CHANGELOG.md +0 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/input-mask",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"deploy": "gh-pages -d example/build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stenajs-webui/forms": "18.
|
|
29
|
+
"@stenajs-webui/forms": "18.3.0",
|
|
30
30
|
"text-mask-core": "^5.1.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"files": [
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
|
|
49
49
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# v17.29.0 (Mon Dec 12 2022)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Remove --lhds-color-purple-* [#538](https://github.com/StenaIT/stenajs-webui/pull/538) ([@LordDz](https://github.com/LordDz))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
14
|
-
|
|
15
|
-
#### 🚀 Enhancement
|
|
16
|
-
|
|
17
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
18
|
-
|
|
19
|
-
#### Authors: 1
|
|
20
|
-
|
|
21
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
26
|
-
|
|
27
|
-
#### 🔩 Dependency Updates
|
|
28
|
-
|
|
29
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
30
|
-
|
|
31
|
-
#### Authors: 1
|
|
32
|
-
|
|
33
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
38
|
-
|
|
39
|
-
#### ⚠️ Pushed to `master`
|
|
40
|
-
|
|
41
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
42
|
-
|
|
43
|
-
#### Authors: 1
|
|
44
|
-
|
|
45
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|