@artisan-commerce/products 0.9.0-canary.44 → 0.9.0-canary.45
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 +25 -6
- package/CHANGELOG.md +0 -706
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/products",
|
|
3
3
|
"description": "Artisn's product management library",
|
|
4
|
-
"version": "0.9.0-canary.
|
|
4
|
+
"version": "0.9.0-canary.45",
|
|
5
5
|
"main": "./dist/bundle.cjs.js",
|
|
6
6
|
"module": "./dist/bundle.esm.js",
|
|
7
7
|
"types": "./dist/bundle.d.ts",
|
|
@@ -38,12 +38,31 @@
|
|
|
38
38
|
"author": "Luis Eduardo Andrade",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@artisan-commerce/auth": "0.9.0-canary.
|
|
42
|
-
"@artisan-commerce/cache": "0.2.0-canary.
|
|
41
|
+
"@artisan-commerce/auth": "0.9.0-canary.34",
|
|
42
|
+
"@artisan-commerce/cache": "0.2.0-canary.35"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@artisan-commerce/builders": "0.7.0-canary.
|
|
46
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
45
|
+
"@artisan-commerce/builders": "0.7.0-canary.42",
|
|
46
|
+
"@artisan-commerce/types": "0.14.0-canary.36"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "cc68af5a1e959069cee7b835d367f319db416241",
|
|
49
|
+
"nx": {
|
|
50
|
+
"targets": {
|
|
51
|
+
"build": {
|
|
52
|
+
"outputs": [
|
|
53
|
+
"./dist"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"compile": {
|
|
57
|
+
"outputs": [
|
|
58
|
+
"./dist"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"test:all": {
|
|
62
|
+
"outputs": [
|
|
63
|
+
"./coverage"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
49
68
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,706 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.9.0-canary.44](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.43...@artisan-commerce/products@0.9.0-canary.44) (2022-04-11)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **global:** make any shopping cart function generic ([82d618a](https://bitbucket.org/tradesystem/artisn_sdk/commit/82d618a7cf5623111b209182efcddb6e57b415b3))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## [0.9.0-canary.43](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.42...@artisan-commerce/products@0.9.0-canary.43) (2022-04-05)
|
|
16
|
-
|
|
17
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## [0.9.0-canary.42](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.41...@artisan-commerce/products@0.9.0-canary.42) (2022-03-07)
|
|
24
|
-
|
|
25
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## [0.9.0-canary.41](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.40...@artisan-commerce/products@0.9.0-canary.41) (2022-02-03)
|
|
32
|
-
|
|
33
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## [0.9.0-canary.40](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.39...@artisan-commerce/products@0.9.0-canary.40) (2022-01-14)
|
|
40
|
-
|
|
41
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [0.9.0-canary.39](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.38...@artisan-commerce/products@0.9.0-canary.39) (2022-01-06)
|
|
48
|
-
|
|
49
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [0.9.0-canary.38](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.37...@artisan-commerce/products@0.9.0-canary.38) (2021-12-28)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## [0.9.0-canary.37](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.36...@artisan-commerce/products@0.9.0-canary.37) (2021-12-16)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* **artisn:** fix ShoppingCartTotals ([412b147](https://bitbucket.org/tradesystem/artisn_sdk/commit/412b147e7e402aef26eb24c4ca7d987e7be9473b))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
## [0.9.0-canary.36](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.35...@artisan-commerce/products@0.9.0-canary.36) (2021-12-15)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## [0.9.0-canary.35](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.34...@artisan-commerce/products@0.9.0-canary.35) (2021-12-13)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## [0.9.0-canary.34](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.33...@artisan-commerce/products@0.9.0-canary.34) (2021-12-01)
|
|
89
|
-
|
|
90
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## [0.9.0-canary.33](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.32...@artisan-commerce/products@0.9.0-canary.33) (2021-11-09)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## [0.9.0-canary.32](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.31...@artisan-commerce/products@0.9.0-canary.32) (2021-11-05)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## [0.9.0-canary.31](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.30...@artisan-commerce/products@0.9.0-canary.31) (2021-10-27)
|
|
113
|
-
|
|
114
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
## [0.9.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.29...@artisan-commerce/products@0.9.0-canary.30) (2021-10-22)
|
|
121
|
-
|
|
122
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## [0.9.0-canary.29](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.28...@artisan-commerce/products@0.9.0-canary.29) (2021-10-22)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## [0.9.0-canary.28](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.27...@artisan-commerce/products@0.9.0-canary.28) (2021-10-21)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## [0.9.0-canary.27](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.26...@artisan-commerce/products@0.9.0-canary.27) (2021-10-21)
|
|
145
|
-
|
|
146
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
## [0.9.0-canary.26](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.25...@artisan-commerce/products@0.9.0-canary.26) (2021-10-20)
|
|
153
|
-
|
|
154
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
## [0.9.0-canary.25](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.24...@artisan-commerce/products@0.9.0-canary.25) (2021-10-19)
|
|
161
|
-
|
|
162
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## [0.9.0-canary.24](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.23...@artisan-commerce/products@0.9.0-canary.24) (2021-10-18)
|
|
169
|
-
|
|
170
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
## [0.9.0-canary.23](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.22...@artisan-commerce/products@0.9.0-canary.23) (2021-10-14)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Bug Fixes
|
|
180
|
-
|
|
181
|
-
* **global:** make export not module by default ([4e701b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/4e701b1b59df89cf8358cf500984b1c2c4f42c60))
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
## [0.9.0-canary.22](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.21...@artisan-commerce/products@0.9.0-canary.22) (2021-10-14)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
* **global:** fix some payment types ([8000970](https://bitbucket.org/tradesystem/artisn_sdk/commit/80009700cd8664828b1236e8ad7cc90ce2fcb3e7))
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## [0.9.0-canary.21](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.20...@artisan-commerce/products@0.9.0-canary.21) (2021-10-14)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## [0.9.0-canary.20](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.19...@artisan-commerce/products@0.9.0-canary.20) (2021-10-13)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
## [0.9.0-canary.19](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.18...@artisan-commerce/products@0.9.0-canary.19) (2021-10-05)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* **global:** fix ProductDetail builder and update its types ([cdc6cf9](https://bitbucket.org/tradesystem/artisn_sdk/commit/cdc6cf9ed2e7ff1a340bc691b0dc1156bc682d38))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
## [0.9.0-canary.18](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.17...@artisan-commerce/products@0.9.0-canary.18) (2021-10-04)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
* **global:** update registerModifiersForm function, control state error ([c3534cf](https://bitbucket.org/tradesystem/artisn_sdk/commit/c3534cf2eac5f7d90176888ad5b6dd575998e2f1))
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## [0.9.0-canary.17](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.16...@artisan-commerce/products@0.9.0-canary.17) (2021-10-01)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* **global:** fix firebase related types ([efa5081](https://bitbucket.org/tradesystem/artisn_sdk/commit/efa5081a844be033ac9135ac65bf8f56184b71b0))
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
## [0.9.0-canary.16](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.15...@artisan-commerce/products@0.9.0-canary.16) (2021-09-30)
|
|
238
|
-
|
|
239
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
## [0.9.0-canary.15](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.14...@artisan-commerce/products@0.9.0-canary.15) (2021-09-30)
|
|
246
|
-
|
|
247
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## [0.9.0-canary.14](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.13...@artisan-commerce/products@0.9.0-canary.14) (2021-09-23)
|
|
254
|
-
|
|
255
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
## [0.9.0-canary.13](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.12...@artisan-commerce/products@0.9.0-canary.13) (2021-09-21)
|
|
262
|
-
|
|
263
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
## [0.9.0-canary.12](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.11...@artisan-commerce/products@0.9.0-canary.12) (2021-09-17)
|
|
270
|
-
|
|
271
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## [0.9.0-canary.11](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.10...@artisan-commerce/products@0.9.0-canary.11) (2021-08-25)
|
|
278
|
-
|
|
279
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## [0.9.0-canary.10](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.9...@artisan-commerce/products@0.9.0-canary.10) (2021-08-25)
|
|
286
|
-
|
|
287
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
## [0.9.0-canary.9](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.8...@artisan-commerce/products@0.9.0-canary.9) (2021-08-24)
|
|
294
|
-
|
|
295
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
## [0.9.0-canary.8](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.7...@artisan-commerce/products@0.9.0-canary.8) (2021-08-23)
|
|
302
|
-
|
|
303
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
## [0.9.0-canary.7](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.6...@artisan-commerce/products@0.9.0-canary.7) (2021-08-23)
|
|
310
|
-
|
|
311
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
## [0.9.0-canary.6](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.5...@artisan-commerce/products@0.9.0-canary.6) (2021-08-12)
|
|
318
|
-
|
|
319
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## [0.9.0-canary.5](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.4...@artisan-commerce/products@0.9.0-canary.5) (2021-08-12)
|
|
326
|
-
|
|
327
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
## [0.9.0-canary.4](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.3...@artisan-commerce/products@0.9.0-canary.4) (2021-08-12)
|
|
334
|
-
|
|
335
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## [0.9.0-canary.3](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.2...@artisan-commerce/products@0.9.0-canary.3) (2021-08-12)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* **modifiers:** fix modifiers images typing to CDNImage ([04de8b6](https://bitbucket.org/tradesystem/artisn_sdk/commit/04de8b6ecc3551a3610e4e4220fcbd507e7d40c1))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
## [0.9.0-canary.2](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.1...@artisan-commerce/products@0.9.0-canary.2) (2021-08-11)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Features
|
|
354
|
-
|
|
355
|
-
* **global:** rebrand artisan-commerce to artisn ([b2688b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/b2688b107757ed82791c0be49439e9fb28f78b6d))
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
## [0.9.0-canary.1](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.9.0-canary.0...@artisan-commerce/products@0.9.0-canary.1) (2021-08-06)
|
|
360
|
-
|
|
361
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
## [0.9.0-canary.0](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.8.3-canary.0...@artisan-commerce/products@0.9.0-canary.0) (2021-08-04)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Features
|
|
371
|
-
|
|
372
|
-
* **global:** add and export missing builders and types ([67ad6ac](https://bitbucket.org/tradesystem/artisan_sdk/commit/67ad6ac8e563aa53c2c62dac86b65f3435a0b16a))
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
### [0.8.3-canary.0](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.8.2...@artisan-commerce/products@0.8.3-canary.0) (2021-07-30)
|
|
377
|
-
|
|
378
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### [0.8.2](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.8.2-canary.18...@artisan-commerce/products@0.8.2) (2021-07-30)
|
|
385
|
-
|
|
386
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
### [0.8.2-canary.18](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.8.2-canary.17...@artisan-commerce/products@0.8.2-canary.18) (2021-07-26)
|
|
393
|
-
|
|
394
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### [0.8.2-canary.17](https://bitbucket.org/tradesystem/artisan_sdk/compare/@artisan-commerce/products@0.8.2-canary.16...@artisan-commerce/products@0.8.2-canary.17) (2021-06-18)
|
|
401
|
-
|
|
402
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
### [0.8.2-canary.16](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.15...@artisan-commerce/products@0.8.2-canary.16) (2021-06-10)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
### [0.8.2-canary.15](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.14...@artisan-commerce/products@0.8.2-canary.15) (2021-06-09)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Bug Fixes
|
|
420
|
-
|
|
421
|
-
* **global:** update cache in users and products ([524255d](https://bitbucket.org/tradesystem/artisan_monorepo/commit/524255d905b242abc52405574beee5886c2977d7))
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
### [0.8.2-canary.14](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.13...@artisan-commerce/products@0.8.2-canary.14) (2021-05-12)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Bug Fixes
|
|
429
|
-
|
|
430
|
-
* **global:** fix every package that used the buildServiceHeaders function ([23fa078](https://bitbucket.org/tradesystem/artisan_monorepo/commit/23fa0780942d431e6a7006cadfc5aa423be85ac5))
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### [0.8.2-canary.13](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.12...@artisan-commerce/products@0.8.2-canary.13) (2021-05-07)
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
### Bug Fixes
|
|
438
|
-
|
|
439
|
-
* **products:** add control when the answers of a product come with no questionsAndAnswers ([1dc684f](https://bitbucket.org/tradesystem/artisan_monorepo/commit/1dc684fe0b62de8fdbeb829a5ce96c4f4f838825))
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### [0.8.2-canary.12](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.11...@artisan-commerce/products@0.8.2-canary.12) (2021-04-27)
|
|
444
|
-
|
|
445
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### [0.8.2-canary.11](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.10...@artisan-commerce/products@0.8.2-canary.11) (2021-04-22)
|
|
452
|
-
|
|
453
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### [0.8.2-canary.10](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.9...@artisan-commerce/products@0.8.2-canary.10) (2021-04-21)
|
|
460
|
-
|
|
461
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
### [0.8.2-canary.9](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.8...@artisan-commerce/products@0.8.2-canary.9) (2021-04-16)
|
|
468
|
-
|
|
469
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
### [0.8.2-canary.8](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.7...@artisan-commerce/products@0.8.2-canary.8) (2021-04-06)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Performance Improvements
|
|
479
|
-
|
|
480
|
-
* **global:** move typescript to be a global dependency ([32370e1](https://bitbucket.org/tradesystem/artisan_monorepo/commit/32370e134f1bcc4f79c55e2bae0ee22fee193e77))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
### [0.8.2-canary.7](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.6...@artisan-commerce/products@0.8.2-canary.7) (2021-04-01)
|
|
485
|
-
|
|
486
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### [0.8.2-canary.6](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.5...@artisan-commerce/products@0.8.2-canary.6) (2021-03-30)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Performance Improvements
|
|
496
|
-
|
|
497
|
-
* **global:** add esbuild opt-in for dev ([f760449](https://bitbucket.org/tradesystem/artisan_monorepo/commit/f7604492fc17967bad75583a49d91a51cd6241aa))
|
|
498
|
-
* **global:** improve jest performance ([8c36173](https://bitbucket.org/tradesystem/artisan_monorepo/commit/8c36173df7e7cbfad40888499c81fcf7d11a7105))
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
### [0.8.2-canary.5](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.4...@artisan-commerce/products@0.8.2-canary.5) (2021-03-19)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### [0.8.2-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.3...@artisan-commerce/products@0.8.2-canary.4) (2021-03-19)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
### [0.8.2-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.2...@artisan-commerce/products@0.8.2-canary.3) (2021-03-18)
|
|
519
|
-
|
|
520
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
### [0.8.2-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.1...@artisan-commerce/products@0.8.2-canary.2) (2021-03-18)
|
|
527
|
-
|
|
528
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
### [0.8.2-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.2-canary.0...@artisan-commerce/products@0.8.2-canary.1) (2021-03-18)
|
|
535
|
-
|
|
536
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### [0.8.2-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.1...@artisan-commerce/products@0.8.2-canary.0) (2021-03-12)
|
|
543
|
-
|
|
544
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
### [0.8.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.1-canary.1...@artisan-commerce/products@0.8.1) (2021-03-02)
|
|
551
|
-
|
|
552
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
### [0.8.1-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.1-canary.0...@artisan-commerce/products@0.8.1-canary.1) (2021-02-25)
|
|
559
|
-
|
|
560
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
### [0.8.1-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0...@artisan-commerce/products@0.8.1-canary.0) (2021-02-25)
|
|
567
|
-
|
|
568
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
## [0.8.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0-canary.4...@artisan-commerce/products@0.8.0) (2021-02-25)
|
|
575
|
-
|
|
576
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
## [0.8.0-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0-canary.3...@artisan-commerce/products@0.8.0-canary.4) (2021-02-25)
|
|
583
|
-
|
|
584
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
## [0.8.0-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0-canary.2...@artisan-commerce/products@0.8.0-canary.3) (2021-02-25)
|
|
591
|
-
|
|
592
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
## [0.8.0-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0-canary.1...@artisan-commerce/products@0.8.0-canary.2) (2021-02-23)
|
|
599
|
-
|
|
600
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
## [0.8.0-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.8.0-canary.0...@artisan-commerce/products@0.8.0-canary.1) (2021-02-12)
|
|
607
|
-
|
|
608
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
## [0.8.0-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.10...@artisan-commerce/products@0.8.0-canary.0) (2021-02-08)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Features
|
|
618
|
-
|
|
619
|
-
* **products:** support custome types on modifier groups and normal modifers ([dda6c03](https://bitbucket.org/tradesystem/artisan_monorepo/commit/dda6c03ee8241a5719dcf1745c6a7def83650bda))
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### [0.7.11-canary.10](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.9...@artisan-commerce/products@0.7.11-canary.10) (2021-02-05)
|
|
624
|
-
|
|
625
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
### [0.7.11-canary.9](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.8...@artisan-commerce/products@0.7.11-canary.9) (2021-02-05)
|
|
632
|
-
|
|
633
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
### [0.7.11-canary.8](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.7...@artisan-commerce/products@0.7.11-canary.8) (2021-02-05)
|
|
640
|
-
|
|
641
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
### [0.7.11-canary.7](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.6...@artisan-commerce/products@0.7.11-canary.7) (2021-02-05)
|
|
648
|
-
|
|
649
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
### [0.7.11-canary.6](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.5...@artisan-commerce/products@0.7.11-canary.6) (2021-02-04)
|
|
656
|
-
|
|
657
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
### [0.7.11-canary.5](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.4...@artisan-commerce/products@0.7.11-canary.5) (2021-02-04)
|
|
664
|
-
|
|
665
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
### [0.7.11-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.3...@artisan-commerce/products@0.7.11-canary.4) (2021-02-04)
|
|
672
|
-
|
|
673
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
### [0.7.11-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.2...@artisan-commerce/products@0.7.11-canary.3) (2021-02-04)
|
|
680
|
-
|
|
681
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### [0.7.11-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.1...@artisan-commerce/products@0.7.11-canary.2) (2021-02-04)
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
### Bug Fixes
|
|
691
|
-
|
|
692
|
-
* **products:** fix ProductsHTTPConfig import that was referencing the build folder ([e4e94e1](https://bitbucket.org/tradesystem/artisan_monorepo/commit/e4e94e12cd140ac9b67b7b347536a454e860529f))
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
### [0.7.11-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.11-canary.0...@artisan-commerce/products@0.7.11-canary.1) (2021-02-03)
|
|
697
|
-
|
|
698
|
-
**Note:** Version bump only for package @artisan-commerce/products
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
## [0.7.11-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/products@0.7.10...@artisan-commerce/products@0.7.11-canary.0) (2021-02-03)
|
|
705
|
-
|
|
706
|
-
**Note:** Version bump only for package @artisan-commerce/products
|