Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.3

This commit is contained in:
Carlos Antonio da Silva
2022-11-10 15:29:22 -03:00
parent 7e6f508b36
commit de8792d632
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
| x.x.x | 1.12.4 & 2.2.4 & 3.6.1 | 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 | - |
| 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |

View File

@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "4.5.0"
VERSION = "4.5.1"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.6.1"