@ordergroove/offers 2.48.2-alpha-PR-1444-4.311 → 2.48.2

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.48.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.1...@ordergroove/offers@2.48.2) (2026-03-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * set aria-label on optin-select and prepaid-select ([61c742b](https://github.com/ordergroove/plush-toys/commit/61c742b808fc8ef5c9d230320ec9a135d2039a66))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.48.1](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.0...@ordergroove/offers@2.48.1) (2026-01-14)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.48.2-alpha-PR-1444-4.311+6528227b5",
3
+ "version": "2.48.2",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -46,8 +46,8 @@
46
46
  "throttle-debounce": "^2.1.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@ordergroove/offers-templates": "^0.10.0",
49
+ "@ordergroove/offers-templates": "^0.10.1",
50
50
  "@types/lodash.memoize": "^4.1.9"
51
51
  },
52
- "gitHead": "6528227b585c07ce5c9d553e51a7c17ad08f7b95"
52
+ "gitHead": "39b8725116f6a8fd37aa170bff3b57bb896f0c21"
53
53
  }