From 693b5f942430eee8c325d05d83a4d4cf5f11d7f1 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 2 Feb 2024 13:26:36 +0100 Subject: [PATCH] chore: release @slidev/theme-apple-basic v0.24.0 --- packages/theme-apple-basic/CHANGELOG.md | 26 +++++++++++++++++++++++++ packages/theme-apple-basic/package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/theme-apple-basic/CHANGELOG.md b/packages/theme-apple-basic/CHANGELOG.md index ac6a0d9..028a460 100644 --- a/packages/theme-apple-basic/CHANGELOG.md +++ b/packages/theme-apple-basic/CHANGELOG.md @@ -1,3 +1,29 @@ +# 0.24.0 (2024-02-02) + + + +# 0.21.0 (2024-02-02) + + +### Bug Fixes + +* **apple-basic:** margin bottom instead of top ([#8](https://github.com/slidevjs/themes/issues/8)) ([ecbb792](https://github.com/slidevjs/themes/commit/ecbb792cae667cdee1de4d9e7669d5d9e9e618e9)) +* embbed layout helper ([ee4cd9a](https://github.com/slidevjs/themes/commit/ee4cd9a1456da59ddb8baafb6a4783f94200f42c)) +* handleBackground helper colors all themes ([#6](https://github.com/slidevjs/themes/issues/6)) ([60a38f2](https://github.com/slidevjs/themes/commit/60a38f253b05df7c8408de84289867914411345a)) +* remove `defineProps` imports ([9c02acf](https://github.com/slidevjs/themes/commit/9c02acf6353edfc81d88a5255306f126d06f148d)) +* subheader style ([25491db](https://github.com/slidevjs/themes/commit/25491db815ac89f1cc1a952751e918e808164a48)) + + +### Features + +* new themes ([#3](https://github.com/slidevjs/themes/issues/3)) ([cbd0a1a](https://github.com/slidevjs/themes/commit/cbd0a1ac29ab4e7c5d5be24c55ee90a3945245d3)) +* **style:** update slidev code background using prism values ([3c9da06](https://github.com/slidevjs/themes/commit/3c9da061865d15ea40efffd550b8c1ccbcd95c61)) +* update theme ([5ce60c6](https://github.com/slidevjs/themes/commit/5ce60c6a139a497acde5f4cbceb456854599f4f9)) +* upgrade to slidev 0.14 ([5b97e29](https://github.com/slidevjs/themes/commit/5b97e29c45c51ef724252df2b711d1b30c7208cd)) +* use webfonts auto importing ([f3091e2](https://github.com/slidevjs/themes/commit/f3091e2f4fac1137bafaa841050690b956f607a4)) + + + # 0.21.0 (2024-02-02) diff --git a/packages/theme-apple-basic/package.json b/packages/theme-apple-basic/package.json index 9bcbbf8..e99b245 100644 --- a/packages/theme-apple-basic/package.json +++ b/packages/theme-apple-basic/package.json @@ -1,6 +1,6 @@ { "name": "@slidev/theme-apple-basic", - "version": "0.21.0", + "version": "0.24.0", "description": "Apple like theme for Slidev", "author": "Jeremy Meissner ", "license": "MIT",