@volontariapp/domain-post 2.2.1-snapshot.a52b178342f9 → 2.2.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.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-post",
|
|
3
|
-
"version": "2.2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
"typescript": "5.7.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@volontariapp/logger": "0.2.3
|
|
45
|
+
"@volontariapp/logger": "0.2.3"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 2.2.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
|
|
8
|
-
|
|
9
|
-
- Updated dependencies []:
|
|
10
|
-
- @volontariapp/logger@0.2.3
|
|
11
|
-
|
|
12
|
-
## 2.2.0
|
|
13
|
-
|
|
14
|
-
### Minor Changes
|
|
15
|
-
|
|
16
|
-
- add scripts for testing ci
|
|
17
|
-
|
|
18
|
-
## 2.1.2
|
|
19
|
-
|
|
20
|
-
### Patch Changes
|
|
21
|
-
|
|
22
|
-
- bump global version
|
|
23
|
-
|
|
24
|
-
- Updated dependencies []:
|
|
25
|
-
- @volontariapp/logger@0.2.2
|
|
26
|
-
|
|
27
|
-
## 2.1.1
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- bump ci
|
|
32
|
-
|
|
33
|
-
- Updated dependencies []:
|
|
34
|
-
- @volontariapp/logger@0.2.1
|
|
35
|
-
|
|
36
|
-
## 2.1.0
|
|
37
|
-
|
|
38
|
-
### Minor Changes
|
|
39
|
-
|
|
40
|
-
- logger added
|
|
41
|
-
|
|
42
|
-
## 2.0.0
|
|
43
|
-
|
|
44
|
-
### Major Changes
|
|
45
|
-
|
|
46
|
-
- CI done, so major release to flush previous trash versions
|