@rebilly/revel 12.20.1 → 12.21.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 +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.20.1](https://github.com/Rebilly/rebilly/compare/revel-v12.20.0...revel-v12.20.1) (2026-03-02)
1
+ ## [12.21.0](https://github.com/Rebilly/rebilly/compare/revel-v12.20.1...revel-v12.21.0) (2026-03-03)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **revel:** Recalculate stale preset dates on date range component ([#19062](https://github.com/Rebilly/rebilly/issues/19062)) ([3687446](https://github.com/Rebilly/rebilly/commit/3687446caedf4ffdc2f07654c161d263aae7581b))
6
+ * **framepay:** migrate from cypress to playwright part 1 ([#18556](https://github.com/Rebilly/rebilly/issues/18556)) ([796c0c6](https://github.com/Rebilly/rebilly/commit/796c0c60105db0adb12d323d0cc5aeed34c50385))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "12.20.1",
3
+ "version": "12.21.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"