@sp-days-framework/slidev-theme-sykehuspartner 1.1.3-beta1 → 1.1.3

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,12 +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.3-beta1 ![Beta](https://img.shields.io/badge/beta-prerelease-orange)
22
+ ## Version 1.1.3 ![Release](https://img.shields.io/badge/release-production-blue)
23
23
 
24
24
  New column layout features, styling improvements, and bug fixes
25
25
 
26
26
  <details>
27
- <summary><strong>Details</strong> (2026 May 08)</summary>
27
+ <summary><strong>Details</strong> (2026 May 29)</summary>
28
28
 
29
29
  ### Breaking Changes
30
30
 
@@ -44,6 +44,7 @@ New column layout features, styling improvements, and bug fixes
44
44
 
45
45
  - **Inline code color**: Inline code now has a subtle yellow tint (`#e8d44d`) in dark mode for better distinction from regular text
46
46
  - **Table headers**: Table headers (`th`) are now bold (`font-weight: 700`) and slightly larger (`font-size: 1.05em`) for better visual hierarchy
47
+ - **Security**: Updated transitive dependencies to resolve known vulnerabilities across multiple dependency groups
47
48
  - **Dependencies**: Replaced deprecated `glob` package with Node.js built-in `fs.globSync` (requires Node.js >= 22.0.0)
48
49
 
49
50
  ### Migration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/slidev-theme-sykehuspartner",
3
- "version": "1.1.3-beta1",
3
+ "version": "1.1.3",
4
4
  "description": "A Slidev theme for Sykehuspartner presentations.",
5
5
  "type": "module",
6
6
  "repository": {