Skip to content

Commit 1ac4251

Browse files
committed
build: publish v2.0.0-beta.39
1 parent 3569cd9 commit 1ac4251

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.39](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2022-04-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** clear file hash in workaround plugin (close [#800](https://github.com/vuepress/vuepress-next/issues/800)) ([3569cd9](https://github.com/vuepress/vuepress-next/commit/3569cd98f217a0e2e3a74bc5e71490efa7d697d1))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.38](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2022-04-05)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.0.0-beta.38",
4+
"version": "2.0.0-beta.39",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-vite/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.39](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2022-04-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** clear file hash in workaround plugin (close [#800](https://github.com/vuepress/vuepress-next/issues/800)) ([3569cd9](https://github.com/vuepress/vuepress-next/commit/3569cd98f217a0e2e3a74bc5e71490efa7d697d1))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.38](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2022-04-05)
718

819

packages/@vuepress/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-beta.38",
3+
"version": "2.0.0-beta.39",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",

packages/vuepress-vite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.39](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2022-04-10)
7+
8+
**Note:** Version bump only for package vuepress-vite
9+
10+
11+
12+
13+
614
# [2.0.0-beta.38](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2022-04-05)
715

816
**Note:** Version bump only for package vuepress-vite

packages/vuepress-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-vite",
3-
"version": "2.0.0-beta.38",
3+
"version": "2.0.0-beta.39",
44
"description": "Vue-powered Static Site Generator",
55
"keywords": [
66
"documentation",
@@ -33,7 +33,7 @@
3333
"clean": "rimraf lib *.tsbuildinfo"
3434
},
3535
"dependencies": {
36-
"@vuepress/bundler-vite": "2.0.0-beta.38",
36+
"@vuepress/bundler-vite": "2.0.0-beta.39",
3737
"@vuepress/cli": "2.0.0-beta.38",
3838
"@vuepress/core": "2.0.0-beta.38",
3939
"@vuepress/theme-default": "2.0.0-beta.38"

packages/vuepress/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.39](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2022-04-10)
7+
8+
**Note:** Version bump only for package vuepress
9+
10+
11+
12+
13+
614
# [2.0.0-beta.38](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2022-04-05)
715

816
**Note:** Version bump only for package vuepress

packages/vuepress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "2.0.0-beta.38",
3+
"version": "2.0.0-beta.39",
44
"description": "Vue-powered Static Site Generator",
55
"keywords": [
66
"documentation",
@@ -32,6 +32,6 @@
3232
"clean": "rimraf lib *.tsbuildinfo"
3333
},
3434
"dependencies": {
35-
"vuepress-vite": "2.0.0-beta.38"
35+
"vuepress-vite": "2.0.0-beta.39"
3636
}
3737
}

0 commit comments

Comments
 (0)