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

Commit d23b863

Browse files
committed
build: publish
- docs@1.0.11 - vuepress-plugin-container@2.1.4 - vuepress-plugin-dehydrate@1.1.4 - vuepress-plugin-named-chunks@1.1.3 - vuepress-plugin-nprogress@1.1.7 - vuepress-plugin-redirect@1.2.4 - vuepress-plugin-serve@2.0.3 - vuepress-plugin-table-of-contents@1.1.6 - vuepress-plugin-typescript@0.3.0 - vuepress-types@0.9.3
1 parent 3011139 commit d23b863

File tree

20 files changed

+65
-21
lines changed

20 files changed

+65
-21
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.11](https://github.com/vuepress/vuepress-community/compare/docs@1.0.10...docs@1.0.11) (2020-05-21)
7+
8+
**Note:** Version bump only for package docs
9+
610
## [1.0.10](https://github.com/vuepress/vuepress-community/compare/docs@1.0.9...docs@1.0.10) (2020-04-08)
711

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

packages/docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"private": true,
55
"scripts": {
66
"build": "vuepress build src --temp .temp --dest dist",
@@ -16,17 +16,17 @@
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.3",
19+
"vuepress-plugin-container": "2.1.4",
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",
24-
"vuepress-plugin-named-chunks": "1.1.2",
25-
"vuepress-plugin-redirect": "1.2.3",
26-
"vuepress-plugin-serve": "2.0.2",
24+
"vuepress-plugin-named-chunks": "1.1.3",
25+
"vuepress-plugin-redirect": "1.2.4",
26+
"vuepress-plugin-serve": "2.0.3",
2727
"vuepress-plugin-smooth-scroll": "0.0.9",
28-
"vuepress-plugin-table-of-contents": "1.1.5",
29-
"vuepress-plugin-typescript": "0.2.0",
28+
"vuepress-plugin-table-of-contents": "1.1.6",
29+
"vuepress-plugin-typescript": "0.3.0",
3030
"vuepress-plugin-zooming": "1.1.7"
3131
}
3232
}

packages/vuepress-plugin-container/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.1.4](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-container@2.1.3...vuepress-plugin-container@2.1.4) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-container
9+
610
## [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)
711

812
### Bug Fixes

packages/vuepress-plugin-container/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-container",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "VuePress plugin for markdown container",
55
"keywords": [
66
"container",

packages/vuepress-plugin-dehydrate/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.1.4](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-dehydrate@1.1.3...vuepress-plugin-dehydrate@1.1.4) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-dehydrate
9+
610
## [1.1.3](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-dehydrate@1.1.2...vuepress-plugin-dehydrate@1.1.3) (2020-02-03)
711

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

packages/vuepress-plugin-dehydrate/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-dehydrate",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "VuePress plugin to dehydrate generated HTML files",
55
"keywords": [
66
"build",

packages/vuepress-plugin-named-chunks/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.1.3](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-named-chunks@1.1.2...vuepress-plugin-named-chunks@1.1.3) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-named-chunks
9+
610
## [1.1.2](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-named-chunks@1.1.1...vuepress-plugin-named-chunks@1.1.2) (2020-02-03)
711

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

packages/vuepress-plugin-named-chunks/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-named-chunks",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "VuePress plugin to track chunks",
55
"keywords": [
66
"chunks",

packages/vuepress-plugin-nprogress/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.1.7](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-nprogress@1.1.6...vuepress-plugin-nprogress@1.1.7) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-nprogress
9+
610
## [1.1.6](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-nprogress@1.1.5...vuepress-plugin-nprogress@1.1.6) (2019-11-29)
711

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

