@sp-days-framework/slidev-theme-sykehuspartner 1.1.0-beta1 → 1.1.0-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,12 @@ All packages within `@sp-days-framework` use the same version number. In some ca
19
19
 
20
20
  ---
21
21
 
22
+ ## Version 1.1.0-beta2 ![Sync](https://img.shields.io/badge/sync-version--bump-lightgrey)
23
+
24
+ Version bump to match other packages in the framework with minor documentation improvements
25
+
26
+ ---
27
+
22
28
  ## Version 1.1.0-beta1 ![Sync](https://img.shields.io/badge/sync-version--bump-lightgrey)
23
29
 
24
30
  Version bump to match other packages in the framework. Documentation is now bundled with the npm package for easier reference during development.
package/docs/index.mdx CHANGED
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  title: Sykehuspartner Slidev Theme
3
3
  hide_title: true
4
+ sidebar_class_name: title-logo-sidebar-slidev
5
+ sidebar_label: "SP Slidev Theme"
4
6
  sidebar_position: 0
5
- sidebar_label: "📦 SP Slidev Theme"
6
7
  ---
7
8
 
8
9
  import LogoSlidev from './logo-slidev.svg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/slidev-theme-sykehuspartner",
3
- "version": "1.1.0-beta1",
3
+ "version": "1.1.0-beta2",
4
4
  "description": "A Slidev theme for Sykehuspartner presentations.",
5
5
  "type": "module",
6
6
  "repository": {