This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +29
-8
lines changed
vuepress-plugin-container Expand file tree Collapse file tree 8 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.10] ( https://github.com/vuepress/vuepress-community/compare/docs@1.0.9...docs@1.0.10 ) (2020-04-08)
7
+
8
+ ** Note:** Version bump only for package docs
9
+
6
10
## [ 1.0.9] ( https://github.com/vuepress/vuepress-community/compare/docs@1.0.8...docs@1.0.9 ) (2020-02-20)
7
11
8
12
** Note:** Version bump only for package docs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " vuepress build src --temp .temp --dest dist" ,
16
16
"@vuepress/plugin-back-to-top" : " ^1.3.0" ,
17
17
"vuepress" : " ^1.3.0" ,
18
18
"vuepress-plugin-clean-urls" : " 1.1.1" ,
19
- "vuepress-plugin-container" : " 2.1.2 " ,
19
+ "vuepress-plugin-container" : " 2.1.3 " ,
20
20
"vuepress-plugin-copyright" : " ^1.0.2" ,
21
21
"vuepress-plugin-git-log" : " ^1.0.1" ,
22
22
"vuepress-plugin-mathjax" : " ^1.2.8" ,
23
23
"vuepress-plugin-medium-zoom" : " 1.1.8" ,
24
24
"vuepress-plugin-named-chunks" : " 1.1.2" ,
25
25
"vuepress-plugin-redirect" : " 1.2.3" ,
26
- "vuepress-plugin-serve" : " 2.0.1 " ,
26
+ "vuepress-plugin-serve" : " 2.0.2 " ,
27
27
"vuepress-plugin-smooth-scroll" : " 0.0.9" ,
28
28
"vuepress-plugin-table-of-contents" : " 1.1.5" ,
29
29
"vuepress-plugin-typescript" : " 0.2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.1.3] ( https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-container@2.1.2...vuepress-plugin-container@2.1.3 ) (2020-04-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** plugin-container:** make title available in after option (close [ #24 ] ( https://github.com/vuepress/vuepress-community/issues/24 ) ) ([ 14a9009] ( https://github.com/vuepress/vuepress-community/commit/14a90092ac2053370b9d317e81ce231c226e18a8 ) )
11
+
6
12
## [ 2.1.2] ( https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-container@2.1.1...vuepress-plugin-container@2.1.2 ) (2019-11-29)
7
13
8
14
** Note:** Version bump only for package vuepress-plugin-container
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-plugin-container" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " VuePress plugin for markdown container" ,
5
5
"keywords" : [
6
6
" container" ,
21
21
"contributors" : [
22
22
" meteorlxy <meteor.lxy@foxmail.com>"
23
23
],
24
+ "main" : " lib/index.js" ,
25
+ "types" : " lib/index.d.ts" ,
24
26
"files" : [
25
27
" lib"
26
28
],
27
- "main" : " lib/index.js" ,
28
- "types" : " lib/index.d.ts" ,
29
29
"scripts" : {
30
30
"build" : " rimraf lib && tsc -p tsconfig.json" ,
31
31
"lint" : " eslint --ext .ts src test"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.0.2] ( https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-serve@2.0.1...vuepress-plugin-serve@2.0.2 ) (2020-04-08)
7
+
8
+ ** Note:** Version bump only for package vuepress-plugin-serve
9
+
6
10
## [ 2.0.1] ( https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-serve@2.0.0...vuepress-plugin-serve@2.0.1 ) (2020-02-20)
7
11
8
12
** Note:** Version bump only for package vuepress-plugin-serve
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-plugin-serve" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " VuePress plugin to serve generated files" ,
5
5
"keywords" : [
6
6
" server" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.9.1] ( https://github.com/vuepress/vuepress-community/compare/vuepress-types@0.9.0...vuepress-types@0.9.1 ) (2020-04-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** types:** do not require all props in page options (close [ #25 ] ( https://github.com/vuepress/vuepress-community/issues/25 ) ) ([ 5e8649c] ( https://github.com/vuepress/vuepress-community/commit/5e8649c2ee70ea0088d8eef8e8f5eb70eb1ecc9c ) )
11
+ - ** types:** do not restrict define fields to string (close [ #26 ] ( https://github.com/vuepress/vuepress-community/issues/26 ) ) ([ cd0cf23] ( https://github.com/vuepress/vuepress-community/commit/cd0cf23b9126de866669f5449f6d5c18d07ae750 ) )
12
+
6
13
# [ 0.9.0] ( https://github.com/vuepress/vuepress-community/compare/vuepress-types@0.8.1...vuepress-types@0.9.0 ) (2020-02-20)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-types" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " VuePress TypeScript helpers" ,
5
5
"keywords" : [
6
6
" types" ,
You can’t perform that action at this time.
0 commit comments