Skip to content

Commit 780210b

Browse files
committed
Add the jquery-ujs version to the VERSIONS.md matrix.
For now on we can reference the bundled jquery-ujs script through a version number and not just a SHA1.
1 parent 80f827c commit 780210b

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 3.1.1 (Unreleased)
22

33
- Updated to jQuery 1.11.1
4-
- Updated to latest jquery-ujs
4+
- Updated to jquery-ujs 1.0.0
55

66
## 3.1.0 (29 January 2014)
77

VERSIONS.md

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
# Bundled Versions
22

3-
| Gem | jQuery | jQuery UI |
4-
|--------|--------|-----------|
5-
| 3.1.1 | 1.11.1 | - |
6-
| 3.1.0 | 1.11.0 | - |
7-
| 3.0.5 | 1.11.0 | - |
8-
| 3.0.4 || - |
9-
| 3.0.3 | 1.10.2 | - |
10-
| 3.0.2 || - |
11-
| 3.0.1 | 1.10.1 | - |
12-
| 3.0.0 || - |
13-
| 2.3.0 | 1.10.0 | 1.10.3 |
14-
| 2.2.2 |||
15-
| 2.2.1 | 1.9.1 ||
16-
| 2.2.0 | 1.9.0 ||
17-
| 2.1.4 | 1.8.3 | 1.9.2 |
18-
| 2.1.3 | 1.8.2 ||
19-
| 2.1.2 | 1.8.1 ||
20-
| 2.1.1 |||
21-
| 2.1.0 | 1.8.0 | 1.8.23 |
22-
| 2.0.3 |||
23-
| 2.0.2 | 1.7.2 | 1.8.18 |
24-
| 2.0.1 |||
25-
| 2.0.0 |||
26-
| 1.0.19 | 1.7.1 ||
27-
| 1.0.18 |||
28-
| 1.0.17 | 1.7.0 ||
29-
| 1.0.16 | 1.6.4 | 1.8.16 |
30-
| 1.0.15 |||
31-
| 1.0.14 |||
32-
| 1.0.13 | 1.6.2 | 1.8.14 |
33-
| 1.0.12 |||
34-
| 1.0.11 |||
35-
| 1.0.10 |||
36-
| 1.0.9 |||
37-
| 1.0.8 |||
38-
| 1.0.7 |||
39-
| 1.0.6 |||
40-
| 1.0.5 |||
41-
| 1.0.4 |||
42-
| 1.0.3 | 1.6.1 ||
43-
| 1.0.2 |||
44-
| 1.0.1 || 1.8.12 |
45-
| 1.0.0 | 1.6.0 | - |
3+
| Gem | jQuery | jQuery UJS | jQuery UI |
4+
|--------|--------|------------| ----------|
5+
| 3.1.1 | 1.11.1 | 1.0.0 | - |
6+
| 3.1.0 | 1.11.0 | - | - |
7+
| 3.0.5 | 1.11.0 | - | - |
8+
| 3.0.4 || - | - |
9+
| 3.0.3 | 1.10.2 | - | - |
10+
| 3.0.2 || - | - |
11+
| 3.0.1 | 1.10.1 | - | - |
12+
| 3.0.0 || - | - |
13+
| 2.3.0 | 1.10.0 | - | 1.10.3 |
14+
| 2.2.2 || - | |
15+
| 2.2.1 | 1.9.1 | - | |
16+
| 2.2.0 | 1.9.0 | - | |
17+
| 2.1.4 | 1.8.3 | - | 1.9.2 |
18+
| 2.1.3 | 1.8.2 | - | |
19+
| 2.1.2 | 1.8.1 | - | |
20+
| 2.1.1 || - | |
21+
| 2.1.0 | 1.8.0 | - | 1.8.23 |
22+
| 2.0.3 || - | |
23+
| 2.0.2 | 1.7.2 | - | 1.8.18 |
24+
| 2.0.1 || - | |
25+
| 2.0.0 || - | |
26+
| 1.0.19 | 1.7.1 | - | |
27+
| 1.0.18 || - | |
28+
| 1.0.17 | 1.7.0 | - | |
29+
| 1.0.16 | 1.6.4 | - | 1.8.16 |
30+
| 1.0.15 || - | |
31+
| 1.0.14 || - | |
32+
| 1.0.13 | 1.6.2 | - | 1.8.14 |
33+
| 1.0.12 || - | |
34+
| 1.0.11 || - | |
35+
| 1.0.10 || - | |
36+
| 1.0.9 || - | |
37+
| 1.0.8 || - | |
38+
| 1.0.7 || - | |
39+
| 1.0.6 || - | |
40+
| 1.0.5 || - | |
41+
| 1.0.4 || - | |
42+
| 1.0.3 | 1.6.1 | - | |
43+
| 1.0.2 || - | |
44+
| 1.0.1 || - | 1.8.12 |
45+
| 1.0.0 | 1.6.0 | - | - |

lib/jquery/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module Jquery
22
module Rails
33
VERSION = "3.1.1"
44
JQUERY_VERSION = "1.11.1"
5-
JQUERY_UJS_VERSION = "c7a5b12a3b37c4a20f4e5fb22da843f24ef2d356"
5+
JQUERY_UJS_VERSION = "1.0.0"
66
end
77
end

0 commit comments

Comments
 (0)