Skip to content

Commit

Permalink
build: publish v2.0.0-beta.50
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 23, 2022
1 parent 7862813 commit 86a3075
Show file tree
Hide file tree
Showing 32 changed files with 63 additions and 31 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [2.0.0-beta.50](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.49...v2.0.0-beta.50) (2022-08-23)


### Bug Fixes

* **cli:** handle config file __dirname correctly ([8171f4d](https://github.com/vuepress/vuepress-next/commit/8171f4d58406d95bfe3d415107f6e0b88521e082))
* **plugin-active-header-links:** keep query when updating hash (close [#991](https://github.com/vuepress/vuepress-next/issues/991)) ([0fdb021](https://github.com/vuepress/vuepress-next/commit/0fdb021c678d22f435fe8e94375c92f0bee8b125))
* **plugin-docsearch:** handle navigation url correctly (close [#1024](https://github.com/vuepress/vuepress-next/issues/1024)) ([b6ded16](https://github.com/vuepress/vuepress-next/commit/b6ded16f607f5db5a27967260e7e6b7b69a26c2b))
* **theme-default:** fix initial open state of sidebar item ([392297f](https://github.com/vuepress/vuepress-next/commit/392297fa856fd5869de40e4999c5bc4d126a3941))
* workaround for vite hash issue (close [#1008](https://github.com/vuepress/vuepress-next/issues/1008)) ([f8cdc9e](https://github.com/vuepress/vuepress-next/commit/f8cdc9e7adad9ec64986761084ea0656064867a4))


### Code Refactoring

* **markdown:** bump sfc plugin to v0.9 ([b0fc856](https://github.com/vuepress/vuepress-next/commit/b0fc8566db65cbb8443d9520daaed573a1387f22))


### Features

* **client:** add devtools custom inspector ([5568abe](https://github.com/vuepress/vuepress-next/commit/5568abe9d4fde1e0830810ebb449670d85e18dbb))
* **core:** pass isServer flag to alias and define hooks ([7862813](https://github.com/vuepress/vuepress-next/commit/7862813cce58160bf6511d50b44c5071602aa404))
* migrate to pure ESM ([#1030](https://github.com/vuepress/vuepress-next/issues/1030)) ([d283ffe](https://github.com/vuepress/vuepress-next/commit/d283ffe3ef0668bfea54e6d973066695f46f13c0))


### BREAKING CHANGES

* VuePress is now published as pure ESM packages
* CommonJS config file is not supported anymore
* **markdown:** type of node-api `page.sfcBlocks` has been changed



# [2.0.0-beta.49](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.48...v2.0.0-beta.49) (2022-07-11)


Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - docsearch",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-external-link-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - external link icon",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-git",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - git",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - google-analytics",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - medium-zoom",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - nprogress",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-palette",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - palette",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-prismjs",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - prismjs",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-pwa-popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa-popup",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - PWA popup",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - progressive web application",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - register-components",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-search",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - built-in search",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-shiki",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - shiki",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-theme-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - theme data",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-toc",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "VuePress plugin - toc",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Default theme of VuePress",
"keywords": [
"vuepress-theme",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-vite",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-webpack",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/monorepo",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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-beta.49",
"version": "2.0.0-beta.50",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/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-beta.49",
"version": "2.0.0-beta.50",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/cli",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "CLI package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/client",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shared",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Utils that shared between VuePress node and client",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/utils",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Utils package of VuePress",
"keywords": [
"vuepress",
Expand Down

0 comments on commit 86a3075

Please sign in to comment.