Skip to content

Commit 55307a3

Browse files
committed
build: publish v2.0.0-rc.29
1 parent 8b96ee8 commit 55307a3

13 files changed

Lines changed: 25 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0-rc.29](https://github.com/vuepress/core/compare/v2.0.0-rc.28...v2.0.0-rc.29) (2026-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **bundler-webpack:** update esbuild target option ([925e63a](https://github.com/vuepress/core/commit/925e63a7f68355a71e3c1222940010d625b4dd7e))
7+
8+
9+
### Features
10+
11+
* **cli:** fix page file update racing problems and avoid middle state processing ([#1691](https://github.com/vuepress/core/issues/1691)) ([da12787](https://github.com/vuepress/core/commit/da1278789ee88a7ab2665c23bdfa2425124fc8c0))
12+
* **core:** add userStyle option to ensure highest css priority (close [#1110](https://github.com/vuepress/core/issues/1110)) ([#1695](https://github.com/vuepress/core/issues/1695)) ([071cc21](https://github.com/vuepress/core/commit/071cc2156ccb01972c5a2448816fd77e79976017))
13+
114
# [2.0.0-rc.28](https://github.com/vuepress/core/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2026-04-01)
215

316

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/e2e",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/monorepo",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-vite",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"bundler",

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"bundler",

packages/bundlerutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundlerutils",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Utils package of VuePress bundler",
55
"keywords": [
66
"bundler",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"cli",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"client",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"core",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-rc.28",
3+
"version": "2.0.0-rc.29",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)