Skip to content

Commit 3392ed9

Browse files
committed
build: publish v2.0.0-beta.67
1 parent 3799c28 commit 3392ed9

File tree

32 files changed

+41
-31
lines changed

32 files changed

+41
-31
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.0.0-beta.67](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.66...v2.0.0-beta.67) (2023-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** avoid mismatching between route path and page data (close [#1249](https://github.com/vuepress/vuepress-next/issues/1249)) ([#1381](https://github.com/vuepress/vuepress-next/issues/1381)) ([acbdc7f](https://github.com/vuepress/vuepress-next/commit/acbdc7f5c03030fb7fdc32beef898a879fbf8e48))
7+
* **markdown:** handle data uri correctly (close [#1393](https://github.com/vuepress/vuepress-next/issues/1393)) ([#1403](https://github.com/vuepress/vuepress-next/issues/1403)) ([bd8aa0a](https://github.com/vuepress/vuepress-next/commit/bd8aa0a18956b538f1476e902809d6ed9c6831a0))
8+
9+
10+
111
# [2.0.0-beta.66](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.65...v2.0.0-beta.66) (2023-07-11)
212

313

ecosystem/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-back-to-top/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-external-link-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-external-link-icon",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - external link icon",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - medium-zoom",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "2.0.0-beta.66",
3+
"version": "2.0.0-beta.67",
44
"description": "VuePress plugin - nprogress",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)