Skip to content

Commit

Permalink
Release v4.6.0 with jQuery v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jun 26, 2023
1 parent 65a9c73 commit 12869da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## unreleased

## 4.6.0

- update jquery to 3.7.0

## 4.5.1
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
| 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 | - |
| 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "4.5.1"
VERSION = "4.6.0"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.7.0"
Expand Down

0 comments on commit 12869da

Please sign in to comment.