Skip to content

Commit

Permalink
feat(changelog): implement changelog #18
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 30, 2016
1 parent 2b596d9 commit 7700c0b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 13 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<a name="1.0.4"></a>
## [1.0.4](https://github.com/BioPhoton/css-star-rating/compare/v1.0.3...v1.0.4) (2016-11-30)


### Bug Fixes

* **assets:** moved images to assets folder ([65185ba](https://github.com/BioPhoton/css-star-rating/commit/65185ba))
* **refactored:** scss, kss, scripts ([f1a6b5a](https://github.com/BioPhoton/css-star-rating/commit/f1a6b5a))


### Features

* **browser support:** try testling ([2b596d9](https://github.com/BioPhoton/css-star-rating/commit/2b596d9))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/BioPhoton/css-star-rating/compare/v1.0.2...v1.0.3) (2016-11-28)


### Bug Fixes

* **build:** rebuild project ([dc82b85](https://github.com/BioPhoton/css-star-rating/commit/dc82b85))
* **build:** rebuild project ([624a797](https://github.com/BioPhoton/css-star-rating/commit/624a797))
* **formatting:** removed line break ([8ab7d52](https://github.com/BioPhoton/css-star-rating/commit/8ab7d52))
* **modifier:** fixed static color modifier ([ae9fa03](https://github.com/BioPhoton/css-star-rating/commit/ae9fa03))
* **scss:** removed img star depending scss ([ce43f43](https://github.com/BioPhoton/css-star-rating/commit/ce43f43))
* **styleguide:** edited bast styleguide file ([3e2e5df](https://github.com/BioPhoton/css-star-rating/commit/3e2e5df))
* **styleguide:** start decouple kss docs from scss ([ba94603](https://github.com/BioPhoton/css-star-rating/commit/ba94603))


### Features

* **features and refactoring:** refactored scss to element base extended kss, added direction modifier ([a2e3e42](https://github.com/BioPhoton/css-star-rating/commit/a2e3e42))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/BioPhoton/css-star-rating/compare/2aaa7c0...v1.0.0) (2016-11-27)


### Features

* **setup dist:** setup initial dist folder ([8f25a1d](https://github.com/BioPhoton/css-star-rating/commit/8f25a1d))
* **setup src files:** setup folder structure and scss imports ([2aaa7c0](https://github.com/BioPhoton/css-star-rating/commit/2aaa7c0))



15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"main": "dist/index.js",
"devDependencies": {
"angularic-ionicon": "^1.1.0",
"conventional-changelog": "^1.1.0",
"css-loader": "^0.26.0",
"del": "^2.2.2",
"extendify": "^1.0.0",
Expand Down Expand Up @@ -67,24 +68,12 @@
"yargs": "^6.4.0"
},
"dependencies": {},
"testling": {
"files": "dist/css/star-rating.css",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"scripts": {
"clean:dist": "rimraf dist",
"build": "gulp project:build",
"styleguide": "gulp styleguide:watch",
"version:bump": "gulp version:bump",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "npm publish"
}
}

0 comments on commit 7700c0b

Please sign in to comment.