@rebilly/revel 12.11.0 → 12.11.1

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 +1 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1 @@
1
- ## [12.11.0](https://github.com/Rebilly/rebilly/compare/revel-v12.10.1...revel-v12.11.0) (2025-12-22)
2
-
3
-
4
- ### Features
5
-
6
- * **revel:** Add r-tabs displaying information about validation errors ([#17395](https://github.com/Rebilly/rebilly/issues/17395)) ([b25ce8d](https://github.com/Rebilly/rebilly/commit/b25ce8d1303c7bab26d43731c26c354db6d9b038))
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **revel:** form input with error class calendar component button color is incorrect ([#17432](https://github.com/Rebilly/rebilly/issues/17432)) ([24cde76](https://github.com/Rebilly/rebilly/commit/24cde769c14194301ea5888ddf4ef0f1439a7d4b))
1
+ ## [12.11.1](https://github.com/Rebilly/rebilly/compare/revel-v12.11.0...revel-v12.11.1) (2025-12-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "12.11.0",
3
+ "version": "12.11.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"