Skip to content

Commit

Permalink
build: publish v2.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 17, 2021
1 parent 55bf634 commit 8227d43
Show file tree
Hide file tree
Showing 46 changed files with 319 additions and 89 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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)


### Bug Fixes

* **client:** load existing head tags on mounted ([15722c5](https://github.com/vuepress/vuepress-next/commit/15722c5175e44a8d6363bfe5f138f2c2c8edeec3))
* **markdown:** load some languages by default to partially avoid prism issue ([48c085a](https://github.com/vuepress/vuepress-next/commit/48c085af6a8751211fe7180a82bb67ff5a7b191f))
* **theme-default:** fix homepage frontmatter type ([9cf2d28](https://github.com/vuepress/vuepress-next/commit/9cf2d288e115d335f6ff9f1a849a2ce82db799c9))
* **theme-default:** fix sidebar config override ([2c2c280](https://github.com/vuepress/vuepress-next/commit/2c2c2801be716dfb102345090888fd1e22a0ac92))
* **theme-default:** make sr-only tags unselectable ([0f6488e](https://github.com/vuepress/vuepress-next/commit/0f6488e3a00674c0670737c8831763db0a0ffa93))


### Features

* **client:** make usePageFrontmatter generic ([2c5e5c1](https://github.com/vuepress/vuepress-next/commit/2c5e5c1400469a3cb4da2856104514a9413bff8a))
* **shared:** optimize frontmatter type and support generics ([8a7025f](https://github.com/vuepress/vuepress-next/commit/8a7025ff39b4656f98f9a35e93848373ce72ddbe))
* **theme-default:** add code-group custom container ([d0a20aa](https://github.com/vuepress/vuepress-next/commit/d0a20aaacefc78708a4181c53704b28c60b520b4))
* **theme-default:** add page transition ([845cc2c](https://github.com/vuepress/vuepress-next/commit/845cc2cb64223b856261bfc7b384dec6557456c4))
* **theme-default:** allow html in homepage footer ([87e0821](https://github.com/vuepress/vuepress-next/commit/87e0821cee66c34141c1c3a62e8f5ecb6b21a957))
* **theme-default:** optimize scrollbar style of sidebar ([27abb26](https://github.com/vuepress/vuepress-next/commit/27abb26509fa737ea27c3036bbe834d544e60298))
* **theme-default:** support multiple action buttons in homepage (close [#23](https://github.com/vuepress/vuepress-next/issues/23)) ([bb44710](https://github.com/vuepress/vuepress-next/commit/bb44710624d2dbb65bd5f3da2eafabdec73ecadf))





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


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.17",
"version": "2.0.0-alpha.18",
"command": {
"version": {
"allowBranch": "main",
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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


Expand Down
8 changes: 4 additions & 4 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.17",
"version": "2.0.0-alpha.18",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@types/webpack-env": "^1.16.0",
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.4",
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/client": "2.0.0-alpha.18",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"autoprefixer": "^10.1.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/cli/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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


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.17",
"version": "2.0.0-alpha.18",
"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.17",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"cac": "^6.7.1",
"chokidar": "^3.4.3",
"envinfo": "^7.7.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/@vuepress/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)


### Bug Fixes

* **client:** load existing head tags on mounted ([15722c5](https://github.com/vuepress/vuepress-next/commit/15722c5175e44a8d6363bfe5f138f2c2c8edeec3))


### Features

* **client:** make usePageFrontmatter generic ([2c5e5c1](https://github.com/vuepress/vuepress-next/commit/2c5e5c1400469a3cb4da2856104514a9413bff8a))





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/client
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.16",
"version": "2.0.0-alpha.18",
"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.15",
"@vuepress/shared": "2.0.0-alpha.18",
"vue": "^3.0.4",
"vue-router": "^4.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/core/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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

**Note:** Version bump only for package @vuepress/core
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.17",
"version": "2.0.0-alpha.18",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -26,10 +26,10 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/markdown": "2.0.0-alpha.16",
"@vuepress/shared": "2.0.0-alpha.15",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/client": "2.0.0-alpha.18",
"@vuepress/markdown": "2.0.0-alpha.18",
"@vuepress/shared": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"gray-matter": "^4.0.2",
"toml": "^3.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/markdown/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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)


### Bug Fixes

* **markdown:** load some languages by default to partially avoid prism issue ([48c085a](https://github.com/vuepress/vuepress-next/commit/48c085af6a8751211fe7180a82bb67ff5a7b191f))





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)


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.16",
"version": "2.0.0-alpha.18",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.0",
"@vuepress/shared": "2.0.0-alpha.15",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/shared": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"markdown-it": "^12.0.3",
"markdown-it-anchor": "^6.0.1",
"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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

**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.17",
"version": "2.0.0-alpha.18",
"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.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/client": "2.0.0-alpha.18",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"lodash.debounce": "^4.0.8",
"vue": "^3.0.4",
"vue-router": "^4.0.2"
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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

**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.17",
"version": "2.0.0-alpha.18",
"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.17",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"lodash.debounce": "^4.0.8",
"vue": "^3.0.4"
},
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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

**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.17",
"version": "2.0.0-alpha.18",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.0",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/markdown": "2.0.0-alpha.16",
"@vuepress/shared": "2.0.0-alpha.15",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/markdown": "2.0.0-alpha.18",
"@vuepress/shared": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"markdown-it": "^12.0.3",
"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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

**Note:** Version bump only for package @vuepress/plugin-debug
Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-debug",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"description": "VuePress plugin - debug",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,9 +29,9 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"@vuepress/client": "2.0.0-alpha.18",
"@vuepress/core": "2.0.0-alpha.18",
"@vuepress/utils": "2.0.0-alpha.18",
"vue": "^3.0.4",
"vue-router": "^4.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-docsearch/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-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)

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





# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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

0 comments on commit 8227d43

Please sign in to comment.