Skip to content

Commit

Permalink
build: release version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen committed Aug 5, 2020
1 parent 1c3967c commit 94dfb75
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.2",
"version": "1.5.3",
"command": {
"version": {
"allowBranch": "master",
Expand Down
12 changes: 6 additions & 6 deletions packages/@vuepress/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "1.5.2",
"version": "1.5.3",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
Expand All @@ -25,11 +25,11 @@
"dependencies": {
"@babel/core": "^7.8.4",
"@vue/babel-preset-app": "^4.1.2",
"@vuepress/markdown": "1.5.2",
"@vuepress/markdown-loader": "1.5.2",
"@vuepress/plugin-last-updated": "1.5.2",
"@vuepress/plugin-register-components": "1.5.2",
"@vuepress/shared-utils": "1.5.2",
"@vuepress/markdown": "1.5.3",
"@vuepress/markdown-loader": "1.5.3",
"@vuepress/plugin-last-updated": "1.5.3",
"@vuepress/plugin-register-components": "1.5.3",
"@vuepress/shared-utils": "1.5.3",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.4",
"cache-loader": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/markdown-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown-loader",
"version": "1.5.2",
"version": "1.5.3",
"description": "markdown-loader for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/markdown": "1.5.2",
"@vuepress/markdown": "1.5.3",
"loader-utils": "^1.1.0",
"lru-cache": "^5.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown",
"version": "1.5.2",
"version": "1.5.3",
"description": "markdown for vuepress",
"keywords": [
"documentation",
Expand All @@ -22,7 +22,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.5.2",
"@vuepress/shared-utils": "1.5.3",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-active-header-links/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.5.2",
"version": "1.5.3",
"description": "active-header-links plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-back-to-top/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.5.2",
"version": "1.5.3",
"description": "back-to-top plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-google-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.5.2",
"version": "1.5.3",
"description": "google-analytics plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-last-updated/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-last-updated",
"version": "1.5.2",
"version": "1.5.3",
"description": "last-updated plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-medium-zoom/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.5.2",
"version": "1.5.3",
"description": "medium-zoom plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-nprogress/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "1.5.2",
"version": "1.5.3",
"description": "nprogress plugin for vuepress",
"keywords": [
"documentation",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-pwa/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "1.5.2",
"version": "1.5.3",
"description": "pwa plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <chl814@foxmail.com>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.5.2",
"@vuepress/shared-utils": "1.5.3",
"register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-register-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-register-components",
"version": "1.5.2",
"version": "1.5.3",
"description": "register-global-components plugin for vuepress",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "ULIVZ <chl814@foxmail.com>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "1.5.2"
"@vuepress/shared-utils": "1.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-search/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-search",
"version": "1.5.2",
"version": "1.5.3",
"description": "search plugin for vuepress",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/shared-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shared-utils",
"version": "1.5.2",
"version": "1.5.3",
"description": "shared-utils for vuepress",
"keywords": [
"documentation",
Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/test-utils",
"version": "1.5.2",
"version": "1.5.3",
"description": "test-utils for vuepress",
"keywords": [
"documentation",
Expand All @@ -25,8 +25,8 @@
"@babel/preset-env": "^7.0.0",
"@types/jest": "^24.0.9",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/core": "1.5.2",
"@vuepress/shared-utils": "1.5.2",
"@vuepress/core": "1.5.3",
"@vuepress/shared-utils": "1.5.3",
"babel-jest": "^24.7.1",
"execa": "^1.0.0",
"jest": "^24.7.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/theme-default/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "1.5.2",
"version": "1.5.3",
"description": "Default theme for VuePress",
"keywords": [
"documentation",
Expand All @@ -21,9 +21,9 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-active-header-links": "1.5.2",
"@vuepress/plugin-nprogress": "1.5.2",
"@vuepress/plugin-search": "1.5.2",
"@vuepress/plugin-active-header-links": "1.5.3",
"@vuepress/plugin-nprogress": "1.5.3",
"@vuepress/plugin-search": "1.5.3",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.15",
"stylus": "^0.54.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/theme-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-vue",
"version": "1.5.2",
"version": "1.5.3",
"description": "VuePress theme for official Vue projects",
"keywords": [
"documentation",
Expand All @@ -21,7 +21,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/theme-default": "1.5.2"
"@vuepress/theme-default": "1.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"description": "docs of VuePress",
"keywords": [
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@vuepress/plugin-back-to-top": "1.5.2",
"@vuepress/plugin-google-analytics": "1.5.2",
"@vuepress/plugin-medium-zoom": "1.5.2",
"@vuepress/plugin-pwa": "1.5.2",
"@vuepress/theme-vue": "1.5.2",
"@vuepress/plugin-back-to-top": "1.5.3",
"@vuepress/plugin-google-analytics": "1.5.3",
"@vuepress/plugin-medium-zoom": "1.5.3",
"@vuepress/plugin-pwa": "1.5.3",
"@vuepress/theme-vue": "1.5.3",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-consistent": "^2.0.3",
Expand All @@ -48,7 +48,7 @@
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-write-good": "^1.6.2",
"vue-toasted": "^1.1.25",
"vuepress": "1.5.2",
"vuepress": "1.5.3",
"vuepress-plugin-flowchart": "^1.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/vuepress/package.json
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "1.5.2",
"version": "1.5.3",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
Expand Down Expand Up @@ -29,8 +29,8 @@
">1%"
],
"dependencies": {
"@vuepress/core": "1.5.2",
"@vuepress/theme-default": "1.5.2",
"@vuepress/core": "1.5.3",
"@vuepress/theme-default": "1.5.3",
"cac": "^6.5.6",
"envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2",
Expand Down

0 comments on commit 94dfb75

Please sign in to comment.