Skip to content

Commit 4268c79

Browse files
committed
chore: version 1.6.0 changelog
1 parent d7315da commit 4268c79

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.6.0](https://github.com/vuejs/vuepress/compare/v1.5.4...v1.6.0) (2020-09-25)
2+
3+
4+
### Features
5+
6+
* **$theme-default:** add code group and code block components ([#2594](https://github.com/vuejs/vuepress/issues/2594)) ([394c4f6](https://github.com/vuejs/vuepress/commit/394c4f6))
7+
* **$theme-default:** inform screen readers link opens in new tab/window (fix [#2601](https://github.com/vuejs/vuepress/issues/2601)) ([#2603](https://github.com/vuejs/vuepress/issues/2603)) ([8d10119](https://github.com/vuejs/vuepress/commit/8d10119))
8+
9+
10+
111
## [1.5.4](https://github.com/vuejs/vuepress/compare/v1.5.3...v1.5.4) (2020-08-23)
212

313

Diff for: yarn.lock

+13-8
Original file line numberDiff line numberDiff line change
@@ -9127,7 +9127,7 @@ mkdirp-promise@^5.0.1:
91279127
dependencies:
91289128
mkdirp "*"
91299129

9130-
mkdirp@*, [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1, mkdirp@~0.5.x:
9130+
mkdirp@*, [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
91319131
version "0.5.1"
91329132
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
91339133
dependencies:
@@ -9138,6 +9138,11 @@ [email protected]:
91389138
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
91399139
integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=
91409140

9141+
mkdirp@~1.0.4:
9142+
version "1.0.4"
9143+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
9144+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
9145+
91419146
modify-values@^1.0.0:
91429147
version "1.0.1"
91439148
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -12565,18 +12570,18 @@ stylus-loader@^3.0.2:
1256512570
lodash.clonedeep "^4.5.0"
1256612571
when "~3.6.x"
1256712572

12568-
stylus@^0.54.5:
12569-
version "0.54.7"
12570-
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.7.tgz#c6ce4793965ee538bcebe50f31537bfc04d88cd2"
12571-
integrity sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==
12573+
stylus@^0.54.8:
12574+
version "0.54.8"
12575+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz#3da3e65966bc567a7b044bfe0eece653e099d147"
12576+
integrity sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==
1257212577
dependencies:
1257312578
css-parse "~2.0.0"
1257412579
debug "~3.1.0"
12575-
glob "^7.1.3"
12576-
mkdirp "~0.5.x"
12580+
glob "^7.1.6"
12581+
mkdirp "~1.0.4"
1257712582
safer-buffer "^2.1.2"
1257812583
sax "~1.2.4"
12579-
semver "^6.0.0"
12584+
semver "^6.3.0"
1258012585
source-map "^0.7.3"
1258112586

1258212587
supports-color@^2.0.0:

0 commit comments

Comments
 (0)