@volontariapp/domain-user 2.3.1 → 2.3.2-snap-77da76d

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +249 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,249 @@
1
+ # Changelog
2
+
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @volontariapp/contracts@3.3.5
9
+
10
+ ## 2.3.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
15
+
16
+ - Updated dependencies []:
17
+ - @volontariapp/logger@0.2.3
18
+ - @volontariapp/contracts@3.3.4
19
+
20
+ ## 2.3.0
21
+
22
+ ### Minor Changes
23
+
24
+ - add scripts for testing ci
25
+
26
+ ## 2.2.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies []:
31
+ - @volontariapp/contracts@3.3.3
32
+
33
+ ## 2.2.0
34
+
35
+ ### Minor Changes
36
+
37
+ - Add User and Badge models and entities
38
+
39
+ ## 2.1.23
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies []:
44
+ - @volontariapp/contracts@3.3.2
45
+
46
+ ## 2.1.22
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies []:
51
+ - @volontariapp/contracts@3.3.1
52
+
53
+ ## 2.1.21
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies []:
58
+ - @volontariapp/contracts@3.3.0
59
+
60
+ ## 2.1.20
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies []:
65
+ - @volontariapp/contracts@3.2.2
66
+
67
+ ## 2.1.19
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies []:
72
+ - @volontariapp/contracts@3.2.1
73
+
74
+ ## 2.1.18
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies []:
79
+ - @volontariapp/contracts@3.2.0
80
+
81
+ ## 2.1.17
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies []:
86
+ - @volontariapp/contracts@3.1.5
87
+
88
+ ## 2.1.16
89
+
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies []:
93
+ - @volontariapp/contracts@3.1.4
94
+
95
+ ## 2.1.15
96
+
97
+ ### Patch Changes
98
+
99
+ - bump global version
100
+
101
+ - Updated dependencies []:
102
+ - @volontariapp/contracts@3.1.3
103
+ - @volontariapp/logger@0.2.2
104
+
105
+ ## 2.1.14
106
+
107
+ ### Patch Changes
108
+
109
+ - bump ci
110
+
111
+ - Updated dependencies []:
112
+ - @volontariapp/contracts@3.1.2
113
+ - @volontariapp/logger@0.2.1
114
+
115
+ ## 2.1.13
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies []:
120
+ - @volontariapp/contracts@3.1.1
121
+
122
+ ## 2.1.12
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies []:
127
+ - @volontariapp/contracts@3.1.0
128
+
129
+ ## 2.1.11
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies []:
134
+ - @volontariapp/contracts@3.0.10
135
+
136
+ ## 2.1.10
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies []:
141
+ - @volontariapp/contracts@3.0.9
142
+
143
+ ## 2.1.9
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies []:
148
+ - @volontariapp/contracts@3.0.8
149
+
150
+ ## 2.1.8
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies []:
155
+ - @volontariapp/contracts@3.0.7
156
+
157
+ ## 2.1.7
158
+
159
+ ### Patch Changes
160
+
161
+ - Updated dependencies []:
162
+ - @volontariapp/contracts@3.0.6
163
+
164
+ ## 2.1.6
165
+
166
+ ### Patch Changes
167
+
168
+ - Updated dependencies []:
169
+ - @volontariapp/contracts@3.0.5
170
+
171
+ ## 2.1.5
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies []:
176
+ - @volontariapp/contracts@3.0.4
177
+
178
+ ## 2.1.4
179
+
180
+ ### Patch Changes
181
+
182
+ - Updated dependencies []:
183
+ - @volontariapp/contracts@3.0.3
184
+
185
+ ## 2.1.3
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies []:
190
+ - @volontariapp/contracts@3.0.2
191
+
192
+ ## 2.1.2
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies []:
197
+ - @volontariapp/contracts@3.0.1
198
+
199
+ ## 2.1.1
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies []:
204
+ - @volontariapp/contracts@3.0.0
205
+
206
+ ## 2.1.0
207
+
208
+ ### Minor Changes
209
+
210
+ - logger added
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies []:
215
+ - @volontariapp/contracts@2.2.0
216
+
217
+ ## 2.0.4
218
+
219
+ ### Patch Changes
220
+
221
+ - update version for exposing dist
222
+
223
+ - Updated dependencies []:
224
+ - @volontariapp/contracts@2.1.1
225
+
226
+ ## 2.0.3
227
+
228
+ ### Patch Changes
229
+
230
+ - Updated dependencies []:
231
+ - @volontariapp/contracts@2.1.0
232
+
233
+ ## 2.0.2
234
+
235
+ ### Patch Changes
236
+
237
+ - Cleaning triggers
238
+
239
+ ## 2.0.1
240
+
241
+ ### Patch Changes
242
+
243
+ - Linked with @volontariapp/contracts workspace package
244
+
245
+ ## 2.0.0
246
+
247
+ ### Major Changes
248
+
249
+ - CI done, so major release to flush previous trash versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/domain-user",
3
- "version": "2.3.1",
3
+ "version": "2.3.2-snap-77da76d",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -35,7 +35,7 @@
35
35
  "migration:run": "TYPEORM_MIGRATION_RUN=true yarn typeorm migration:run -d src/test/data-source.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@volontariapp/contracts": "3.3.4",
38
+ "@volontariapp/contracts": "3.3.5-snap-77da76d",
39
39
  "@volontariapp/logger": "0.2.3"
40
40
  },
41
41
  "devDependencies": {
@@ -45,4 +45,4 @@
45
45
  "typeorm": "^0.3.20",
46
46
  "typescript": "5.7.3"
47
47
  }
48
- }
48
+ }