packages/vuepress-plugin-nprogress/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-nprogress",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "VuePress plugin for nprogress",
55
"keywords": [
66
"nprogress",
@@ -17,12 +17,12 @@
1717
},
1818
"license": "MIT",
1919
"author": "meteorlxy <meteor.lxy@foxmail.com>",
20+
"main": "lib/index.js",
21+
"types": "lib/index.d.ts",
2022
"files": [
2123
"lib",
2224
"styles"
2325
],
24-
"main": "lib/index.js",
25-
"types": "lib/index.d.ts",
2626
"scripts": {
2727
"build": "rimraf lib && tsc -p tsconfig.json",
2828
"lint": "eslint --ext .ts src"

packages/vuepress-plugin-redirect/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.2.4](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-redirect@1.2.3...vuepress-plugin-redirect@1.2.4) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-redirect
9+
610
## [1.2.3](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-redirect@1.2.2...vuepress-plugin-redirect@1.2.3) (2020-02-03)
711

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

packages/vuepress-plugin-redirect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-redirect",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "VuePress plugin to handle redirection",
55
"keywords": [
66
"i18n",
@@ -33,6 +33,6 @@
3333
},
3434
"dependencies": {
3535
"@shigma/stringify-object": "^3.3.0",
36-
"vuepress-plugin-dehydrate": "1.1.3"
36+
"vuepress-plugin-dehydrate": "1.1.4"
3737
}
3838
}

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.3](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-serve@2.0.2...vuepress-plugin-serve@2.0.3) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-serve
9+
610
## [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)
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.2",
3+
"version": "2.0.3",
44
"description": "VuePress plugin to serve generated files",
55
"keywords": [
66
"server",

packages/vuepress-plugin-table-of-contents/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.1.6](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-table-of-contents@1.1.5...vuepress-plugin-table-of-contents@1.1.6) (2020-05-21)
7+
8+
**Note:** Version bump only for package vuepress-plugin-table-of-contents
9+
610
## [1.1.5](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-table-of-contents@1.1.4...vuepress-plugin-table-of-contents@1.1.5) (2019-12-27)
711

812
### Bug Fixes

packages/vuepress-plugin-table-of-contents/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-table-of-contents",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "VuePress plugin for table of contents",
55
"keywords": [
66
"plugin",
@@ -18,11 +18,11 @@
1818
},
1919
"license": "MIT",
2020
"author": "meteorlxy <meteor.lxy@foxmail.com>",
21+
"main": "lib/index.js",
22+
"types": "lib/index.d.ts",
2123
"files": [
2224
"lib"
2325
],
24-
"main": "lib/index.js",
25-
"types": "lib/index.d.ts",
2626
"scripts": {
2727
"build": "rimraf lib && tsc -p tsconfig.json",
2828
"lint": "eslint --ext .ts src"

packages/vuepress-plugin-typescript/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+
# [0.3.0](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-typescript@0.2.0...vuepress-plugin-typescript@0.3.0) (2020-05-21)
7+
8+
### Features
9+
10+
- **plugin-typescript:** upgrade to ts-loader 7 ([2d6e17b](https://github.com/vuepress/vuepress-community/commit/2d6e17b3d661aa535a4487528d92df00cf96d5ef))
11+
612
# [0.2.0](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-typescript@0.1.2...vuepress-plugin-typescript@0.2.0) (2020-02-20)
713

814
### Features

packages/vuepress-plugin-typescript/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-typescript",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "VuePress plugin for typescript",
55
"keywords": [
66
"plugin",

packages/vuepress-types/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+
## [0.9.3](https://github.com/vuepress/vuepress-community/compare/vuepress-types@0.9.2...vuepress-types@0.9.3) (2020-05-21)
7+
8+
### Bug Fixes
9+
10+
- **types:** bump cac version (close [#45](https://github.com/vuepress/vuepress-community/issues/45)) ([3011139](https://github.com/vuepress/vuepress-community/commit/3011139df44825e43cf5f48a0e354c4223db2196))
11+
612
## [0.9.2](https://github.com/vuepress/vuepress-community/compare/vuepress-types@0.9.1...vuepress-types@0.9.2) (2020-05-06)
713

814
### Bug Fixes

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.2",
3+
"version": "0.9.3",
44
"description": "VuePress TypeScript helpers",
55
"keywords": [
66
"types",

0 commit comments

Comments
 (0)