@sp-days-framework/docusaurus-plugin-interactive-tasks 1.1.1-beta1 → 1.1.1

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.
Files changed (2) hide show
  1. package/docs/changelog.mdx +12 -2
  2. package/package.json +1 -1
@@ -19,9 +19,19 @@ All packages within `@sp-days-framework` use the same version number. In some ca
19
19
 
20
20
  ---
21
21
 
22
- ## Version 1.1.1-beta1 ![Sync](https://img.shields.io/badge/sync-version--bump-lightgrey)
22
+ ## Version 1.1.1 ![Release](https://img.shields.io/badge/release-production-blue)
23
23
 
24
- Version bump to match other packages in the framework
24
+ Security fixes and dependency upgrades
25
+
26
+ <details>
27
+ <summary><strong>Details</strong> (2026 February 09)</summary>
28
+
29
+ ### Improvements
30
+
31
+ - **Security**: Resolved all known vulnerabilities via dependency upgrades
32
+ - **Dependencies**: Upgraded all dependencies to latest versions — React 19.2.4, fs-extra 11.3.3, @types/node 24.10.12, and more
33
+
34
+ </details>
25
35
 
26
36
  ---
27
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/docusaurus-plugin-interactive-tasks",
3
- "version": "1.1.1-beta1",
3
+ "version": "1.1.1",
4
4
  "description": "A Docusaurus plugin for interactive task components with progress tracking",
5
5
  "repository": {
6
6
  "type": "git",