8000 Release 0.1.5 · rstacruz/nprogress@0834b12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0834b12

Browse files
committed
Release 0.1.5
1 parent 740931d commit 0834b12

File tree

5 files changed

+13
-24
lines changed

5 files changed

+13
-24
lines changed

Notes.md

Lines changed: 5 additions & 17 deletions
< 8000 td data-grid-cell-id="diff-a20e5e0a5faee06daa084bfd1421b092f247fbb9e477d28cf102325c12d156dd-37-24-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">24
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
Version numbers
2-
---------------
3-
4-
$ bump *.json nprogress.js
5-
61
Testing
72
-------
83

@@ -20,18 +15,11 @@ Testing component build
2015
$ component build
2116
$ open test/component.html
2217

23-
Pushing
24-
-------
25-
26-
$ git push origin master
27-
2818
Releasing
2919
---------
3020

31-
Tag and stuff (`git release`), then:
32-
33-
$ git push origin master:gh-pages
34-
35-
And publish to npm:
36-
37-
$ npm publish
21+
$ npm test
22+
$ bump *.json nprogress.js # bump version numbers
23+
$ git release 0.1.1 # release to bower/github
+
$ npm publish # release to npm
25+
$ git push origin master:gh-pages # update the site

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nprogress",
33
"repo": "rstacruz/nprogress",
44
"description": "slim progress bar",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"keywords": [
77
"progress",
88
"bar",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nprogress",
33
"repo": "rstacruz/nprogress",
44
"description": "slim progress bar",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"keywords": ["progress","bar","spinner"],
77
"dependencies": {
88
"component/jQuery": "*"

nprogress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
})(function() {
1515
var NProgress = {};
1616

17-
NProgress.version = '0.1.4';
17+
NProgress.version = '0.1.5';
1818

1919
var Settings = NProgress.settings = {
2020
minimum: 0.08,

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "nprogress",
33
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
44
"description": "Simple slim progress bars",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/rstacruz/nprogress.git"
7+
"type": "git",
8+
"url": "https://github.com/rstacruz/nprogress.git"
99
},
1010
"scripts": {
1111
"test": "./node_modules/.bin/mocha -R spec"
@@ -16,5 +16,6 @@
1616
"chai": "~1.6.1",
1717
"mocha": "~1.11.0",
1818
"jsdom": "~0.6.5"
19-
}
19+
},
20+
"dependencies": {}
2021
}

0 commit comments

Comments
 (0)
0