Release v4.6.1 with jQuery v3.7.1

This commit is contained in:
Carlos Antonio da Silva
2025-10-21 17:22:57 -03:00
parent 039b12e91c
commit 0342960454
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## unreleased
## 4.6.1
- update jquery to 3.7.1

View File

@@ -2,6 +2,7 @@
| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
| 4.6.1 | 1.12.4 & 2.2.4 & 3.7.1 | 1.2.3 | - |
| 4.6.0 | 1.12.4 & 2.2.4 & 3.7.0 | 1.2.3 | - |
| 4.5.1 | 1.12.4 & 2.2.4 & 3.6.1 | 1.2.3 | - |
| 4.5.0 | 1.12.4 & 2.2.4 & 3.6.0 | 1.2.2 | - |

View File

@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "4.6.0"
VERSION = "4.6.1"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.7.1"