diff --git a/CHANGELOG.md b/CHANGELOG.md index 236dfc833d..84ffedc757 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.48](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.47...v2.0.0-rc.48) (2024-09-22) + +### Bug Fixes + +- **plugin-revealjs:** fix embed mode and keyboard events ([5d98506](https://github.com/vuepress/ecosystem/commit/5d985061c232037dc48329e3b8ce28ba15f75e1d)) + # [2.0.0-rc.47](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.46...v2.0.0-rc.47) (2024-09-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 90df45a053..72af39e00a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.47", + "version": "2.0.0-rc.48", "command": { "version": { "allowBranch": "main", diff --git a/plugins/markdown/plugin-revealjs/CHANGELOG.md b/plugins/markdown/plugin-revealjs/CHANGELOG.md index c4f5d593ae..bc95bdb501 100644 --- a/plugins/markdown/plugin-revealjs/CHANGELOG.md +++ b/plugins/markdown/plugin-revealjs/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.48](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.47...v2.0.0-rc.48) (2024-09-22) + +### Bug Fixes + +- **plugin-revealjs:** fix embed mode and keyboard events ([5d98506](https://github.com/vuepress/ecosystem/commit/5d985061c232037dc48329e3b8ce28ba15f75e1d)) + # [2.0.0-rc.47](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.46...v2.0.0-rc.47) (2024-09-22) ### Features diff --git a/plugins/markdown/plugin-revealjs/package.json b/plugins/markdown/plugin-revealjs/package.json index 36edb594a9..2669022384 100644 --- a/plugins/markdown/plugin-revealjs/package.json +++ b/plugins/markdown/plugin-revealjs/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-revealjs", - "version": "2.0.0-rc.47", + "version": "2.0.0-rc.48", "description": "VuePress plugin - markdown reveals", "keywords": [ "vuepress-plugin",