Skip to content

Commit

Permalink
build: publish v2.0.0-beta.39
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 10, 2022
1 parent 3569cd9 commit 1ac4251
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **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))





# [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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.39",
"command": {
"version": {
"allowBranch": "main",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/bundler-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **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))





# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/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-beta.38",
"version": "2.0.0-beta.39",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [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)

**Note:** Version bump only for package vuepress-vite
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-vite",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.39",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-beta.38",
"@vuepress/bundler-vite": "2.0.0-beta.39",
"@vuepress/cli": "2.0.0-beta.38",
"@vuepress/core": "2.0.0-beta.38",
"@vuepress/theme-default": "2.0.0-beta.38"
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [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)

**Note:** Version bump only for package vuepress
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.39",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down Expand Up @@ -32,6 +32,6 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"vuepress-vite": "2.0.0-beta.38"
"vuepress-vite": "2.0.0-beta.39"
}
}

0 comments on commit 1ac4251

Please sign in to comment.