Fixed issue with responsive menu on mobile

updated packages
This commit is contained in:
Sergio Brighenti 2020-11-13 22:54:13 +01:00
parent 614fcd0e83
commit 8f79ede78f
6 changed files with 17 additions and 12 deletions

View file

@ -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.

View file

@ -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": {

2
composer.lock generated
View file

@ -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",

View file

@ -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

12
package-lock.json generated
View file

@ -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",

View file

@ -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"