From 78aee8972408e8f6cc7b38ad8a0183c4e65f70a2 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Thu, 1 Feb 2024 05:02:38 +0800 Subject: [PATCH] build: publish v2.0.0-rc.6 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- plugins/plugin-copy-code/CHANGELOG.md | 10 ++++++++++ plugins/plugin-copy-code/package.json | 4 ++-- plugins/plugin-feed/CHANGELOG.md | 4 ++++ plugins/plugin-feed/package.json | 2 +- plugins/plugin-seo/CHANGELOG.md | 6 ++++++ plugins/plugin-seo/package.json | 2 +- plugins/plugin-sitemap/CHANGELOG.md | 10 ++++++++++ plugins/plugin-sitemap/package.json | 2 +- pnpm-lock.yaml | 2 +- themes/theme-default/CHANGELOG.md | 7 +++++++ themes/theme-default/package.json | 2 +- tools/helper/CHANGELOG.md | 9 +++++++++ tools/helper/package.json | 2 +- 15 files changed, 70 insertions(+), 9 deletions(-) create mode 100644 plugins/plugin-copy-code/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d41655fa38..6c3fb7fbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **helper:** add hasGlobalComponent ([#46](https://github.com/vuepress/ecosystem/issues/46)) ([2472fce](https://github.com/vuepress/ecosystem/commit/2472fce4b1d4482cb5120f736e3c3e0fe4157736)) +- **helper:** export slash related functions ([4268fdc](https://github.com/vuepress/ecosystem/commit/4268fdc9a7599f84cbd6b24c12ff9400d3340b7f)) +- **helper:** improve getDate utils ([efb5b2e](https://github.com/vuepress/ecosystem/commit/efb5b2e55a5edfcac7db0d31c69079ff2ac64f2b)) +- **helper:** improve vite optimizeDeps ([8973871](https://github.com/vuepress/ecosystem/commit/89738718f61b6ed955df89317ab078f0c06a7030)) +- **plugin-copy-code:** add copy-code plugin ([#47](https://github.com/vuepress/ecosystem/issues/47)) ([8402530](https://github.com/vuepress/ecosystem/commit/8402530a39b4431efa654e3ba80f8fc6d0d7b96e)) +- **plugin-sitemap:** rename excludeUrls to excludePaths ([#45](https://github.com/vuepress/ecosystem/issues/45)) ([247c792](https://github.com/vuepress/ecosystem/commit/247c792961069abbb1b5152be09bdfb1a3aa4458)) + +### BREAKING CHANGES + +- **plugin-sitemap:** `excludeUrls` is renamed to `excludePaths` + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 856a58e1e2..f4e9374597 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md new file mode 100644 index 0000000000..ff3e6104ec --- /dev/null +++ b/plugins/plugin-copy-code/CHANGELOG.md @@ -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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **plugin-copy-code:** add copy-code plugin ([#47](https://github.com/vuepress/ecosystem/issues/47)) ([8402530](https://github.com/vuepress/ecosystem/commit/8402530a39b4431efa654e3ba80f8fc6d0d7b96e)) diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 31ef20a6c7..d8265fce5f 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-copy-code", - "version": "2.0.0-rc.0", + "version": "2.0.0-rc.6", "description": "Copy Code plugin for vuepress", "keywords": [ "vuepress-plugin", @@ -41,7 +41,7 @@ "copy": "cpx \"src/**/*.{css,svg}\" lib" }, "dependencies": { - "@vuepress/helper": "2.0.0-rc.5", + "@vuepress/helper": "2.0.0-rc.6", "@vueuse/core": "^10.7.2", "vue": "^3.4.15" }, diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index 47cfe7ef8d..82926bbc95 100644 --- a/plugins/plugin-feed/CHANGELOG.md +++ b/plugins/plugin-feed/CHANGELOG.md @@ -3,6 +3,10 @@ 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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +**Note:** Version bump only for package @vuepress/plugin-feed + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) ### Features diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index c2611c5386..dc2986923d 100644 --- a/plugins/plugin-feed/package.json +++ b/plugins/plugin-feed/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-feed", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index e9f0f24a49..65325e7bc2 100644 --- a/plugins/plugin-seo/CHANGELOG.md +++ b/plugins/plugin-seo/CHANGELOG.md @@ -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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **helper:** improve getDate utils ([efb5b2e](https://github.com/vuepress/ecosystem/commit/efb5b2e55a5edfcac7db0d31c69079ff2ac64f2b)) + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) ### Bug Fixes diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index d6d767f8a9..0519b15b59 100644 --- a/plugins/plugin-seo/package.json +++ b/plugins/plugin-seo/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-seo", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index b640e8b842..371a989e45 100644 --- a/plugins/plugin-sitemap/CHANGELOG.md +++ b/plugins/plugin-sitemap/CHANGELOG.md @@ -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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **plugin-sitemap:** rename excludeUrls to excludePaths ([#45](https://github.com/vuepress/ecosystem/issues/45)) ([247c792](https://github.com/vuepress/ecosystem/commit/247c792961069abbb1b5152be09bdfb1a3aa4458)) + +### BREAKING CHANGES + +- **plugin-sitemap:** `excludeUrls` is renamed to `excludePaths` + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 9aaa2b65cc..c53edb464c 100644 --- a/plugins/plugin-sitemap/package.json +++ b/plugins/plugin-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-sitemap", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f1facee13..af1ad3e262 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -226,7 +226,7 @@ importers: plugins/plugin-copy-code: dependencies: '@vuepress/helper': - specifier: 2.0.0-rc.5 + specifier: 2.0.0-rc.6 version: link:../../tools/helper '@vueuse/core': specifier: ^10.7.2 diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 290320fc4a..5e22f47208 100644 --- a/themes/theme-default/CHANGELOG.md +++ b/themes/theme-default/CHANGELOG.md @@ -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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **helper:** add hasGlobalComponent ([#46](https://github.com/vuepress/ecosystem/issues/46)) ([2472fce](https://github.com/vuepress/ecosystem/commit/2472fce4b1d4482cb5120f736e3c3e0fe4157736)) +- **plugin-copy-code:** add copy-code plugin ([#47](https://github.com/vuepress/ecosystem/issues/47)) ([8402530](https://github.com/vuepress/ecosystem/commit/8402530a39b4431efa654e3ba80f8fc6d0d7b96e)) + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) **Note:** Version bump only for package @vuepress/theme-default diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 71b60e0d31..6ee22dfa60 100644 --- a/themes/theme-default/package.json +++ b/themes/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-default", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 8221e0a598..4f84cb24c1 100644 --- a/tools/helper/CHANGELOG.md +++ b/tools/helper/CHANGELOG.md @@ -3,6 +3,15 @@ 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.6](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-01-31) + +### Features + +- **helper:** add hasGlobalComponent ([#46](https://github.com/vuepress/ecosystem/issues/46)) ([2472fce](https://github.com/vuepress/ecosystem/commit/2472fce4b1d4482cb5120f736e3c3e0fe4157736)) +- **helper:** export slash related functions ([4268fdc](https://github.com/vuepress/ecosystem/commit/4268fdc9a7599f84cbd6b24c12ff9400d3340b7f)) +- **helper:** improve getDate utils ([efb5b2e](https://github.com/vuepress/ecosystem/commit/efb5b2e55a5edfcac7db0d31c69079ff2ac64f2b)) +- **helper:** improve vite optimizeDeps ([8973871](https://github.com/vuepress/ecosystem/commit/89738718f61b6ed955df89317ab078f0c06a7030)) + # [2.0.0-rc.5](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-01-31) ### Bug Fixes diff --git a/tools/helper/package.json b/tools/helper/package.json index 5603ed213c..a8069f3c15 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "description": "VuePress helper", "keywords": [ "vuepress",