Skip to content

Commit

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


### Features

* **bundler-vite:** add client type export (close [#1579](https://github.com/vuepress/core/issues/1579)) ([#1580](https://github.com/vuepress/core/issues/1580)) ([e3ed143](https://github.com/vuepress/core/commit/e3ed143979b63aecab7772bd5cf3f67735d8c03c))
* **bundler-vite:** upgrade vite to v5.4 (close [#1598](https://github.com/vuepress/core/issues/1598)) ([97af89c](https://github.com/vuepress/core/commit/97af89caf5e3bcab21dd7b3fcaa38bbb1e9fe4bb))
* **bundler-webpack:** add api field in sass-loader option type ([#1588](https://github.com/vuepress/core/issues/1588)) ([f3251b7](https://github.com/vuepress/core/commit/f3251b7a73e234cb585edfb969b1b1981d872cd6))
* **bundler-webpack:** normalize loader options type ([679cf8f](https://github.com/vuepress/core/commit/679cf8fe5f061f34b059e087bc8694f1b94d452a))



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


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

0 comments on commit f88106f

Please sign in to comment.