Skip to content

Commit 0135c5e

Browse files
authored
Merge pull request #210 from posthtml/milestone-0.2.15
Milestone 0.2.15
2 parents 4b6aced + affb53c commit 0135c5e

4 files changed

Lines changed: 44 additions & 43 deletions

File tree

.conventional-changelog-lintrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.2.15"></a>
2+
## 0.2.15 (2017-03-31)
3+
4+
* 0.2.15 ([981be22](https://github.com/posthtml/posthtml-cli/commit/981be22))
5+
* chore(.conventional-changelog-lintrc): fix in path ([7f43c07](https://github.com/posthtml/posthtml-cli/commit/7f43c07))
6+
* chore(changelog): Update changelog v`npm view posthtml-cli version` ([240cbc4](https://github.com/posthtml/posthtml-cli/commit/240cbc4))
7+
* chore(package): update conventional-changelog-lint to version 1.1.8 ([93a7212](https://github.com/posthtml/posthtml-cli/commit/93a7212))
8+
* chore(package): update post-load-plugins to version 0.0.14 ([88e9785](https://github.com/posthtml/posthtml-cli/commit/88e9785))
9+
* chore(yarn.lock): add yarn lock ([db0fce8](https://github.com/posthtml/posthtml-cli/commit/db0fce8))
10+
11+
12+
113
<a name="0.2.14"></a>
214
## 0.2.14 (2017-03-31)
315

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"globby": "^6.1.0",
41-
"post-load-plugins": "0.0.13",
41+
"post-load-plugins": "0.0.14",
4242
"posthtml": "^0.9.2",
4343
"yargs": "^7.0.2"
4444
},
@@ -48,7 +48,7 @@
4848
"babel-eslint": "^7.2.0",
4949
"clinton": "^0.11.0",
5050
"conventional-changelog-cli": "^1.3.1",
51-
"conventional-changelog-lint": "^1.1.7",
51+
"conventional-changelog-lint": "^1.1.8",
5252
"coveralls": "^2.13.0",
5353
"cpy": "^5.0.0",
5454
"eslint": "^3.18.0",

yarn.lock

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ babel-register@^6.18.0:
10421042
mkdirp "^0.5.1"
10431043
source-map-support "^0.4.2"
10441044

1045-
babel-runtime@6.23.0, babel-runtime@^6.0.0, babel-runtime@^6.20.0, babel-runtime@^6.22.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
1045+
babel-runtime@6.23.0, babel-runtime@^6.0.0, babel-runtime@^6.20.0, babel-runtime@^6.22.0:
10461046
version "6.23.0"
10471047
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
10481048
dependencies:
@@ -1055,7 +1055,7 @@ babel-runtime@^5.6.18:
10551055
dependencies:
10561056
core-js "^1.0.0"
10571057

1058-
babel-runtime@^6.11.6:
1058+
babel-runtime@^6.11.6, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
10591059
version "6.11.6"
10601060
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.11.6.tgz#6db707fef2d49c49bfa3cb64efdb436b518b8222"
10611061
dependencies:
@@ -1671,26 +1671,24 @@ conventional-changelog-jshint@^0.1.0:
16711671
compare-func "^1.3.1"
16721672
q "^1.4.1"
16731673

1674-
conventional-changelog-lint-config-angular@0.4.0:
1675-
version "0.4.0"
1676-
resolved "https://registry.yarnpkg.com/conventional-changelog-lint-config-angular/-/conventional-changelog-lint-config-angular-0.4.0.tgz#1489340a2428af54a32171aa77c625fa376ad1ff"
1674+
conventional-changelog-lint-config-angular@0.4.1:
1675+
version "0.4.1"
1676+
resolved "https://registry.yarnpkg.com/conventional-changelog-lint-config-angular/-/conventional-changelog-lint-config-angular-0.4.1.tgz#0f1d090883636ca45f08304ce72ee0b2c60d9ffa"
16771677

1678-
conventional-changelog-lint@^1.1.7:
1679-
version "1.1.7"
1680-
resolved "https://registry.yarnpkg.com/conventional-changelog-lint/-/conventional-changelog-lint-1.1.7.tgz#e1756f3dc65d70e73dd7ab9b7fe0fd638cf19bcc"
1678+
conventional-changelog-lint@^1.1.8:
1679+
version "1.1.8"
1680+
resolved "https://registry.yarnpkg.com/conventional-changelog-lint/-/conventional-changelog-lint-1.1.8.tgz#62d646fc01a677e9be43b91b73916900b548b593"
16811681
dependencies:
16821682
babel-polyfill "6.20.0"
16831683
babel-runtime "6.23.0"
16841684
chalk "1.1.3"
16851685
conventional-changelog-angular "1.3.0"
1686-
conventional-changelog-lint-config-angular "0.4.0"
1686+
conventional-changelog-lint-config-angular "0.4.1"
16871687
conventional-commits-parser "1.3.0"
1688-
denodeify "1.2.1"
16891688
franc "2.0.0"
16901689
get-stdin "5.0.1"
16911690
git-raw-commits "1.1.2"
16921691
git-toplevel "1.1.1"
1693-
globby "6.1.0"
16941692
lodash "4.17.4"
16951693
meow "3.7.0"
16961694
mz "2.6.0"
@@ -1978,10 +1976,6 @@ delegates@^1.0.0:
19781976
version "1.0.0"
19791977
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
19801978

1981-
denodeify@1.2.1:
1982-
version "1.2.1"
1983-
resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631"
1984-
19851979
detect-indent@^3.0.0:
19861980
version "3.0.1"
19871981
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-3.0.1.tgz#9dc5e5ddbceef8325764b9451b02bc6d54084f75"
@@ -2986,16 +2980,6 @@ globals@^9.0.0, globals@^9.14.0:
29862980
version "9.17.0"
29872981
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
29882982

2989-
globby@6.1.0, globby@^6.0.0, globby@^6.1.0:
2990-
version "6.1.0"
2991-
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
2992-
dependencies:
2993-
array-union "^1.0.1"
2994-
glob "^7.0.3"
2995-
object-assign "^4.0.1"
2996-
pify "^2.0.0"
2997-
pinkie-promise "^2.0.0"
2998-
29992983
globby@^4.0.0:
30002984
version "4.1.0"
30012985
resolved "https://registry.yarnpkg.com/globby/-/globby-4.1.0.tgz#080f54549ec1b82a6c60e631fc82e1211dbe95f8"
@@ -3018,6 +3002,16 @@ globby@^5.0.0:
30183002
pify "^2.0.0"
30193003
pinkie-promise "^2.0.0"
30203004

3005+
globby@^6.0.0, globby@^6.1.0:
3006+
version "6.1.0"
3007+
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
3008+
dependencies:
3009+
array-union "^1.0.1"
3010+
glob "^7.0.3"
3011+
object-assign "^4.0.1"
3012+
pify "^2.0.0"
3013+
pinkie-promise "^2.0.0"
3014+
30213015
globule@~0.1.0:
30223016
version "0.1.0"
30233017
resolved "https://registry.yarnpkg.com/globule/-/globule-0.1.0.tgz#d9c8edde1da79d125a151b79533b978676346ae5"
@@ -4845,28 +4839,29 @@ pos@0.4.2:
48454839
version "0.4.2"
48464840
resolved "https://registry.yarnpkg.com/pos/-/pos-0.4.2.tgz#20e9c77fbeedcc356823cea63c7585cace93be2a"
48474841

4848-
post-config@0.0.4-alpha.8:
4849-
version "0.0.4-alpha.8"
4850-
resolved "https://registry.yarnpkg.com/post-config/-/post-config-0.0.4-alpha.8.tgz#31dc4d1bba306b38d8682617d7a76e50659850ba"
4842+
post-config@0.0.4-alpha.9:
4843+
version "0.0.4-alpha.9"
4844+
resolved "https://registry.yarnpkg.com/post-config/-/post-config-0.0.4-alpha.9.tgz#5930c2b4ba20cb96fbfceb0fda635153f40e59aa"
48514845
dependencies:
48524846
core-js "^2.4.1"
48534847
deepmerge "^1.3.1"
48544848
to-camel-case "^1.0.0"
4849+
to-slug-case "^1.0.0"
48554850

4856-
post-load-plugins@0.0.13:
4857-
version "0.0.13"
4858-
resolved "https://registry.yarnpkg.com/post-load-plugins/-/post-load-plugins-0.0.13.tgz#14cfcb09fc8965778bfc48f5ca05256284c451e2"
4851+
post-load-plugins@0.0.14:
4852+
version "0.0.14"
4853+
resolved "https://registry.yarnpkg.com/post-load-plugins/-/post-load-plugins-0.0.14.tgz#29e8cb4961a198568acb23ecd9b325190cb470ca"
48594854
dependencies:
48604855
chalk "^1.1.3"
48614856
core-js "^2.4.1"
48624857
indent-string "^3.1.0"
48634858
log-symbols "^1.0.2"
4864-
post-config "0.0.4-alpha.8"
4865-
post-sequence "^0.1.10"
4859+
post-config "0.0.4-alpha.9"
4860+
post-sequence "^0.1.11"
48664861
text-table "^0.2.0"
48674862
to-slug-case "^1.0.0"
48684863

4869-
post-sequence@^0.1.10:
4864+
post-sequence@^0.1.11:
48704865
version "0.1.11"
48714866
resolved "https://registry.yarnpkg.com/post-sequence/-/post-sequence-0.1.11.tgz#e46c79e53165dd6130f1b04795de3564bc48ff17"
48724867

0 commit comments

Comments
 (0)