Skip to content

Commit

Permalink
build: publish v2.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 5, 2024
1 parent bd8d961 commit 2e4d756
Show file tree
Hide file tree
Showing 67 changed files with 325 additions and 63 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Bug Fixes

- **plugin-redirect:** fix locale config ([ecf5650](https://github.com/vuepress/ecosystem/commit/ecf56503ac0c7674a455547d7589af41945e3a9b))
- **plugin-remove-pwa:** fix plugin name ([a76a639](https://github.com/vuepress/ecosystem/commit/a76a639d1658ee28f89e7f9486bc17a7f913cd47))
- **plugin-search:** fix hot reload ([637db2c](https://github.com/vuepress/ecosystem/commit/637db2ccefd00bea7aee0ed74b829e079d37e2a2))
- **theme-default:** fix back to top style ([10c2847](https://github.com/vuepress/ecosystem/commit/10c2847538013b0a56f557d822aad5a2e9995f0a))

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))
- **plugin-blog:** add plugin-blog ([#61](https://github.com/vuepress/ecosystem/issues/61)) ([30779e3](https://github.com/vuepress/ecosystem/commit/30779e33c079d0f62ab81a5c04208efb511718e9))
- **plugin-catalog:** add catalog plugin ([#60](https://github.com/vuepress/ecosystem/issues/60)) ([18ad620](https://github.com/vuepress/ecosystem/commit/18ad620c4d9ebf4398257a3e704a563e35de6629))
- **plugin-copyright:** make plugin options optional ([64bb166](https://github.com/vuepress/ecosystem/commit/64bb1664935f27469b874afc814c7260d09a624e))

### Reverts

- "test: update snapshots" ([8cf90fb](https://github.com/vuepress/ecosystem/commit/8cf90fbcc050232ab63927da0b810d0472f4a4ef))

# [2.0.0-rc.9](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-02-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"command": {
"version": {
"allowBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-active-header-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-active-header-links
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-active-header-links",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-back-to-top/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

# [2.0.0-rc.9](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-02-03)

### Features
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-back-to-top",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -37,7 +37,7 @@
"style": "sass src:lib --no-source-map"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15"
},
Expand Down
10 changes: 10 additions & 0 deletions plugins/plugin-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- **plugin-blog:** add plugin-blog ([#61](https://github.com/vuepress/ecosystem/issues/61)) ([30779e3](https://github.com/vuepress/ecosystem/commit/30779e33c079d0f62ab81a5c04208efb511718e9))
4 changes: 2 additions & 2 deletions plugins/plugin-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-blog",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - blog",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -39,7 +39,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"chokidar": "^3.5.3",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
Expand Down
10 changes: 10 additions & 0 deletions plugins/plugin-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- **plugin-catalog:** add catalog plugin ([#60](https://github.com/vuepress/ecosystem/issues/60)) ([18ad620](https://github.com/vuepress/ecosystem/commit/18ad620c4d9ebf4398257a3e704a563e35de6629))
4 changes: 2 additions & 2 deletions plugins/plugin-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-catalog",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - catalog",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -42,7 +42,7 @@
"style": "sass src:lib --no-source-map"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-container
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-container",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-copy-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

# [2.0.0-rc.9](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-02-03)

**Note:** Version bump only for package @vuepress/plugin-copy-code
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-copy-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-copy-code",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - copy code block",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -42,7 +42,7 @@
"style": "sass src:lib --no-source-map"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/plugin-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))
- **plugin-copyright:** make plugin options optional ([64bb166](https://github.com/vuepress/ecosystem/commit/64bb1664935f27469b874afc814c7260d09a624e))

# [2.0.0-rc.9](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-02-03)

**Note:** Version bump only for package @vuepress/plugin-copyright
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-copyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-copyright",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - copyright",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -39,7 +39,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-docsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-docsearch
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - docsearch",
"keywords": [
"vuepress-plugin",
Expand Down
10 changes: 10 additions & 0 deletions plugins/plugin-external-link-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

### Reverts

- "test: update snapshots" ([8cf90fb](https://github.com/vuepress/ecosystem/commit/8cf90fbcc050232ab63927da0b810d0472f4a4ef))

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

**Note:** Version bump only for package @vuepress/plugin-external-link-icon
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-external-link-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - external link icon",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

# [2.0.0-rc.9](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2024-02-03)

**Note:** Version bump only for package @vuepress/plugin-feed
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-feed",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "Feed plugin for vuepress-theme-hope",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -40,12 +40,12 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vuepress/helper": "workspace:~*",
"@vuepress/helper": "workspace:~2.0.0-rc.10",
"cheerio": "1.0.0-rc.12",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vuepress/plugin-git": "2.0.0-rc.7"
"@vuepress/plugin-git": "2.0.0-rc.10"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.5"
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-git
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-git",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - git",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-google-analytics
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - google-analytics",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-medium-zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-medium-zoom
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-medium-zoom",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - medium-zoom",
"keywords": [
"vuepress-plugin",
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugin-nprogress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-rc.10](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2024-02-05)

### Features

- compatible with visual routes ([#57](https://github.com/vuepress/ecosystem/issues/57)) ([f1281be](https://github.com/vuepress/ecosystem/commit/f1281be141b9a5cb71d80048a2042b669cd4823e))

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

**Note:** Version bump only for package @vuepress/plugin-nprogress
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.10",
"description": "VuePress plugin - nprogress",
"keywords": [
"vuepress-plugin",
Expand Down

0 comments on commit 2e4d756

Please sign in to comment.