Skip to content

Commit 8271977

Browse files
committed
build: publish v2.0.0-beta.68
1 parent 523cd67 commit 8271977

File tree

32 files changed

+53
-31
lines changed

32 files changed

+53
-31
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [2.0.0-beta.68](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.67...v2.0.0-beta.68) (2023-11-10)
2+
3+
4+
### Build System
5+
6+
* drop support for node 16 ([10b0aa9](https://github.com/vuepress/vuepress-next/commit/10b0aa9b186710de1d15495e968b63ccdbbd778b))
7+
8+
9+
### Features
10+
11+
* **core:** support templateBuildRenderer in app options and theme api (close [#1120](https://github.com/vuepress/vuepress-next/issues/1120)) ([0b0108d](https://github.com/vuepress/vuepress-next/commit/0b0108d5ad14dddf77723edddeca4e5ae4f4c7fa))
12+
* **theme-default:** sync code group status (close [#541](https://github.com/vuepress/vuepress-next/issues/541)) ([7078dd5](https://github.com/vuepress/vuepress-next/commit/7078dd532e699d3e3cfc1eefd4d4b317471a388e))
13+
* **utils:** add templateRenderer utils ([fe8ea2a](https://github.com/vuepress/vuepress-next/commit/fe8ea2ac4d5ba2163896112ebe4e8fd6ef16878d))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **utils:** the outlets of templateBuild has been updated, see `TEMPLATE_RENDERER_OUTLETS` in `@vuepress/utils` package
19+
* drop support for node 16
20+
21+
22+
123
# [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)
224

325

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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
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.67",
3+
"version": "2.0.0-beta.68",
44
"description": "VuePress plugin - nprogress",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)