Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5bd480f

Browse files
committed
build: publish
- docs@1.0.10 - vuepress-plugin-container@2.1.3 - vuepress-plugin-serve@2.0.2 - vuepress-types@0.9.1
1 parent 5e8649c commit 5bd480f

File tree

8 files changed

+29
-8
lines changed

8 files changed

+29
-8
lines changed

packages/docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [1.0.9](https://github.com/vuepress/vuepress-community/compare/docs@1.0.8...docs@1.0.9) (2020-02-20)
711

812
**Note:** Version bump only for package docs

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"private": true,
55
"scripts": {
66
"build": "vuepress build src --temp .temp --dest dist",
@@ -16,14 +16,14 @@
1616
"@vuepress/plugin-back-to-top": "^1.3.0",
1717
"vuepress": "^1.3.0",
1818
"vuepress-plugin-clean-urls": "1.1.1",
19-
"vuepress-plugin-container": "2.1.2",
19+
"vuepress-plugin-container": "2.1.3",
2020
"vuepress-plugin-copyright": "^1.0.2",
2121
"vuepress-plugin-git-log": "^1.0.1",
2222
"vuepress-plugin-mathjax": "^1.2.8",
2323
"vuepress-plugin-medium-zoom": "1.1.8",
2424
"vuepress-plugin-named-chunks": "1.1.2",
2525
"vuepress-plugin-redirect": "1.2.3",
26-
"vuepress-plugin-serve": "2.0.1",
26+
"vuepress-plugin-serve": "2.0.2",
2727
"vuepress-plugin-smooth-scroll": "0.0.9",
2828
"vuepress-plugin-table-of-contents": "1.1.5",
2929
"vuepress-plugin-typescript": "0.2.0",

packages/vuepress-plugin-container/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
## [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)
713

814
**Note:** Version bump only for package vuepress-plugin-container

packages/vuepress-plugin-container/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-container",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "VuePress plugin for markdown container",
55
"keywords": [
66
"container",
@@ -21,11 +21,11 @@
2121
"contributors": [
2222
"meteorlxy <meteor.lxy@foxmail.com>"
2323
],
24+
"main": "lib/index.js",
25+
"types": "lib/index.d.ts",
2426
"files": [
2527
"lib"
2628
],
27-
"main": "lib/index.js",
28-
"types": "lib/index.d.ts",
2929
"scripts": {
3030
"build": "rimraf lib && tsc -p tsconfig.json",
3131
"lint": "eslint --ext .ts src test"

packages/vuepress-plugin-serve/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
**Note:** Version bump only for package vuepress-plugin-serve

packages/vuepress-plugin-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-serve",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "VuePress plugin to serve generated files",
55
"keywords": [
66
"server",

packages/vuepress-types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
613
# [0.9.0](https://github.com/vuepress/vuepress-community/compare/vuepress-types@0.8.1...vuepress-types@0.9.0) (2020-02-20)
714

815
### Features

packages/vuepress-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-types",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "VuePress TypeScript helpers",
55
"keywords": [
66
"types",

0 commit comments

Comments
 (0)