Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuepress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.1
Choose a base ref
...
head repository: vuejs/vuepress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 2 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 8, 2019

  1. chore: 1.0.0-rc.1 changelog

    ulivz committed Jun 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8bb6612 View commit details
  2. v1.0.0

    ulivz committed Jun 8, 2019
    Copy the full SHA
    a2da3fe View commit details
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<a name=""></a>
# [](https://github.com/vuejs/vuepress/compare/v1.0.0-beta.2...v) (2019-06-05)

# [1.0.0-rc.1](https://github.com/vuejs/vuepress/compare/v1.0.0-beta.2...v1.0.0-rc.1) (2019-06-08)

It seems no any changes here.

<a name="1.0.0-beta.2"></a>
# [1.0.0-beta.2](https://github.com/vuejs/vuepress/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-06-05)
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-rc.1"
"version": "1.0.0"
}
12 changes: 6 additions & 6 deletions packages/@vuepress/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "lib/index.js",
"repository": {
@@ -31,11 +31,11 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@vue/babel-preset-app": "^3.1.1",
"@vuepress/markdown": "^1.0.0-rc.1",
"@vuepress/markdown-loader": "^1.0.0-rc.1",
"@vuepress/plugin-last-updated": "^1.0.0-rc.1",
"@vuepress/plugin-register-components": "^1.0.0-rc.1",
"@vuepress/shared-utils": "^1.0.0-rc.1",
"@vuepress/markdown": "^1.0.0",
"@vuepress/markdown-loader": "^1.0.0",
"@vuepress/plugin-last-updated": "^1.0.0",
"@vuepress/plugin-register-components": "^1.0.0",
"@vuepress/shared-utils": "^1.0.0",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.4",
"cache-loader": "^3.0.0",
4 changes: 2 additions & 2 deletions packages/@vuepress/markdown-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown-loader",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "markdown-loader for vuepress",
"main": "index.js",
"publishConfig": {
@@ -18,7 +18,7 @@
"generator"
],
"dependencies": {
"@vuepress/markdown": "^1.0.0-rc.1",
"@vuepress/markdown": "^1.0.0",
"loader-utils": "^1.1.0",
"lru-cache": "^5.1.1"
},
6 changes: 3 additions & 3 deletions packages/@vuepress/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "markdown for vuepress",
"main": "index.js",
"publishConfig": {
@@ -19,7 +19,7 @@
"markdown"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-rc.1",
"@vuepress/shared-utils": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
@@ -28,7 +28,7 @@
"prismjs": "^1.13.0"
},
"devDependencies": {
"@vuepress/test-utils": "^1.0.0-rc.1"
"@vuepress/test-utils": "^1.0.0"
},
"author": "Evan You",
"maintainers": [
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "active-header-links plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "back-to-top plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "google-analytics plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "medium-zoom plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "nprogress plugin for vuepress",
"main": "index.js",
"publishConfig": {
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "pwa plugin for vuepress",
"main": "index.js",
"publishConfig": {
@@ -18,7 +18,7 @@
"generator"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-rc.1",
"@vuepress/shared-utils": "^1.0.0",
"register-service-worker": "^1.5.2",
"workbox-build": "^3.1.0"
},
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-register-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-register-components",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "register-global-components plugin for vuepress",
"main": "index.js",
"publishConfig": {
@@ -24,6 +24,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-rc.1"
"@vuepress/shared-utils": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-search",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "search plugin for vuepress",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vuepress/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shared-utils",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "shared-utils for vuepress",
"main": "lib/index.js",
"types": "types/index.d.ts",
6 changes: 3 additions & 3 deletions packages/@vuepress/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/test-utils",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "test-utils for vuepress",
"main": "index.js",
"publishConfig": {
@@ -22,8 +22,8 @@
"@babel/preset-env": "^7.0.0",
"@types/jest": "^24.0.9",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/core": "^1.0.0-rc.1",
"@vuepress/shared-utils": "^1.0.0-rc.1",
"@vuepress/core": "^1.0.0",
"@vuepress/shared-utils": "^1.0.0",
"babel-jest": "^24.7.1",
"execa": "^1.0.0",
"jest": "^24.7.1",
8 changes: 4 additions & 4 deletions packages/@vuepress/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Default theme for VuePress",
"main": "index.js",
"publishConfig": {
@@ -30,9 +30,9 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
"@vuepress/plugin-nprogress": "^1.0.0-rc.1",
"@vuepress/plugin-search": "^1.0.0-rc.1",
"@vuepress/plugin-active-header-links": "^1.0.0",
"@vuepress/plugin-nprogress": "^1.0.0",
"@vuepress/plugin-search": "^1.0.0",
"docsearch.js": "^2.5.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
4 changes: 2 additions & 2 deletions packages/@vuepress/theme-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-vue",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "VuePress theme for official Vue projects",
"main": "index.js",
"publishConfig": {
@@ -30,6 +30,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
"dependencies": {
"@vuepress/theme-default": "^1.0.0-rc.1"
"@vuepress/theme-default": "^1.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.0-rc.1",
"version": "1.0.0",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
@@ -25,13 +25,13 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"@vuepress/plugin-medium-zoom": "^1.0.0-rc.1",
"@vuepress/plugin-pwa": "^1.0.0-rc.1",
"@vuepress/theme-vue": "^1.0.0-rc.1",
"@vuepress/plugin-back-to-top": "^1.0.0",
"@vuepress/plugin-google-analytics": "^1.0.0",
"@vuepress/plugin-medium-zoom": "^1.0.0",
"@vuepress/plugin-pwa": "^1.0.0",
"@vuepress/theme-vue": "^1.0.0",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.0-rc.1",
"vuepress": "^1.0.0",
"vuepress-plugin-flowchart": "^1.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "index.js",
"repository": {
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"dependencies": {
"@vuepress/core": "^1.0.0-rc.1",
"@vuepress/theme-default": "^1.0.0-rc.1",
"@vuepress/core": "^1.0.0",
"@vuepress/theme-default": "^1.0.0",
"cac": "^6.3.9",
"envinfo": "^7.2.0"
},