@artisan-commerce/builders 0.7.0-canary.30 → 0.7.0-canary.31
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 +9 -0
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.7.0-canary.31](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.30...@artisan-commerce/builders@0.7.0-canary.31) (2021-11-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **builders:** add width and height to coupon detail ([4c63fa0](https://bitbucket.org/tradesystem/artisn_sdk/commit/4c63fa08ad450d22cfc6f31c5783e850b12570e2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [0.7.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.29...@artisan-commerce/builders@0.7.0-canary.30) (2021-11-05)
|
|
7
16
|
|
|
8
17
|
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -142267,7 +142267,7 @@ const buildStoreCouponDetail = (overrides = {}) => {
|
|
|
142267
142267
|
benefits: genBenefitData(1),
|
|
142268
142268
|
codes: genCodes(),
|
|
142269
142269
|
end_date: genDate(),
|
|
142270
|
-
image: buildURLImage({ query: "coupon" }),
|
|
142270
|
+
image: buildURLImage({ query: "coupon", height: 200, width: 544 }),
|
|
142271
142271
|
id: genNumber(9999),
|
|
142272
142272
|
name: genWord(),
|
|
142273
142273
|
only_store: genBiasBoolean(0.6),
|