Skip to content

Commit 94d0f5e

Browse files
committed
build: publish v2.0.0-rc.5
1 parent 9503285 commit 94d0f5e

File tree

12 files changed

+27
-11
lines changed

12 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0-rc.5](https://github.com/vuepress/core/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** support html attrs for VPLink ([#1483](https://github.com/vuepress/core/issues/1483)) ([bfadfcf](https://github.com/vuepress/core/commit/bfadfcf006df08af4d31a2e5298bb3b8edff4c7b))
7+
* **markdown:** keep base if link tag is not updated ([073e21d](https://github.com/vuepress/core/commit/073e21dae533136ba24245c9a9e765939560c059))
8+
* **shared:** improve normalizeRoutePath edge cases handling ([f2247bb](https://github.com/vuepress/core/commit/f2247bbce8c8b6059d42334fac77b6e3d620c412))
9+
10+
11+
### Features
12+
13+
* **client:** add RouteLink component ([d4dbcc6](https://github.com/vuepress/core/commit/d4dbcc65721b3c4f12eb17faffb9d50a328beb5a))
14+
15+
16+
117
# [2.0.0-rc.4](https://github.com/vuepress/core/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-02-03)
218

319

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.4",
3+
"version": "2.0.0-rc.5",
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.4",
3+
"version": "2.0.0-rc.5",
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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",

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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",

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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/shared",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Utils that shared between VuePress node and client",
55
"keywords": [
66
"vuepress",

0 commit comments

Comments
 (0)