Skip to content

Commit 3dd25ae

Browse files
committed
Tagging the 3.0.1 release.
1 parent 20d61bf commit 3dd25ae

File tree

3 files changed

+81
-81
lines changed

3 files changed

+81
-81
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In your web page, load this plugin *after* the script tag for jQuery, for exampl
1414

1515
```html
1616
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
17-
<script src="https://code.jquery.com/jquery-migrate-3.0.0.js"></script>
17+
<script src="https://code.jquery.com/jquery-migrate-3.0.1.js"></script>
1818
```
1919

2020
## Download
@@ -27,7 +27,7 @@ The production build is minified and does not generate console warnings. It will
2727
|--|-------------|------------|
2828
| Debugging enabled | <p align="center">✓</p> | |
2929
| Minified | | <p align="center">✓</p> |
30-
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.0.0.js](https://code.jquery.com/jquery-migrate-3.0.0.js) | [jquery-migrate-3.0.0.min.js](https://code.jquery.com/jquery-migrate-3.0.0.min.js) |
30+
| Latest release (*may be hotlinked if desired*) | [jquery-migrate-3.0.1.js](https://code.jquery.com/jquery-migrate-3.0.1.js) | [jquery-migrate-3.0.1.min.js](https://code.jquery.com/jquery-migrate-3.0.1.min.js) |
3131
| \* Latest work-in-progress build | [jquery-migrate-git.js](https://code.jquery.com/jquery-migrate-git.js) | [jquery-migrate-git.min.js](https://code.jquery.com/jquery-migrate-git.min.js) |
3232

3333

package.json

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"name": "jquery-migrate",
3-
"title": "jQuery Migrate",
4-
"description": "Migrate older jQuery code to jQuery 3.0+",
5-
"main": "dist/jquery-migrate.js",
6-
"version": "3.0.1-pre",
7-
"homepage": "https://github.com/jquery/jquery-migrate",
8-
"author": {
9-
"name": "jQuery Foundation and other contributors",
10-
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git://github.com/jquery/jquery-migrate.git"
15-
},
16-
"bugs": {
17-
"url": "http://bugs.jquery.com/"
18-
},
19-
"license": "MIT",
20-
"scripts": {
21-
"build": "grunt build",
22-
"test": "grunt test",
23-
"ci": "grunt ci"
24-
},
25-
"peerDependencies": {
26-
"jquery": ">=3 <4"
27-
},
28-
"devDependencies": {
29-
"chalk": "2.0.1",
30-
"commitplease": "2.7.10",
31-
"eslint-config-jquery": "1.0.1",
32-
"grunt": "1.0.1",
33-
"grunt-cli": "1.2.0",
34-
"grunt-contrib-concat": "1.0.1",
35-
"grunt-contrib-uglify": "3.0.1",
36-
"grunt-contrib-watch": "1.0.0",
37-
"grunt-coveralls": "1.0.1",
38-
"grunt-eslint": "20.0.0",
39-
"grunt-git-authors": "3.2.0",
40-
"grunt-npmcopy": "0.1.0",
41-
"grunt-qunit-istanbul": "1.0.0",
42-
"jquery": "3.1.1",
43-
"load-grunt-tasks": "3.5.2",
44-
"qunitjs": "2.0.1",
45-
"testswarm": "1.1.0"
46-
},
47-
"keywords": [
48-
"jquery",
49-
"javascript",
50-
"browser",
51-
"plugin",
52-
"migrate"
53-
],
54-
"commitplease": {
55-
"components": [
56-
"Docs",
57-
"Tests",
58-
"Build",
59-
"Release",
60-
"Core",
61-
"Ajax",
62-
"Attributes",
63-
"Callbacks",
64-
"CSS",
65-
"Data",
66-
"Deferred",
67-
"Deprecated",
68-
"Dimensions",
69-
"Effects",
70-
"Event",
71-
"Manipulation",
72-
"Offset",
73-
"Queue",
74-
"Selector",
75-
"Serialize",
76-
"Traversing",
77-
"Wrap"
78-
]
79-
}
2+
"name": "jquery-migrate",
3+
"title": "jQuery Migrate",
4+
"description": "Migrate older jQuery code to jQuery 3.0+",
5+
"main": "dist/jquery-migrate.js",
6+
"version": "3.0.1",
7+
"homepage": "https://github.com/jquery/jquery-migrate",
8+
"author": {
9+
"name": "jQuery Foundation and other contributors",
10+
"url": "https://github.com/jquery/jquery-migrate/blob/3.0.1/AUTHORS.txt"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/jquery/jquery-migrate.git"
15+
},
16+
"bugs": {
17+
"url": "http://bugs.jquery.com/"
18+
},
19+
"license": "MIT",
20+
"scripts": {
21+
"build": "grunt build",
22+
"test": "grunt test",
23+
"ci": "grunt ci"
24+
},
25+
"peerDependencies": {
26+
"jquery": ">=3 <4"
27+
},
28+
"devDependencies": {
29+
"chalk": "2.0.1",
30+
"commitplease": "2.7.10",
31+
"eslint-config-jquery": "1.0.1",
32+
"grunt": "1.0.1",
33+
"grunt-cli": "1.2.0",
34+
"grunt-contrib-concat": "1.0.1",
35+
"grunt-contrib-uglify": "3.0.1",
36+
"grunt-contrib-watch": "1.0.0",
37+
"grunt-coveralls": "1.0.1",
38+
"grunt-eslint": "20.0.0",
39+
"grunt-git-authors": "3.2.0",
40+
"grunt-npmcopy": "0.1.0",
41+
"grunt-qunit-istanbul": "1.0.0",
42+
"jquery": "3.1.1",
43+
"load-grunt-tasks": "3.5.2",
44+
"qunitjs": "2.0.1",
45+
"testswarm": "1.1.0"
46+
},
47+
"keywords": [
48+
"jquery",
49+
"javascript",
50+
"browser",
51+
"plugin",
52+
"migrate"
53+
],
54+
"commitplease": {
55+
"components": [
56+
"Docs",
57+
"Tests",
58+
"Build",
59+
"Release",
60+
"Core",
61+
"Ajax",
62+
"Attributes",
63+
"Callbacks",
64+
"CSS",
65+
"Data",
66+
"Deferred",
67+
"Deprecated",
68+
"Dimensions",
69+
"Effects",
70+
"Event",
71+
"Manipulation",
72+
"Offset",
73+
"Queue",
74+
"Selector",
75+
"Serialize",
76+
"Traversing",
77+
"Wrap"
78+
]
79+
}
8080
}

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
jQuery.migrateVersion = "3.0.1-pre";
2+
jQuery.migrateVersion = "3.0.1";

0 commit comments

Comments
 (0)