Skip to content

Commit 917f307

Browse files
committed
chore(version): $npm_package_version
1 parent 9464cc3 commit 917f307

6 files changed

Lines changed: 247 additions & 160 deletions

File tree

CHANGELOG.md

Lines changed: 241 additions & 154 deletions
Large diffs are not rendered by default.

lib/amd/sidebarjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SidebarJS
3-
* Version 5.4.0
3+
* Version 6.0.0
44
* https://github.com/SidebarJS/sidebarjs#readme
55
*/
66

lib/cjs/sidebarjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SidebarJS
3-
* Version 5.4.0
3+
* Version 6.0.0
44
* https://github.com/SidebarJS/sidebarjs#readme
55
*/
66

lib/esm/sidebarjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SidebarJS
3-
* Version 5.4.0
3+
* Version 6.0.0
44
* https://github.com/SidebarJS/sidebarjs#readme
55
*/
66

lib/umd/sidebarjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SidebarJS
3-
* Version 5.4.0
3+
* Version 6.0.0
44
* https://github.com/SidebarJS/sidebarjs#readme
55
*/
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sidebarjs",
33
"library": "SidebarJS",
4-
"version": "5.4.0",
4+
"version": "6.0.0",
55
"description": "Create mobile sidebar/sidenav experience in pure javascript",
66
"main": "./lib/umd/sidebarjs.js",
77
"module": "./lib/esm/sidebarjs.js",
@@ -14,7 +14,7 @@
1414
"demo": "npm run build && npm run server",
1515
"start": "npm run build:watch | npm run server",
1616
"format": "prettier --config .prettierrc --write src/*.ts && tslint -p tsconfig.json",
17-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
17+
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
1818
"commit:version": "git add . && git commit -am 'chore(version): $npm_package_version'",
1919
"prerelease": "npm run build && npm run changelog && npm run commit:version",
2020
"release": "git tag $npm_package_version && git push --tags && npm publish"

0 commit comments

Comments
 (0)