ultimate-jekyll-manager 1.1.1 → 1.1.2

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/CHANGELOG.md CHANGED
@@ -14,6 +14,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
14
  - `Fixed` for any bug fixes.
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
+ ---
18
+ ## [1.1.2] - 2026-04-08
19
+ ### Fixed
20
+ - Fix AdSense minimum width error in dashboard sidebar by increasing sidebar width from 280px to 282px (content area now meets 250px minimum)
21
+
22
+ ### Changed
23
+ - Update dependencies: fast-xml-parser, postcss, webpack, wonderful-fetch, prepare-package
24
+
17
25
  ---
18
26
  ## [1.1.1] - 2026-04-06
19
27
  ### Security
@@ -83,8 +83,8 @@ button *, a * {
83
83
  // Sidebar
84
84
  // ============================================
85
85
  .sidebar {
86
- width: 280px;
87
- min-width: 280px;
86
+ width: 282px;
87
+ min-width: 282px;
88
88
  }
89
89
 
90
90
  .sidebar-logo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -80,7 +80,7 @@
80
80
  "chrome-launcher": "^1.2.1",
81
81
  "dompurify": "^3.3.3",
82
82
  "dotenv": "^17.4.1",
83
- "fast-xml-parser": "^5.5.10",
83
+ "fast-xml-parser": "^5.5.11",
84
84
  "fs-jetpack": "^5.1.0",
85
85
  "glob": "^13.0.6",
86
86
  "gulp-clean-css": "^4.3.0",
@@ -100,14 +100,14 @@
100
100
  "minimatch": "^10.2.5",
101
101
  "node-powertools": "^3.0.0",
102
102
  "npm-api": "^1.0.1",
103
- "postcss": "^8.5.8",
103
+ "postcss": "^8.5.9",
104
104
  "prettier": "^3.8.1",
105
105
  "sass": "^1.99.0",
106
106
  "spellchecker": "^3.7.1",
107
107
  "through2": "^4.0.2",
108
108
  "web-manager": "^4.1.37",
109
- "webpack": "^5.105.4",
110
- "wonderful-fetch": "^2.0.4",
109
+ "webpack": "^5.106.0",
110
+ "wonderful-fetch": "^2.0.5",
111
111
  "wonderful-version": "^1.3.2",
112
112
  "yargs": "^18.0.0"
113
113
  },
@@ -115,6 +115,6 @@
115
115
  "gulp": "^5.0.1"
116
116
  },
117
117
  "devDependencies": {
118
- "prepare-package": "^2.0.7"
118
+ "prepare-package": "^2.0.8"
119
119
  }
120
120
  }