Skip to content

Commit ad4f4bb

Browse files
committed
Updated peripheral files for v2
1 parent fcb3750 commit ad4f4bb

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
**toastr** is a Javascript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
33

44
## Current Version
5-
1.3.1 (stable)
6-
2.0.0rc1 (unstable)
5+
2.0.0
76

87
## Demo
98
- Demo can be found at http://codeseven.github.io/toastr/demo.html
@@ -13,12 +12,12 @@
1312
Toastr is hosted at CDN JS
1413

1514
#### Debug
16-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/js/toastr.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/js/toastr.js)
17-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/css/toastr.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/css/toastr.css)
15+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.js)
16+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.css)
1817

1918
#### Minified
20-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/js/toastr.min.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/js/toastr.min.js)
21-
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/css/toastr.min.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/1.3.1/css/toastr.min.css)
19+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.min.js](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/js/toastr.min.js)
20+
- [//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css](//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.0/css/toastr.min.css)
2221

2322
## NuGet Gallery
2423
http://nuget.org/packages/toastr

bower.json

-8
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "toastr",
33
"filename": "js/toastr.min.js",
4-
"version": "1.3.1",
4+
"version": "2.0.0",
55
"description": "ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.",
66
"homepage": "http://www.toastrjs.com",
77
"keywords": [

release checklist.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@ Toastr Release Checklist
22

33
1. Update Toastr Version
44
* toastr.js
5-
* bower.json
5+
* bower.json (toastr-bower repo)
66
* package.json
77
* nuget versions and dependency versions
88
* readme file for github repo
99
* Consider HotTowel VSIX
1010
2. Test
11-
* samples
1211
* main demo
1312
* unit tests
1413
3. Nuget
1514
* Copy new files in
1615
* Build
1716
* Test
18-
4. Check docs
19-
* Include Changes.txt
20-
* Include License.txt
17+
4. CDNJS
18+
* Update CDNJS
2119
5. Update Website with New Downloads
2220
6. Publish Bower
2321
* Include License and Readme

0 commit comments

Comments
 (0)