Skip to content

Commit

Permalink
Upgrade jQuery to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 13, 2019
1 parent 12a9200 commit fb4de89
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 185 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.4

- update jquery to 3.4.0

## 4.3.3

- update jquery to 3.3.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.3.4 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
| 4.3.3 | 1.12.4 & 2.2.4 & 3.3.1 | 1.2.2 | - |
| 4.3.2 | 1.12.4 & 2.2.4 & 3.3.0 | 1.2.2 | - |
| 4.3.1 | 1.12.4 & 2.2.4 & 3.2.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
Expand Up @@ -3,7 +3,7 @@ module Rails
VERSION = "4.3.3"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.3.1"
JQUERY_3_VERSION = "3.4.0"
JQUERY_UJS_VERSION = "1.2.2"
end
end
Loading

0 comments on commit fb4de89

Please sign in to comment.