diff --git a/CHANGELOG.md b/CHANGELOG.md index 80099ba9..8a9b7bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.0.0-beta.29](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-05-06) + + +### Features + +* **theme:** 更新主题样式 ([335d273](https://github.com/pengzhanbo/vuepress-theme-plume/commit/335d273d2caf315373c05d2aca61f58daa2a129a)) + + + # [1.0.0-beta.28](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-05-05) diff --git a/package.json b/package.json index 24ec32eb..326db563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-plume", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "private": true, "license": "MIT", "author": "pengzhanbo", diff --git a/packages/plugin-caniuse/package.json b/packages/plugin-caniuse/package.json index 13ab2ec7..45e642d8 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.28", + "version": "1.0.0-beta.29", "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/plugin-copy-code/package.json b/packages/plugin-copy-code/package.json index 83ee7792..cb5ff2c8 100644 --- a/packages/plugin-copy-code/package.json +++ b/packages/plugin-copy-code/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-copy-code", - "version": "1.0.0-beta.28", + "version": "1.0.0-beta.29", "description": "The Plugin for VuePres 2", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { diff --git a/packages/theme/package.json b/packages/theme/package.json index 3951e9af..4970ff99 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.28", + "version": "1.0.0-beta.29", "description": "A Blog Theme for VuePress 2.0", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": {