Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 58ff44b

Browse files
committed
6.0.1
1 parent 656df6b commit 58ff44b

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

.prettierrc.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 120,
3+
"tabWidth": 2,
4+
"arrowParens": "always",
5+
"bracketSpacing": true,
6+
"semi": true,
7+
"singleQuote": true,
8+
"useTabs": false,
9+
"trailingComma": "all",
10+
"jsxBracketSameLine": false,
11+
"proseWrap": "never"
12+
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="6.0.1"></a>
2+
## <small>6.0.1 (2018-05-29)</small>
3+
4+
* fix: Downgrade to ES5 because angular-optimizations do not work with greater ([656df6b](https://github.com/webdev-tools/ng-nested-reactive-forms/commit/656df6b))
5+
* docs(changelog): Added CHANGELOG includding all previous commits ([f04c912](https://github.com/webdev-tools/ng-nested-reactive-forms/commit/f04c912))
6+
* build: Setup conventional-changelog and validation on commit messages ([0a95b4e](https://github.com/webdev-tools/ng-nested-reactive-forms/commit/0a95b4e))
7+
* Migrated to Airbnb Style-Guide ([9009971](https://github.com/webdev-tools/ng-nested-reactive-forms/commit/9009971))
8+
9+
10+
111
<a name="6.0.0"></a>
212
## 6.0.0 (2018-05-26)
313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webdev-tools/ng-nested-reactive-forms",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve samples",

projects/ng-nrforms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webdev-tools/ng-nested-reactive-forms",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"peerDependencies": {
55
"@angular/common": "^6.0.0",
66
"@angular/core": "^6.0.0"

0 commit comments

Comments
 (0)