Skip to content

Commit

Permalink
build: publish v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 13, 2021
1 parent 934a32a commit ccba698
Show file tree
Hide file tree
Showing 52 changed files with 361 additions and 105 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)


### Bug Fixes

* **plugin-google-analytics:** fix types ([92aa486](https://github.com/vuepress/vuepress-next/commit/92aa48629d0355808a15942594e499d39bb3f1e7))


### Features

* **vuepress-vite:** add vuepress-vite package ([03a6583](https://github.com/vuepress/vuepress-next/commit/03a658364d8c5f0b2510e10cd2bf8ec8bcbf41cb))
* implement vite hmr ([525c18d](https://github.com/vuepress/vuepress-next/commit/525c18d5a64fbdbdeb5ce1348ec1e1ead3dbd8f9))
* **bundler-vite:** add vite support :zap: ([7d612c4](https://github.com/vuepress/vuepress-next/commit/7d612c45d83d42b246316f93cc3385a9968307af))
* **cli:** add defineUserConfig util ([c20f7b7](https://github.com/vuepress/vuepress-next/commit/c20f7b7be5d04cb247d699c31bf6f68071180df6))
* **client:** add defineClientAppEnhance and defineClientAppSetup utils ([1520517](https://github.com/vuepress/vuepress-next/commit/15205172c3b56fc8a879bba040f4ecc815d2c924))
* **theme-default:** use sass as css pre-processor ([7eb1fd8](https://github.com/vuepress/vuepress-next/commit/7eb1fd8b8901d3f2c2335ad550b7d601a9354826))


### BREAKING CHANGES

* **theme-default:** the palette system of default theme is migrated to sass





# [2.0.0-alpha.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.26",
"version": "2.0.0-beta.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/bundler-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)


### Features

* **bundler-vite:** add vite support :zap: ([7d612c4](https://github.com/vuepress/vuepress-next/commit/7d612c45d83d42b246316f93cc3385a9968307af))
10 changes: 5 additions & 5 deletions packages/@vuepress/bundler-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/bundler-vite",
"version": "2.0.0-alpha.26",
"version": "2.0.0-beta.0",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vue/server-renderer": "^3.0.7",
"@vuepress/client": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/client": "2.0.0-beta.0",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/shared": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"rollup": "^2.41.2",
"vite": "2.0.5",
"vue": "^3.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/bundler-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

**Note:** Version bump only for package @vuepress/bundler-webpack





# [2.0.0-alpha.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)


Expand Down
10 changes: 5 additions & 5 deletions packages/@vuepress/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/bundler-webpack",
"version": "2.0.0-alpha.26",
"version": "2.0.0-beta.0",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@types/webpack-env": "^1.16.0",
"@vue/compiler-sfc": "^3.0.7",
"@vue/server-renderer": "^3.0.7",
"@vuepress/client": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/client": "2.0.0-beta.0",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/shared": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"autoprefixer": "^10.2.4",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)


### Features

* **cli:** add defineUserConfig util ([c20f7b7](https://github.com/vuepress/vuepress-next/commit/c20f7b7be5d04cb247d699c31bf6f68071180df6))





# [2.0.0-alpha.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/@vuepress/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/cli",
"version": "2.0.0-alpha.26",
"version": "2.0.0-beta.0",
"description": "CLI package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -30,8 +30,8 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"cac": "^6.7.2",
"chokidar": "^3.5.1",
"envinfo": "^7.7.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/@vuepress/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)


### Features

* implement vite hmr ([525c18d](https://github.com/vuepress/vuepress-next/commit/525c18d5a64fbdbdeb5ce1348ec1e1ead3dbd8f9))
* **client:** add defineClientAppEnhance and defineClientAppSetup utils ([1520517](https://github.com/vuepress/vuepress-next/commit/15205172c3b56fc8a879bba040f4ecc815d2c924))





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/client",
"version": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -28,7 +28,7 @@
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
},
"dependencies": {
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-beta.0",
"vue": "^3.0.7",
"vue-router": "^4.0.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)


### Features

* implement vite hmr ([525c18d](https://github.com/vuepress/vuepress-next/commit/525c18d5a64fbdbdeb5ce1348ec1e1ead3dbd8f9))





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)


Expand Down
10 changes: 5 additions & 5 deletions packages/@vuepress/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -26,10 +26,10 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.25",
"@vuepress/markdown": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/client": "2.0.0-beta.0",
"@vuepress/markdown": "2.0.0-beta.0",
"@vuepress/shared": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"gray-matter": "^4.0.2",
"toml": "^3.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

**Note:** Version bump only for package @vuepress/markdown





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)


Expand Down
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": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.1",
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.0.2",
"markdown-it-emoji": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-active-header-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

**Note:** Version bump only for package @vuepress/plugin-active-header-links





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)

**Note:** Version bump only for package @vuepress/plugin-active-header-links
Expand Down
8 changes: 4 additions & 4 deletions 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": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,9 +29,9 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/client": "2.0.0-beta.0",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"ts-debounce": "^3.0.0",
"vue": "^3.0.7",
"vue-router": "^4.0.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-back-to-top/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

**Note:** Version bump only for package @vuepress/plugin-back-to-top





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)

**Note:** Version bump only for package @vuepress/plugin-back-to-top
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,8 +29,8 @@
"copy": "cpx \"src/**/*.vue\" lib"
},
"dependencies": {
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"ts-debounce": "^3.0.0",
"vue": "^3.0.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

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





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)

**Note:** Version bump only for package @vuepress/plugin-container
Expand Down
10 changes: 5 additions & 5 deletions packages/@vuepress/plugin-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-container",
"version": "2.0.0-alpha.25",
"version": "2.0.0-beta.0",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.1",
"@vuepress/core": "2.0.0-alpha.25",
"@vuepress/markdown": "2.0.0-alpha.25",
"@vuepress/shared": "2.0.0-alpha.25",
"@vuepress/utils": "2.0.0-alpha.25",
"@vuepress/core": "2.0.0-beta.0",
"@vuepress/markdown": "2.0.0-beta.0",
"@vuepress/shared": "2.0.0-beta.0",
"@vuepress/utils": "2.0.0-beta.0",
"markdown-it": "^12.0.4",
"markdown-it-container": "^3.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.0](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.26...v2.0.0-beta.0) (2021-03-13)

**Note:** Version bump only for package @vuepress/plugin-debug





# [2.0.0-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)

**Note:** Version bump only for package @vuepress/plugin-debug
Expand Down
Loading

2 comments on commit ccba698

@Mister-Hope
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers!🎉

@yzx9
Copy link
Contributor

@yzx9 yzx9 commented on ccba698 Mar 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers

Please sign in to comment.