Skip to content

Commit

Permalink
build: publish v2.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2024
1 parent f5caf91 commit 473f115
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0-rc.6](https://github.com/vuepress/core/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-02-05)


### Bug Fixes

* **shared:** handle query and hash in normalizeRoutePath ([c1dbc2c](https://github.com/vuepress/core/commit/c1dbc2cac123ca12aae3dd754987f4a8128dcaf2))


### Features

* **client:** export useRoute and useRouter ([eb13cb0](https://github.com/vuepress/core/commit/eb13cb0942fa22aab90c658460fe9edb6256dae9))



# [2.0.0-rc.5](https://github.com/vuepress/core/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-02-05)


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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"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.5",
"version": "2.0.0-rc.6",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down

0 comments on commit 473f115

Please sign in to comment.