@ordergroove/offers 2.46.1-alpha-PR-1280-8.57 → 2.47.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.47.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.46.0...@ordergroove/offers@2.47.0) (2025-11-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * send cart attributes using correct API ([dc06e4b](https://github.com/ordergroove/plush-toys/commit/dc06e4bae4d30e06ff8f62544621bd2414084615))
12
+
13
+
14
+ ### Features
15
+
16
+ * og-price uses Offers response for discount display ([2d78e88](https://github.com/ordergroove/plush-toys/commit/2d78e886138ae2f0486a15add5b801dbe992ce7b))
17
+ * prefer PSI and program wide incentives for incentive-text ([29e74a0](https://github.com/ordergroove/plush-toys/commit/29e74a07dc1524f9503e308749eab67942fa964a))
18
+ * set __ordergroove_offer_id cart attribute ([0b799e0](https://github.com/ordergroove/plush-toys/commit/0b799e0c37efa8d887ef927304d6ebb9471d0691))
19
+
20
+
21
+
22
+
23
+
6
24
  # [2.46.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.45.6...@ordergroove/offers@2.46.0) (2025-09-16)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.46.1-alpha-PR-1280-8.57+07296c58",
3
+ "version": "2.47.0",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -49,5 +49,5 @@
49
49
  "@ordergroove/offers-templates": "^0.10.0",
50
50
  "@types/lodash.memoize": "^4.1.9"
51
51
  },
52
- "gitHead": "07296c58cf3cd1391e23f251ef33fefd64c1f6f0"
52
+ "gitHead": "c7c5252a0135bed54846d70a365af5abc681bbf5"
53
53
  }