@ordergroove/offers 2.34.8-alpha-PR-793-2.0 → 2.35.0

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,36 @@
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.35.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.34.9...@ordergroove/offers@2.35.0) (2023-12-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * use store currency to populate product plans ([321ac48](https://github.com/ordergroove/plush-toys/commit/321ac48e7d858316dda14a28aaad867bcfcd7724))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.34.9](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.34.8...@ordergroove/offers@2.34.9) (2023-11-30)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * prepaid data component share state with prepaid status (canary) ([#793](https://github.com/ordergroove/plush-toys/issues/793)) ([c385fac](https://github.com/ordergroove/plush-toys/commit/c385fac0b1492be8126eaa73c90f6a4cd60a8160))
23
+
24
+
25
+
26
+
27
+
28
+ ## [2.34.8](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.34.7...@ordergroove/offers@2.34.8) (2023-11-30)
29
+
30
+ **Note:** Version bump only for package @ordergroove/offers
31
+
32
+
33
+
34
+
35
+
6
36
  ## [2.34.7](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.34.6...@ordergroove/offers@2.34.7) (2023-11-28)
7
37
 
8
38
  **Note:** Version bump only for package @ordergroove/offers
@@ -4,7 +4,7 @@
4
4
  │ └ examples/index.js
5
5
  └ examples/index.js ───────────────────────────────────────── 9.7kb ─── 3.4%
6
6
 
7
- dist/offers.js ───────────────────────────────────────────── 143.4kb ─ 100.0%
7
+ dist/offers.js ───────────────────────────────────────────── 143.8kb ─ 100.0%
8
8
  ├ src/components/Offer.js ─────────────────────────────────── 8.2kb ─── 5.7%
9
9
  │ └ src/make-api.js
10
10
  │ └ src/index.js
@@ -13,7 +13,7 @@
13
13
  │ └ src/index.js
14
14
  ├ src/core/reducer.js ─────────────────────────────────────── 6.6kb ─── 4.6%
15
15
  │ └ src/index.js
16
- ├ src/shopify/shopifyReducer.js ───────────────────────────── 6.5kb ─── 4.5%
16
+ ├ src/shopify/shopifyReducer.js ───────────────────────────── 6.6kb ─── 4.6%
17
17
  │ └ src/index.js
18
18
  ├ src/components/TestWizard.js ────────────────────────────── 5.4kb ─── 3.7%
19
19
  │ └ src/run-tests.js
@@ -25,6 +25,8 @@
25
25
  │ └ src/components/Price.js
26
26
  │ └ src/make-api.js
27
27
  │ └ src/index.js
28
+ ├ src/shopify/shopifyMiddleware.ts ────────────────────────── 5.0kb ─── 3.5%
29
+ │ └ src/index.js
28
30
  ├ node_modules/lit-html/lib/parts.js ──────────────────────── 4.9kb ─── 3.4%
29
31
  │ └ node_modules/lit-html/lit-html.js
30
32
  │ └ node_modules/lit-element/lit-element.js
@@ -34,8 +36,6 @@
34
36
  ├ src/components/Modal.js ─────────────────────────────────── 4.8kb ─── 3.4%
35
37
  │ └ src/make-api.js
36
38
  │ └ src/index.js
37
- ├ src/shopify/shopifyMiddleware.ts ────────────────────────── 4.7kb ─── 3.3%
38
- │ └ src/index.js
39
39
  ├ src/core/actions-preview.js ─────────────────────────────── 4.4kb ─── 3.1%
40
40
  │ └ src/components/Offer.js
41
41
  │ └ src/make-api.js
@@ -60,11 +60,11 @@
60
60
  ├ src/components/UpsellModal.js ───────────────────────────── 2.4kb ─── 1.7%
61
61
  │ └ src/make-api.js
62
62
  │ └ src/index.js
63
- ├ src/core/utils.ts ───────────────────────────────────────── 2.3kb ─── 1.6%
64
- │ └ src/index.js
65
63
  ├ src/shopify/reducers/productPlans.ts ────────────────────── 2.3kb ─── 1.6%
66
64
  │ └ src/shopify/shopifyReducer.js
67
65
  │ └ src/index.js
66
+ ├ src/core/utils.ts ───────────────────────────────────────── 2.3kb ─── 1.6%
67
+ │ └ src/index.js
68
68
  ├ src/core/selectors.js ───────────────────────────────────── 2.2kb ─── 1.5%
69
69
  │ └ src/core/utils.ts
70
70
  │ └ src/index.js
@@ -229,7 +229,7 @@
229
229
  ├ src/components/NextUpcomingOrder.js ─────────────────────── 377b ──── 0.3%
230
230
  │ └ src/make-api.js
231
231
  │ └ src/index.js
232
- ├ node_modules/lit-html/lib/template-factory.js ───────────── 368b ──── 0.3%
232
+ ├ node_modules/lit-html/lib/template-factory.js ───────────── 368b ──── 0.2%
233
233
  │ └ node_modules/lit-html/lit-html.js
234
234
  │ └ node_modules/lit-element/lit-element.js
235
235
  │ └ src/components/Price.js
@@ -291,6 +291,10 @@
291
291
  │ └ node_modules/redux/es/redux.js
292
292
  │ └ src/shopify/shopifyReducer.js
293
293
  │ └ src/index.js
294
+ ├ src/shopify/utils.ts ────────────────────────────────────── 153b ──── 0.1%
295
+ │ └ src/shopify/reducers/productPlans.ts
296
+ │ └ src/shopify/shopifyReducer.js
297
+ │ └ src/index.js
294
298
  ├ src/platform.ts ─────────────────────────────────────────── 149b ──── 0.1%
295
299
  │ └ src/index.js
296
300
  ├ node_modules/lit-html/lit-html.js ───────────────────────── 135b ──── 0.1%
@@ -298,10 +302,6 @@
298
302
  │ └ src/components/Price.js
299
303
  │ └ src/make-api.js
300
304
  │ └ src/index.js
301
- ├ src/shopify/utils.ts ────────────────────────────────────── 107b ──── 0.1%
302
- │ └ src/shopify/reducers/productPlans.ts
303
- │ └ src/shopify/shopifyReducer.js
304
- │ └ src/index.js
305
305
  ├ node_modules/lit-html/lib/directive.js ───────────────────── 78b ──── 0.1%
306
306
  │ └ node_modules/lit-html/lit-html.js
307
307
  │ └ node_modules/lit-element/lit-element.js