Skip to content

Commit 4b6aced

Browse files
authored
Merge pull request #207 from posthtml/milestone-0.2.14
Milestone 0.2.14
2 parents 3b95ebe + 240cbc4 commit 4b6aced

4 files changed

Lines changed: 6575 additions & 16 deletions

File tree

.conventional-changelog-lintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": ["angular"],
3+
"wildcards": {
4+
"merge": ["^(Merge pull request)|(Merge (.*?) into (.*?)|(Merge (.*?) branch (.*?))$)"]
5+
}
6+
}

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="0.2.14"></a>
2+
## 0.2.14 (2017-03-31)
3+
4+
* 0.2.14 ([7ca36b1](https://github.com/posthtml/posthtml-cli/commit/7ca36b1))
5+
* chore(.conventional-changelog-lintrc): tmp Waiting for the adoption PR ([ad530e4](https://github.com/posthtml/posthtml-cli/commit/ad530e4))
6+
* chore(changelog): Update changelog v0.2.13 ([661322a](https://github.com/posthtml/posthtml-cli/commit/661322a))
7+
* chore(package): update ava-codemods to version 0.3.2 ([ba3f76f](https://github.com/posthtml/posthtml-cli/commit/ba3f76f))
8+
* chore(package): update babel-eslint to version 7.2.0 ([5a0d3bc](https://github.com/posthtml/posthtml-cli/commit/5a0d3bc))
9+
* chore(package): update changelog lint ([140ee3c](https://github.com/posthtml/posthtml-cli/commit/140ee3c))
10+
* chore(package): update conventional-changelog-cli to 1.3.1 ([f2a7f5b](https://github.com/posthtml/posthtml-cli/commit/f2a7f5b))
11+
* chore(package): update coveralls to version 2.13.0 ([1316b6a](https://github.com/posthtml/posthtml-cli/commit/1316b6a))
12+
* chore(package): update eslint to version 3.18.0 ([587c49f](https://github.com/posthtml/posthtml-cli/commit/587c49f))
13+
* chore(package): update eslint-config-standard to version 7.1.0 ([e7bb993](https://github.com/posthtml/posthtml-cli/commit/e7bb993))
14+
* chore(package): update eslint-plugin-babel to version 4.1.0 ([a32f623](https://github.com/posthtml/posthtml-cli/commit/a32f623))
15+
* chore(package): update eslint-plugin-promise to version 3.5.0 ([edcc089](https://github.com/posthtml/posthtml-cli/commit/edcc089))
16+
* chore(package): update eslint-plugin-standard to version 2.1.1 ([8a7e2cf](https://github.com/posthtml/posthtml-cli/commit/8a7e2cf))
17+
* chore(package): update execa to version 0.6.3 ([90625b7](https://github.com/posthtml/posthtml-cli/commit/90625b7))
18+
* chore(package): update husky to version 0.13.2 ([a1438b3](https://github.com/posthtml/posthtml-cli/commit/a1438b3))
19+
* chore(package): update np to version 2.13.0 ([3da8fbd](https://github.com/posthtml/posthtml-cli/commit/3da8fbd))
20+
* chore(package): update post-load-plugins to version 0.0.10 ([426eea9](https://github.com/posthtml/posthtml-cli/commit/426eea9))
21+
* chore(package): update post-load-plugins to version 0.0.13 ([1de6d18](https://github.com/posthtml/posthtml-cli/commit/1de6d18))
22+
* chore(package): update testen to version 2.2.0 ([e882985](https://github.com/posthtml/posthtml-cli/commit/e882985))
23+
* chore(package): update yargs to version 7.0.2 ([dd2b9a2](https://github.com/posthtml/posthtml-cli/commit/dd2b9a2))
24+
* chore(yarn.lock): update deps ([037f3fd](https://github.com/posthtml/posthtml-cli/commit/037f3fd))
25+
* chore(yarn): add yarn lock ([3cc6360](https://github.com/posthtml/posthtml-cli/commit/3cc6360))
26+
27+
28+
129
<a name="0.2.13"></a>
230
## 0.2.13 (2017-02-01)
331

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -40,31 +40,31 @@
4040
"globby": "^6.1.0",
4141
"post-load-plugins": "0.0.13",
4242
"posthtml": "^0.9.2",
43-
"yargs": "^6.6.0"
43+
"yargs": "^7.0.2"
4444
},
4545
"devDependencies": {
46-
"path-exists": "^3.0.0",
4746
"ava": "*",
48-
"ava-codemods": "^0.3.0",
49-
"babel-eslint": "^7.1.1",
47+
"ava-codemods": "^0.3.2",
48+
"babel-eslint": "^7.2.0",
5049
"clinton": "^0.11.0",
51-
"conventional-changelog-cli": "^1.2.0",
52-
"conventional-changelog-lint": "^1.1.0",
53-
"coveralls": "^2.11.15",
50+
"conventional-changelog-cli": "^1.3.1",
51+
"conventional-changelog-lint": "^1.1.7",
52+
"coveralls": "^2.13.0",
5453
"cpy": "^5.0.0",
55-
"eslint": "^3.14.0",
56-
"eslint-config-standard": "^6.2.1",
54+
"eslint": "^3.18.0",
55+
"eslint-config-standard": "^7.1.0",
5756
"eslint-formatter-pretty": "^1.1.0",
5857
"eslint-plugin-ava": "^4.0.1",
59-
"eslint-plugin-babel": "^4.0.1",
58+
"eslint-plugin-babel": "^4.1.0",
6059
"eslint-plugin-markdown": "^1.0.0-beta.3",
61-
"eslint-plugin-promise": "^3.4.0",
60+
"eslint-plugin-promise": "^3.5.0",
6261
"eslint-plugin-require-path-exists": "^1.1.5",
63-
"eslint-plugin-standard": "^2.0.1",
64-
"execa": "^0.6.0",
65-
"husky": "^0.13.0",
66-
"np": "^2.12.0",
62+
"eslint-plugin-standard": "^2.1.1",
63+
"execa": "^0.6.3",
64+
"husky": "^0.13.2",
65+
"np": "^2.13.0",
6766
"nyc": "^10.1.2",
67+
"path-exists": "^3.0.0",
6868
"posthtml-bem": "^0.2.2",
6969
"posthtml-css-modules": "^0.1.1",
7070
"posthtml-custom-elements": "^1.0.3",

0 commit comments

Comments
 (0)