Skip to content

Commit

Permalink
build: publish v2.0.0-rc.16
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 29, 2024
1 parent 73f75bc commit f930bdb
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0-rc.16](https://github.com/vuepress/core/compare/v2.0.0-rc.15...v2.0.0-rc.16) (2024-09-29)


### Bug Fixes

* **core:** handle templateBuildRenderer option correctly ([427e3cc](https://github.com/vuepress/core/commit/427e3cc976770ec801605f561ebab3e1629f43be))
* **core:** make `content` have higher priority than `filePath` in page options ([12dbc67](https://github.com/vuepress/core/commit/12dbc67775c3e0f573793d9d2b01929e58322879))
* **vuepress:** update required node version ([98a1830](https://github.com/vuepress/core/commit/98a18308260a8476b6b94eb905aeef6f5bedef75))


### Features

* **bundlerutils:** add bundlerutils package ([5488138](https://github.com/vuepress/core/commit/548813890385c6d8f54e00eb952452aed2439867))
* upgrade to vue 3.5 ([d43bf23](https://github.com/vuepress/core/commit/d43bf234fc8f2ba3ffd44811c5d38571e142bc99))



# [2.0.0-rc.15](https://github.com/vuepress/core/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-08-15)


Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/e2e",
"version": "2.0.0-rc.15",
"version": "2.0.0-rc.16",
"private": true,
"type": "module",
"scripts": {
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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlerutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/bundlerutils",
"version": "2.0.0-rc.15",
"version": "2.0.0-rc.16",
"description": "Utils package of VuePress bundler",
"keywords": [
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"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-rc.15",
"version": "2.0.0-rc.16",
"description": "Utils package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "2.0.0-rc.15",
"version": "2.0.0-rc.16",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down

0 comments on commit f930bdb

Please sign in to comment.