slidev-theme-the-unnamed 0.0.5 → 0.0.6

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.
package/README.md CHANGED
@@ -22,6 +22,7 @@ The theme currently has the following layouts:
22
22
 
23
23
  - `default`
24
24
  - `cover`
25
+ - `center`
25
26
  - `section`
26
27
  - `about-me`
27
28
  - and the ones from Slidev itself
@@ -65,6 +66,10 @@ social3:
65
66
 
66
67
  ![](/assets/center.png)
67
68
 
69
+ ### Section
70
+
71
+ ![](/assets/section.png)
72
+
68
73
  ### Default
69
74
 
70
75
  ![](/assets/default.png)
package/changelog.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.6] - 2023-02-02
4
+
5
+ - Documentation update
6
+
3
7
  ## [0.0.5] - 2023-02-02
4
8
 
5
9
  - Better css variable names for theming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slidev-theme-the-unnamed",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "keywords": [
5
5
  "slidev-theme",
6
6
  "slidev"