From 8f79ede78f6549abee808ac587729bc76898e3da Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Fri, 13 Nov 2020 22:54:13 +0100 Subject: [PATCH] Fixed issue with responsive menu on mobile updated packages --- CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 2 +- docs/changelog.md | 5 +++-- package-lock.json | 12 ++++++------ package.json | 4 ++-- 6 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a31c87..4571fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.3.3] - 2020-11-13 +### Fixed +- Fixed issue with responsive menu on mobile. + ## [3.3.2] - 2020-11-12 ### Fixed - Fixed switch not works for the first time for normal users. diff --git a/composer.json b/composer.json index 5f40c38..82b8a5e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sergix44/xbackbone", "license": "AGPL-3.0-only", - "version": "3.3.2", + "version": "3.3.3", "description": "A lightweight ShareX PHP backend", "type": "project", "require": { diff --git a/composer.lock b/composer.lock index a3d0e79..2a667ff 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "92fc99923b12d6042347b04fcb357360", + "content-hash": "b2ca52ca41b5499dbc8f1f5158e1ac29", "packages": [ { "name": "aws/aws-sdk-php", diff --git a/docs/changelog.md b/docs/changelog.md index 34a7ec9..7937579 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,9 +4,10 @@ title: Changelog nav_order: 9 --- # Changelog -All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.3.3] - 2020-11-13 +### Fixed +- Fixed issue with responsive menu on mobile. ## [3.3.2] - 2020-11-12 ### Fixed diff --git a/package-lock.json b/package-lock.json index eac08b4..dc88120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -415,9 +415,9 @@ "dev": true }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" }, "core-util-is": { "version": "1.0.2", @@ -2712,9 +2712,9 @@ "dev": true }, "url-polyfill": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.10.tgz", - "integrity": "sha512-vSaPpaRgBrf41+Uky1myiSh6gpcbw8FpwHYnEy0abxndojOBnIs+yh/49gKYFLtUMP9qoNWjn6j9aUVy23Ie2A==" + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz", + "integrity": "sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==" }, "use": { "version": "3.1.1", diff --git a/package.json b/package.json index 0d93d63..7d3db06 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "clipboard": "^2.0.6", "dropzone": "^5.7.2", "highlightjs": "^9.16.2", - "highlightjs-line-numbers.js": "^2.7.0", - "jquery": "^3.5.0", + "highlightjs-line-numbers.js": "^2.8.0", + "jquery": "^3.5.1", "plyr": "^3.6.2", "popper.js": "^1.16.1", "tooltip.js": "^1.3.3"