From 1c375f3a39de3812e960e3b64c56fb37f8b3e868 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 4 May 2022 18:25:36 +0800 Subject: [PATCH] build: publish v1.0.0-beta.27 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++ package.json | 2 +- packages/plugin-caniuse/package.json | 2 +- packages/theme/package.json | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895899b1..1fd49aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# [1.0.0-beta.27](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-05-04) + + +### Bug Fixes + +* **theme:** fix backToTop ([48599f4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/48599f4dd200697867a2ec45b78a103a87bca74e)) + + +### chore + +* update vuepress dependencies ([e04e2a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e04e2a19736469e00c3545caac6c7fc2e1e56083)) + + +### Continuous Integration + +* support pnpm ([29d1705](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29d1705da593d41e784ec1fb81ef0e758ff9f347)) + + +### Features + +* **plugin-copy-code:** new plugin: plugin-copy-code ([5cc6409](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cc6409b809ba9cb2c41bf305342ea5a841b6758)) +* **theme:** add backTop button ([93e034f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/93e034fa9f9c36a2349ab485ae78fe8ff9ead551)) +* **theme:** add Global Component Badge ([7503c7f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7503c7fffe3b7c2d9c7219991d41b341eebd447d)) + + +### BREAKING CHANGES + +* support pnpm +* 跟随vuepress@2.0.0.beta.41的重大变更 + + + # Change Log All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 6cfd1f4b..c7d7ef38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-plume", - "version": "1.0.0-beta.26", + "version": "1.0.0-beta.27", "private": true, "license": "MIT", "author": "pengzhanbo", diff --git a/packages/plugin-caniuse/package.json b/packages/plugin-caniuse/package.json index 9b230c0c..8e24b51d 100644 --- a/packages/plugin-caniuse/package.json +++ b/packages/plugin-caniuse/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-caniuse", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.27", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { diff --git a/packages/theme/package.json b/packages/theme/package.json index 49aa6314..22efd67d 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-theme-plume", - "version": "1.0.0-beta.26", + "version": "1.0.0-beta.27", "description": "A Blog Theme for VuePress 2.0", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": {