@websolutespa/bom-mixer-forms 0.3.1 → 0.3.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 +55 -46
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,46 +1,55 @@
|
|
|
1
|
-
# @websolutespa/bom-mixer-forms
|
|
2
|
-
|
|
3
|
-
## 0.3.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @websolutespa/bom-mixer-hooks@1.7.
|
|
10
|
-
- @websolutespa/bom-core@1.7.
|
|
11
|
-
|
|
12
|
-
## 0.3.
|
|
13
|
-
|
|
14
|
-
###
|
|
15
|
-
|
|
16
|
-
- Updating:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
1
|
+
# @websolutespa/bom-mixer-forms
|
|
2
|
+
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixing: downgrading eslint to v8.56.0
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @websolutespa/bom-mixer-hooks@1.7.4
|
|
10
|
+
- @websolutespa/bom-core@1.7.8
|
|
11
|
+
|
|
12
|
+
## 0.3.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updating: dependencies
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @websolutespa/bom-mixer-hooks@1.7.2
|
|
19
|
+
- @websolutespa/bom-core@1.7.3
|
|
20
|
+
|
|
21
|
+
## 0.3.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- Updating: next 13.
|
|
26
|
+
|
|
27
|
+
## 0.2.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Removed: unnecessary method deepCopy.
|
|
32
|
+
|
|
33
|
+
## 0.2.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Added: source files.
|
|
38
|
+
|
|
39
|
+
## 0.2.0
|
|
40
|
+
|
|
41
|
+
### Minor Changes
|
|
42
|
+
|
|
43
|
+
- Added: splat routes.
|
|
44
|
+
|
|
45
|
+
## 0.1.0
|
|
46
|
+
|
|
47
|
+
### Minor Changes
|
|
48
|
+
|
|
49
|
+
- Added: @websolutespa/bom-core.
|
|
50
|
+
|
|
51
|
+
## 0.0.2
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Added: first release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@websolutespa/bom-mixer-forms",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Mixer Forms module of the BOM Repository",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bom",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@websolutespa/bom-cli": "*",
|
|
35
35
|
"@websolutespa/test": "*",
|
|
36
36
|
"@websolutespa/tsconfig": "*",
|
|
37
|
-
"eslint": "^
|
|
37
|
+
"eslint": "^8.56.0",
|
|
38
38
|
"eslint-config-websolute": "*",
|
|
39
39
|
"raw-loader": "^4.0.2",
|
|
40
40
|
"ts-node": "^10.9.2",
|