From 8e79a47a594251cd1bc9e45f36c59c26a264361a Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Tue, 6 Feb 2024 21:15:33 +0800 Subject: [PATCH] build: publish v2.0.0-rc.13 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- plugins/plugin-copyright/CHANGELOG.md | 4 ++++ plugins/plugin-copyright/package.json | 2 +- plugins/plugin-photo-swipe/CHANGELOG.md | 6 ++++++ plugins/plugin-photo-swipe/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f433d74846..d24ac1527b 100644 --- a/CHANGELOG.md +++ b/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.13](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2024-02-06) + +### Bug Fixes + +- **plugin-photo-swipe:** fix styles ([69374ae](https://github.com/vuepress/ecosystem/commit/69374aeac4f0cc67ed805fb98a04334e1ff17698)) + # [2.0.0-rc.12](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2024-02-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2192af67aa..dd9d8699e2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.12", + "version": "2.0.0-rc.13", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md index 4535c56cf4..32acc38d44 100644 --- a/plugins/plugin-copyright/CHANGELOG.md +++ b/plugins/plugin-copyright/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.13](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2024-02-06) + +**Note:** Version bump only for package @vuepress/plugin-copyright + # [2.0.0-rc.12](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2024-02-06) **Note:** Version bump only for package @vuepress/plugin-copyright diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index c2116f5076..b11edf559e 100644 --- a/plugins/plugin-copyright/package.json +++ b/plugins/plugin-copyright/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-copyright", - "version": "2.0.0-rc.12", + "version": "2.0.0-rc.13", "description": "VuePress plugin - copyright", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md index 32224e99d3..f0ae1439ff 100644 --- a/plugins/plugin-photo-swipe/CHANGELOG.md +++ b/plugins/plugin-photo-swipe/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.13](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2024-02-06) + +### Bug Fixes + +- **plugin-photo-swipe:** fix styles ([69374ae](https://github.com/vuepress/ecosystem/commit/69374aeac4f0cc67ed805fb98a04334e1ff17698)) + # [2.0.0-rc.12](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2024-02-06) ### Features diff --git a/plugins/plugin-photo-swipe/package.json b/plugins/plugin-photo-swipe/package.json index 47df1d1731..d2dfcb6131 100644 --- a/plugins/plugin-photo-swipe/package.json +++ b/plugins/plugin-photo-swipe/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-photo-swipe", - "version": "2.0.0-rc.12", + "version": "2.0.0-rc.13", "description": "VuePress plugin - photo-swipe", "keywords": [ "vuepress-plugin",