@ordergroove/offers 2.27.19-alpha-PR-659-2.1 → 2.27.20

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 CHANGED
@@ -3,6 +3,30 @@
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
+ ## [2.27.20](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.27.19...@ordergroove/offers@2.27.20) (2022-09-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **offers:** Button only template does not reflect the actual defautl frquency ([7230deb](https://github.com/ordergroove/plush-toys/commit/7230deb79c93d4b4b47258d7f394eed8225bfbc1))
12
+ * **offers:** Selling plan should be converted to OG frequency every,period when impulse upsell offer ([cdbb4ce](https://github.com/ordergroove/plush-toys/commit/cdbb4ce9794f0110fa543268a9ac0a88c6dab090))
13
+ * **offers:** Shopify specific, Update footer subtotal via ajax for common templates ([b45ad9f](https://github.com/ordergroove/plush-toys/commit/b45ad9f5a71019ba7dcd1ffb65085ad053023ba8))
14
+
15
+
16
+
17
+
18
+
19
+ ## [2.27.19](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.27.18...@ordergroove/offers@2.27.19) (2022-09-22)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **offers:** Selling plan should be converted to OG frequency every,period when impulse upsell offer ([43538e3](https://github.com/ordergroove/plush-toys/commit/43538e361dc8d251a0a85eeea64ac27b1d0ebd25))
25
+
26
+
27
+
28
+
29
+
6
30
  ## [2.27.18](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.27.17...@ordergroove/offers@2.27.18) (2022-09-19)
7
31
 
8
32
 
@@ -4,7 +4,7 @@
4
4
  │ └ examples/index.js
5
5
  └ examples/index.js ───────────────────────────────────────── 8.5kb ─── 3.3%
6
6
 
7
- dist/offers.js ───────────────────────────────────────────── 123.1kb ─ 100.0%
7
+ dist/offers.js ───────────────────────────────────────────── 123.2kb ─ 100.0%
8
8
  ├ src/components/Offer.js ─────────────────────────────────── 8.1kb ─── 6.6%
9
9
  │ └ src/make-api.js
10
10
  │ └ src/index.js
@@ -23,18 +23,18 @@
23
23
  │ └ src/components/Price.js
24
24
  │ └ src/make-api.js
25
25
  │ └ src/index.js
26
+ ├ src/shopify/shopifyMiddleware.ts ────────────────────────── 5.1kb ─── 4.2%
27
+ │ └ src/index.js
26
28
  ├ node_modules/lit-html/lib/parts.js ──────────────────────── 5.0kb ─── 4.0%
27
29
  │ └ node_modules/lit-html/lit-html.js
28
30
  │ └ node_modules/lit-element/lit-element.js
29
31
  │ └ src/components/Price.js
30
32
  │ └ src/make-api.js
31
33
  │ └ src/index.js
32
- ├ src/shopify/shopifyMiddleware.ts ────────────────────────── 4.9kb ─── 4.0%
33
- │ └ src/index.js
34
34
  ├ src/components/Modal.js ─────────────────────────────────── 4.7kb ─── 3.8%
35
35
  │ └ src/make-api.js
36
36
  │ └ src/index.js
37
- ├ src/components/Tooltip.js ───────────────────────────────── 4.4kb ─── 3.6%
37
+ ├ src/components/Tooltip.js ───────────────────────────────── 4.4kb ─── 3.5%
38
38
  │ └ src/make-api.js
39
39
  │ └ src/index.js
40
40
  ├ src/shopify/shopifyReducer.js ───────────────────────────── 4.2kb ─── 3.4%
@@ -53,7 +53,7 @@
53
53
  ├ src/components/UpsellModal.js ───────────────────────────── 2.4kb ─── 2.0%
54
54
  │ └ src/make-api.js
55
55
  │ └ src/index.js
56
- ├ src/components/OptinStatus.js ───────────────────────────── 2.4kb ─── 2.0%
56
+ ├ src/components/OptinStatus.js ───────────────────────────── 2.4kb ─── 1.9%
57
57
  │ └ src/make-api.js
58
58
  │ └ src/index.js
59
59
  ├ src/core/actions-preview.js ─────────────────────────────── 2.3kb ─── 1.8%
@@ -104,12 +104,12 @@
104
104
  │ └ src/components/Price.js
105
105
  │ └ src/make-api.js
106
106
  │ └ src/index.js
107
- ├ src/core/utils.ts ───────────────────────────────────────── 1.3kb ─── 1.0%
108
- │ └ src/index.js
109
107
  ├ src/core/descriptors.js ─────────────────────────────────── 1.2kb ─── 1.0%
110
108
  │ └ src/components/When.js
111
109
  │ └ src/make-api.js
112
110
  │ └ src/index.js
111
+ ├ src/core/utils.ts ───────────────────────────────────────── 1.2kb ─── 1.0%
112
+ │ └ src/index.js
113
113
  ├ src/shopify/shopifyBootstrap.ts ─────────────────────────── 1.1kb ─── 0.9%
114
114
  │ └ src/index.js
115
115
  ├ src/core/constants.js ───────────────────────────────────── 1.1kb ─── 0.9%
@@ -170,7 +170,7 @@
170
170
  ├ src/core/connect.js ─────────────────────────────────────── 794b ──── 0.6%
171
171
  │ └ src/make-api.js
172
172
  │ └ src/index.js
173
- ├ src/components/OptinButton.js ───────────────────────────── 691b ──── 0.5%
173
+ ├ src/components/OptinButton.js ───────────────────────────── 680b ──── 0.5%
174
174
  │ └ src/make-api.js
175
175
  │ └ src/index.js
176
176
  ├ node_modules/lit-html/lib/template-result.js ────────────── 639b ──── 0.5%
@@ -190,7 +190,7 @@
190
190
  ├ src/core/adapters.js ────────────────────────────────────── 555b ──── 0.4%
191
191
  │ └ src/make-api.js
192
192
  │ └ src/index.js
193
- ├ src/components/OptoutButton.js ──────────────────────────── 546b ──── 0.4%
193
+ ├ src/components/OptoutButton.js ──────────────────────────── 545b ──── 0.4%
194
194
  │ └ src/make-api.js
195
195
  │ └ src/index.js
196
196
  ├ src/core/dateUtils.js ───────────────────────────────────── 541b ──── 0.4%