Skip to content

Commit

Permalink
build: publish v2.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 19, 2024
1 parent 524625f commit 69b6a1e
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0-rc.8](https://github.com/vuepress/core/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2024-02-19)


### Bug Fixes

* **bundler-webpack:** inject all vue feature flags explicitly ([c645d1a](https://github.com/vuepress/core/commit/c645d1a9a56a8df77f3117d22699a31c2ce908f1))
* **client:** make layouts client config optional (close [#1494](https://github.com/vuepress/core/issues/1494)) ([27a88ec](https://github.com/vuepress/core/commit/27a88ecf832b2dd3068b77005901b89fb7f48261))
* **client:** remove usage of vueuse (close [#1500](https://github.com/vuepress/core/issues/1500)) ([b352c09](https://github.com/vuepress/core/commit/b352c090794f2675a43e8a886e14d2f315f8e095))


### Features

* **bundler-vite:** bump vite to 5.1 ([b2e322a](https://github.com/vuepress/core/commit/b2e322a323c4f9f74e43967522b6c05854b3f89b))
* **bundler-webpack:** bump webpack-dev-server to v5 ([a250c76](https://github.com/vuepress/core/commit/a250c767190b3883cfa085f43b01838fddbdea9e))
* **client:** throw error when layout does not exist ([158b12c](https://github.com/vuepress/core/commit/158b12c34f007735f0a3986da8215a3410740c30))


### Reverts

* refactor(client): handle page data hmr by checking pageChunk ref ([bb96427](https://github.com/vuepress/core/commit/bb96427c2505f3d65d36539242a3ec15f55bf4be))



# [2.0.0-rc.7](https://github.com/vuepress/core/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2024-02-06)


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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"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.7",
"version": "2.0.0-rc.8",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down

0 comments on commit 69b6a1e

Please sign in to comment.