Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğa Gürdal committed Jun 9, 2017
1 parent ebdbb75 commit 91a2465
Show file tree
Hide file tree
Showing 3 changed files with 737 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.0"></a>
# 0.1.0 (2017-06-09)


### Bug Fixes

* **generators/component:** correct wrong user input to upper case first letter ([22781d5](https://github.com/flyntwp/generator-flynt/commit/22781d5))
* **README:** Fixed installation notes ([049fe48](https://github.com/flyntwp/generator-flynt/commit/049fe48))


### Features

* **Generator:** Added README, SNIPPET and screenshot placeholder to templates ([dd4d62e](https://github.com/flyntwp/generator-flynt/commit/dd4d62e))
* **generators/component:** show error message on empty name, remove default value ([dc2ad19](https://github.com/flyntwp/generator-flynt/commit/dc2ad19))
* **generators/feature:** validate name, remove default value ([dc72763](https://github.com/flyntwp/generator-flynt/commit/dc72763))
* **Package.json:** Updated Version to 1.0.5 ([57d5585](https://github.com/flyntwp/generator-flynt/commit/57d5585))
* **PHP Template:** Added new Template for PHP Indentation ([8f6ba84](https://github.com/flyntwp/generator-flynt/commit/8f6ba84))
* **README:** Updated README ([e930c34](https://github.com/flyntwp/generator-flynt/commit/e930c34))
* **READMEs:** Updated READMEs to the latest README code standard ([15938e1](https://github.com/flyntwp/generator-flynt/commit/15938e1))
* **Style Template:** Added box-sizing to default stylus template ([99469e2](https://github.com/flyntwp/generator-flynt/commit/99469e2))
* **Yeoman Generator:** Initial Commit ([9256a6f](https://github.com/flyntwp/generator-flynt/commit/9256a6f))
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@
"files": [
"generators"
],
"scripts": {
"release": "standard-version",
"releaseGithub": "conventional-github-releaser -p angular"
},
"dependencies": {
"lodash": "^4.17.4",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {},
"devDependencies": {
"conventional-github-releaser": "^1.1.11",
"standard-version": "^4.0.0"
},
"engines": {
"node": ">=6 <7"
"node": ">=6"
}
}
Loading

0 comments on commit 91a2465

Please sign in to comment.