strapi-plugin-magic-sessionmanager 4.5.7 → 4.5.9

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/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [4.5.9](https://github.com/Schero94/Magic-Sessionmanager/compare/v4.5.8...v4.5.9) (2026-04-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** pin styled-components to ^6.3.9 to avoid npm ci ERESOLVE ([81aaacd](https://github.com/Schero94/Magic-Sessionmanager/commit/81aaacdb6f6ecb9cef01500c96793349393509bd))
7
+
8
+ ## [4.5.8](https://github.com/Schero94/Magic-Sessionmanager/compare/v4.5.7...v4.5.8) (2026-04-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **license:** raise fetch timeout to 12s + add 1 retry, downgrade grace-period log to info ([6f02c20](https://github.com/Schero94/Magic-Sessionmanager/commit/6f02c20c21190826619d5ee7fce8a6079debc767))
14
+
1
15
  ## [4.5.7](https://github.com/Schero94/Magic-Sessionmanager/compare/v4.5.6...v4.5.7) (2026-04-20)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.5.7",
2
+ "version": "4.5.9",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "plugin",
@@ -52,8 +52,8 @@
52
52
  "@semantic-release/changelog": "^6.0.3",
53
53
  "@semantic-release/commit-analyzer": "^13.0.0",
54
54
  "@semantic-release/git": "^10.0.1",
55
- "@semantic-release/github": "^11.0.2",
56
- "@semantic-release/npm": "^12.0.1",
55
+ "@semantic-release/github": "^12.0.6",
56
+ "@semantic-release/npm": "^13.1.5",
57
57
  "@semantic-release/release-notes-generator": "^14.0.1",
58
58
  "@strapi/design-system": "^2.2.0",
59
59
  "@strapi/icons": "^2.2.0",
@@ -64,8 +64,8 @@
64
64
  "react-dom": "^18.3.1",
65
65
  "react-intl": "^7.1.14",
66
66
  "react-router-dom": "^6.30.1",
67
- "semantic-release": "^24.2.3",
68
- "styled-components": "^6.4.0"
67
+ "semantic-release": "^25.0.3",
68
+ "styled-components": "^6.3.9"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@strapi/design-system": "^2.0.0",