Skip to content

Commit

Permalink
Update jquery to 3.7.0
Browse files Browse the repository at this point in the history
It looks like this version has an important bugfix for focus/blur
events.

Closes #297
  • Loading branch information
carlosantoniodasilva committed Jun 26, 2023
1 parent fb5a7a8 commit 65a9c73
Show file tree
Hide file tree
Showing 5 changed files with 846 additions and 1,049 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## unreleased

- update jquery to 3.7.0

## 4.5.1

- update jquery to 3.6.1
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
VERSION = "4.5.1"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.6.1"
JQUERY_3_VERSION = "3.7.0"
JQUERY_UJS_VERSION = "1.2.3"
end
end
Loading

0 comments on commit 65a9c73

Please sign in to comment.