@volontariapp/domain-post 3.2.0 → 3.3.0-snap-c722c3b
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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b913c22`](https://github.com/Volontariapp/npm-packages/commit/b913c228ed92b72f2eb45bb7cba7a5c024cabf96) Thanks [@VictorAgahi](https://github.com/VictorAgahi)! - Add saga_status to Event, Post, and Comment models with updating capabilities.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @volontariapp/contracts@4.2.4
|
|
13
|
+
- @volontariapp/messaging@2.7.8
|
|
14
|
+
- @volontariapp/database@3.3.9
|
|
15
|
+
- @volontariapp/outbox@0.9.27
|
|
16
|
+
|
|
3
17
|
## 3.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-post",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0-snap-c722c3b",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@nestjs/common": "^11.0.1",
|
|
57
|
-
"@volontariapp/contracts": "4.2.
|
|
58
|
-
"@volontariapp/database": "3.3.
|
|
57
|
+
"@volontariapp/contracts": "4.2.4-snap-c722c3b",
|
|
58
|
+
"@volontariapp/database": "3.3.9-snap-c722c3b",
|
|
59
59
|
"@volontariapp/errors": "0.6.0",
|
|
60
60
|
"@volontariapp/errors-nest": "0.13.0",
|
|
61
61
|
"@volontariapp/logger": "0.2.5",
|
|
62
|
-
"@volontariapp/messaging": "2.7.
|
|
63
|
-
"@volontariapp/outbox": "0.9.
|
|
62
|
+
"@volontariapp/messaging": "2.7.8-snap-c722c3b",
|
|
63
|
+
"@volontariapp/outbox": "0.9.27-snap-c722c3b",
|
|
64
64
|
"class-transformer": "^0.5.1"
|
|
65
65
|
}
|
|
66
66
|
}
|