forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbanners.json
More file actions
20 lines (20 loc) · 1.04 KB
/
banners.json
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "track": "METEOR",
"banners": [
{
"versions": ["0.9.0", "0.9.0.1", "0.9.1", "0.9.1.1", "0.9.2",
"0.9.2.1", "0.9.2.2", "0.9.3", "0.9.3.1", "0.9.4", "1.0",
"1.0.1", "1.0.2", "1.0.2.1", "1.0.3", "1.0.3.1", "1.0.3.2",
"1.0.4", "1.0.4.1", "1.0.4.2", "1.0.5", "1.1", "1.1.0.1",
"1.1.0.2", "1.1.0.3"],
"banner": {
"text": "=> Meteor 1.2.1: React and Angular support, ECMAScript 2015, new faster build\n system, and improvements to the Cordova integration for mobile apps.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.1 by running 'meteor update'."
}
},
{
"versions": ["1.2", "1.2.0.1", "1.2.0.2"],
"banner": {
"text": "=> Meteor 1.2.1: Bug fixes and improvements for Meteor 1.2, including new ES2015\n polyfills. See History.md for details.\n\n\n This release is being downloaded in the background. Update your app to\n Meteor 1.2.1 by running 'meteor update'."
}
}
]
}